Documentation ¶ Index ¶ type Factory func (f *Factory) Name() string func (f *Factory) New(config *modserver.Config) (modserver.Module, error) func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Factory ¶ type Factory struct { } func (*Factory) Name ¶ func (f *Factory) Name() string func (*Factory) New ¶ func (f *Factory) New(config *modserver.Config) (modserver.Module, error) func (*Factory) StartStopPhase ¶ func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase Source Files ¶ View all Source files factory.go server.go Click to show internal directories. Click to hide internal directories.