Versions in this module Expand all Collapse all v0 v0.7.0 Oct 10, 2024 Changes in this version + const ModuleName + type Config struct + Port int + func (c *Config) IsActive() bool + type Module struct + func NewModule() *Module + func (m *Module) Config() module.ConfigInterface + func (m *Module) Name() string + func (m *Module) NotifyStartSuccess() + func (m *Module) RequiredModules() []string + func (m *Module) Shutdown(ctx context.Context, mgr *module.Manager) error + func (m *Module) Start(ctx context.Context, mgr *module.Manager) error