Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory interface {
// 组件示例配置
SampleConfig() string
// 组件描述
Description() string
// 创建实例
New(config string) (Executor, error)
}
func GetFactory ¶
type FactoryFunc ¶
type NamedFactory ¶
func ListFactory ¶
func ListFactory() []NamedFactory
Click to show internal directories.
Click to hide internal directories.