Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCapabilities ¶
func GetCapabilities() executor.Capability
Types ¶
type FlowExecutor ¶
type FlowExecutor struct {
// contains filtered or unexported fields
}
func (*FlowExecutor) Close ¶ added in v0.9.0
func (j *FlowExecutor) Close() error
func (*FlowExecutor) Execute ¶
func (j *FlowExecutor) Execute(ctx context.Context, execCtx executor.ExecutionContext) (map[string]string, error)
func (*FlowExecutor) GetArtifactsDir ¶
func (j *FlowExecutor) GetArtifactsDir() string
type FlowExecutorPlugin ¶ added in v0.9.0
type FlowExecutorPlugin struct{}
FlowExecutorPlugin implements executor.ExecutorPlugin for the flow executor.
func (*FlowExecutorPlugin) GetCapabilities ¶ added in v0.9.0
func (p *FlowExecutorPlugin) GetCapabilities() executor.Capability
func (*FlowExecutorPlugin) GetName ¶ added in v0.9.0
func (p *FlowExecutorPlugin) GetName() string
func (*FlowExecutorPlugin) GetSchema ¶ added in v0.9.0
func (p *FlowExecutorPlugin) GetSchema() interface{}
type FlowWithConfig ¶
Click to show internal directories.
Click to hide internal directories.