package modweb type Module interface { FriendlyName() string Name() string Init(mm *ModuleManager) Hidden() bool MinAccessLevel() int64 }