Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Elasticfeed ¶
type Elasticfeed interface { GetEventManager() EventManager GetResourceManager() ResourceManager GetServiceManager() ServiceManager GetPluginManager() PluginManager GetWorkflowManager() WorkflowManager GetConfig() map[string]interface{} Run() }
type EventManager ¶
type PluginManager ¶
type PopulationManager ¶
type PopulationManager interface {
Init()
}
type ResourceManager ¶
type ResourceManager interface {
Init()
}
type ServiceManager ¶
type ServiceManager interface { GetStreamService() *stream.StreamService Init() }
type WorkflowManager ¶
type WorkflowManager interface {
Init()
}
Click to show internal directories.
Click to hide internal directories.