Documentation
¶
Index ¶
- Constants
- type Config
- type Logger
- type 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
Constants ¶
View Source
const (
DefaultLoggerLevel = logrus.InfoLevel
)
View Source
const ModuleName = "logger"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶ added in v0.3.0
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Config ¶ added in v0.3.0
func (m *Module) Config() module.ConfigInterface
func (*Module) NotifyStartSuccess ¶ added in v0.3.0
func (m *Module) NotifyStartSuccess()
func (*Module) RequiredModules ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.