Documentation ¶
Overview ¶
Package driver coordinates distributed execution.
Package driver coordinates distributed execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowDriver ¶
type FlowDriver struct { Option *Option // contains filtered or unexported fields }
func NewFlowDriver ¶
func NewFlowDriver(option *Option) *FlowDriver
func (*FlowDriver) GetTaskGroupStatus ¶
func (fcd *FlowDriver) GetTaskGroupStatus(taskGroup *plan.TaskGroup) *pb.FlowExecutionStatus_TaskGroup
func (*FlowDriver) RunFlowContext ¶
func (fcd *FlowDriver) RunFlowContext(parentCtx context.Context, fc *flow.Flow)
driver runs on local, controlling all tasks
Click to show internal directories.
Click to hide internal directories.