Documentation
¶
Index ¶
- Constants
- type InvokeFunc
- type PluginMgr
- func (s *PluginMgr) GetEntity(id string) (ret interface{}, err *cd.Result)
- func (s *PluginMgr) Register(ptr interface{})
- func (s *PluginMgr) Run(wg *sync.WaitGroup) (err *cd.Result)
- func (s *PluginMgr) Setup(eventHub event.Hub, backgroundRoutine task.BackgroundRoutine, ...) (err *cd.Result)
- func (s *PluginMgr) Teardown(wg *sync.WaitGroup)
Constants ¶
View Source
const DefaultWeight = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvokeFunc ¶ added in v1.3.119
Click to show internal directories.
Click to hide internal directories.