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 FlowContextDriver ¶
type FlowContextDriver struct { Option *Option // contains filtered or unexported fields }
func NewFlowContextDriver ¶
func NewFlowContextDriver(option *Option) *FlowContextDriver
func (*FlowContextDriver) GetTaskGroupStatus ¶
func (fcd *FlowContextDriver) GetTaskGroupStatus(taskGroup *plan.TaskGroup) *pb.FlowExecutionStatus_TaskGroup
func (*FlowContextDriver) RunFlowContext ¶
func (fcd *FlowContextDriver) RunFlowContext(fc *flow.FlowContext)
driver runs on local, controlling all tasks
Click to show internal directories.
Click to hide internal directories.