Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutorConfig ¶
ExecutorConfig 执行器配置
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider ExecutorProvider 实现
func (*Provider) GetExecutor ¶
GetExecutor 根据执行器名称创建对应的 Executor 实例
func (*Provider) RegisterExecutor ¶
func (p *Provider) RegisterExecutor(name string, config ExecutorConfig)
RegisterExecutor 注册执行器配置
Click to show internal directories.
Click to hide internal directories.