Documentation ¶
Index ¶
- Constants
- type Config
- type Module
- func (m *Module) BackendOperator() backend.Operator
- func (m *Module) Config() module.ConfigInterface
- func (m *Module) InstanceID() string
- 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
- type Operator
Constants ¶
View Source
const ModuleName = "core"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) BackendOperator ¶
func (*Module) Config ¶
func (m *Module) Config() module.ConfigInterface
func (*Module) InstanceID ¶
func (*Module) NotifyStartSuccess ¶
func (m *Module) NotifyStartSuccess()
func (*Module) RequiredModules ¶
Click to show internal directories.
Click to hide internal directories.