Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Get(name types.Name) (types.ActionExecutor, error)
- func (m *Manager) GetActionExecutorKindByName(name string) (string, error)
- func (m *Manager) GetByKind(kind types.Kind) []types.ActionExecutor
- func (m *Manager) Initialize(cfgs chan spec.ActionExecutorConfig) error
- func (m *Manager) ListExecutors() []types.ActionExecutor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is an executor manager, it holds the all executor instances.
func GetManager ¶
func GetManager() *Manager
func (*Manager) GetActionExecutorKindByName ¶
GetActionExecutorKindByName return executor Kind, e.g. MEMORY
func (*Manager) GetByKind ¶
func (m *Manager) GetByKind(kind types.Kind) []types.ActionExecutor
GetByKind returns the executor instances with specify kind.
func (*Manager) Initialize ¶
func (m *Manager) Initialize(cfgs chan spec.ActionExecutorConfig) error
func (*Manager) ListExecutors ¶
func (m *Manager) ListExecutors() []types.ActionExecutor
ListExecutors returns the all executor instances.
Click to show internal directories.
Click to hide internal directories.