actionexecutor

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

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) Get

func (m *Manager) Get(name types.Name) (types.ActionExecutor, error)

Get returns the executor with name.

func (*Manager) GetActionExecutorKindByName

func (m *Manager) GetActionExecutorKindByName(name string) (string, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL