Documentation
¶
Index ¶
- type InterfaceProvider
- type InterfaceProvider_Expecter
- type InterfaceProvider_GetExpectedInputs_Call
- func (_c *InterfaceProvider_GetExpectedInputs_Call) Return(_a0 *core.ParameterMap) *InterfaceProvider_GetExpectedInputs_Call
- func (_c *InterfaceProvider_GetExpectedInputs_Call) Run(run func()) *InterfaceProvider_GetExpectedInputs_Call
- func (_c *InterfaceProvider_GetExpectedInputs_Call) RunAndReturn(run func() *core.ParameterMap) *InterfaceProvider_GetExpectedInputs_Call
- type InterfaceProvider_GetExpectedOutputs_Call
- func (_c *InterfaceProvider_GetExpectedOutputs_Call) Return(_a0 *core.VariableMap) *InterfaceProvider_GetExpectedOutputs_Call
- func (_c *InterfaceProvider_GetExpectedOutputs_Call) Run(run func()) *InterfaceProvider_GetExpectedOutputs_Call
- func (_c *InterfaceProvider_GetExpectedOutputs_Call) RunAndReturn(run func() *core.VariableMap) *InterfaceProvider_GetExpectedOutputs_Call
- type InterfaceProvider_GetID_Call
- type Node
- func (_m *Node) EXPECT() *Node_Expecter
- func (_m *Node) GetArrayNode() *core.ArrayNode
- func (_m *Node) GetBranchNode() *core.BranchNode
- func (_m *Node) GetCoreNode() *core.Node
- func (_m *Node) GetGateNode() *core.GateNode
- func (_m *Node) GetId() string
- func (_m *Node) GetInputs() []*core.Binding
- func (_m *Node) GetInterface() *core.TypedInterface
- func (_m *Node) GetMetadata() *core.NodeMetadata
- func (_m *Node) GetOutputAliases() []*core.Alias
- func (_m *Node) GetSubWorkflow() common.Workflow
- func (_m *Node) GetTask() common.Task
- func (_m *Node) GetTaskNode() *core.TaskNode
- func (_m *Node) GetUpstreamNodeIds() []string
- func (_m *Node) GetWorkflowNode() *core.WorkflowNode
- type NodeBuilder
- func (_m *NodeBuilder) EXPECT() *NodeBuilder_Expecter
- func (_m *NodeBuilder) GetArrayNode() *core.ArrayNode
- func (_m *NodeBuilder) GetBranchNode() *core.BranchNode
- func (_m *NodeBuilder) GetCoreNode() *core.Node
- func (_m *NodeBuilder) GetGateNode() *core.GateNode
- func (_m *NodeBuilder) GetId() string
- func (_m *NodeBuilder) GetInputs() []*core.Binding
- func (_m *NodeBuilder) GetInterface() *core.TypedInterface
- func (_m *NodeBuilder) GetMetadata() *core.NodeMetadata
- func (_m *NodeBuilder) GetOutputAliases() []*core.Alias
- func (_m *NodeBuilder) GetSubWorkflow() common.Workflow
- func (_m *NodeBuilder) GetTask() common.Task
- func (_m *NodeBuilder) GetTaskNode() *core.TaskNode
- func (_m *NodeBuilder) GetUpstreamNodeIds() []string
- func (_m *NodeBuilder) GetWorkflowNode() *core.WorkflowNode
- func (_m *NodeBuilder) SetID(id string)
- func (_m *NodeBuilder) SetInputs(inputs []*core.Binding)
- func (_m *NodeBuilder) SetInterface(iface *core.TypedInterface)
- func (_m *NodeBuilder) SetSubWorkflow(wf common.Workflow)
- func (_m *NodeBuilder) SetTask(task common.Task)
- type NodeBuilder_Expecter
- func (_e *NodeBuilder_Expecter) GetArrayNode() *NodeBuilder_GetArrayNode_Call
- func (_e *NodeBuilder_Expecter) GetBranchNode() *NodeBuilder_GetBranchNode_Call
- func (_e *NodeBuilder_Expecter) GetCoreNode() *NodeBuilder_GetCoreNode_Call
- func (_e *NodeBuilder_Expecter) GetGateNode() *NodeBuilder_GetGateNode_Call
- func (_e *NodeBuilder_Expecter) GetId() *NodeBuilder_GetId_Call
- func (_e *NodeBuilder_Expecter) GetInputs() *NodeBuilder_GetInputs_Call
- func (_e *NodeBuilder_Expecter) GetInterface() *NodeBuilder_GetInterface_Call
- func (_e *NodeBuilder_Expecter) GetMetadata() *NodeBuilder_GetMetadata_Call
- func (_e *NodeBuilder_Expecter) GetOutputAliases() *NodeBuilder_GetOutputAliases_Call
- func (_e *NodeBuilder_Expecter) GetSubWorkflow() *NodeBuilder_GetSubWorkflow_Call
- func (_e *NodeBuilder_Expecter) GetTask() *NodeBuilder_GetTask_Call
- func (_e *NodeBuilder_Expecter) GetTaskNode() *NodeBuilder_GetTaskNode_Call
- func (_e *NodeBuilder_Expecter) GetUpstreamNodeIds() *NodeBuilder_GetUpstreamNodeIds_Call
- func (_e *NodeBuilder_Expecter) GetWorkflowNode() *NodeBuilder_GetWorkflowNode_Call
- func (_e *NodeBuilder_Expecter) SetID(id interface{}) *NodeBuilder_SetID_Call
- func (_e *NodeBuilder_Expecter) SetInputs(inputs interface{}) *NodeBuilder_SetInputs_Call
- func (_e *NodeBuilder_Expecter) SetInterface(iface interface{}) *NodeBuilder_SetInterface_Call
- func (_e *NodeBuilder_Expecter) SetSubWorkflow(wf interface{}) *NodeBuilder_SetSubWorkflow_Call
- func (_e *NodeBuilder_Expecter) SetTask(task interface{}) *NodeBuilder_SetTask_Call
- type NodeBuilder_GetArrayNode_Call
- func (_c *NodeBuilder_GetArrayNode_Call) Return(_a0 *core.ArrayNode) *NodeBuilder_GetArrayNode_Call
- func (_c *NodeBuilder_GetArrayNode_Call) Run(run func()) *NodeBuilder_GetArrayNode_Call
- func (_c *NodeBuilder_GetArrayNode_Call) RunAndReturn(run func() *core.ArrayNode) *NodeBuilder_GetArrayNode_Call
- type NodeBuilder_GetBranchNode_Call
- func (_c *NodeBuilder_GetBranchNode_Call) Return(_a0 *core.BranchNode) *NodeBuilder_GetBranchNode_Call
- func (_c *NodeBuilder_GetBranchNode_Call) Run(run func()) *NodeBuilder_GetBranchNode_Call
- func (_c *NodeBuilder_GetBranchNode_Call) RunAndReturn(run func() *core.BranchNode) *NodeBuilder_GetBranchNode_Call
- type NodeBuilder_GetCoreNode_Call
- type NodeBuilder_GetGateNode_Call
- type NodeBuilder_GetId_Call
- type NodeBuilder_GetInputs_Call
- type NodeBuilder_GetInterface_Call
- func (_c *NodeBuilder_GetInterface_Call) Return(_a0 *core.TypedInterface) *NodeBuilder_GetInterface_Call
- func (_c *NodeBuilder_GetInterface_Call) Run(run func()) *NodeBuilder_GetInterface_Call
- func (_c *NodeBuilder_GetInterface_Call) RunAndReturn(run func() *core.TypedInterface) *NodeBuilder_GetInterface_Call
- type NodeBuilder_GetMetadata_Call
- func (_c *NodeBuilder_GetMetadata_Call) Return(_a0 *core.NodeMetadata) *NodeBuilder_GetMetadata_Call
- func (_c *NodeBuilder_GetMetadata_Call) Run(run func()) *NodeBuilder_GetMetadata_Call
- func (_c *NodeBuilder_GetMetadata_Call) RunAndReturn(run func() *core.NodeMetadata) *NodeBuilder_GetMetadata_Call
- type NodeBuilder_GetOutputAliases_Call
- func (_c *NodeBuilder_GetOutputAliases_Call) Return(_a0 []*core.Alias) *NodeBuilder_GetOutputAliases_Call
- func (_c *NodeBuilder_GetOutputAliases_Call) Run(run func()) *NodeBuilder_GetOutputAliases_Call
- func (_c *NodeBuilder_GetOutputAliases_Call) RunAndReturn(run func() []*core.Alias) *NodeBuilder_GetOutputAliases_Call
- type NodeBuilder_GetSubWorkflow_Call
- func (_c *NodeBuilder_GetSubWorkflow_Call) Return(_a0 common.Workflow) *NodeBuilder_GetSubWorkflow_Call
- func (_c *NodeBuilder_GetSubWorkflow_Call) Run(run func()) *NodeBuilder_GetSubWorkflow_Call
- func (_c *NodeBuilder_GetSubWorkflow_Call) RunAndReturn(run func() common.Workflow) *NodeBuilder_GetSubWorkflow_Call
- type NodeBuilder_GetTaskNode_Call
- type NodeBuilder_GetTask_Call
- type NodeBuilder_GetUpstreamNodeIds_Call
- func (_c *NodeBuilder_GetUpstreamNodeIds_Call) Return(_a0 []string) *NodeBuilder_GetUpstreamNodeIds_Call
- func (_c *NodeBuilder_GetUpstreamNodeIds_Call) Run(run func()) *NodeBuilder_GetUpstreamNodeIds_Call
- func (_c *NodeBuilder_GetUpstreamNodeIds_Call) RunAndReturn(run func() []string) *NodeBuilder_GetUpstreamNodeIds_Call
- type NodeBuilder_GetWorkflowNode_Call
- func (_c *NodeBuilder_GetWorkflowNode_Call) Return(_a0 *core.WorkflowNode) *NodeBuilder_GetWorkflowNode_Call
- func (_c *NodeBuilder_GetWorkflowNode_Call) Run(run func()) *NodeBuilder_GetWorkflowNode_Call
- func (_c *NodeBuilder_GetWorkflowNode_Call) RunAndReturn(run func() *core.WorkflowNode) *NodeBuilder_GetWorkflowNode_Call
- type NodeBuilder_SetID_Call
- type NodeBuilder_SetInputs_Call
- type NodeBuilder_SetInterface_Call
- func (_c *NodeBuilder_SetInterface_Call) Return() *NodeBuilder_SetInterface_Call
- func (_c *NodeBuilder_SetInterface_Call) Run(run func(iface *core.TypedInterface)) *NodeBuilder_SetInterface_Call
- func (_c *NodeBuilder_SetInterface_Call) RunAndReturn(run func(*core.TypedInterface)) *NodeBuilder_SetInterface_Call
- type NodeBuilder_SetSubWorkflow_Call
- func (_c *NodeBuilder_SetSubWorkflow_Call) Return() *NodeBuilder_SetSubWorkflow_Call
- func (_c *NodeBuilder_SetSubWorkflow_Call) Run(run func(wf common.Workflow)) *NodeBuilder_SetSubWorkflow_Call
- func (_c *NodeBuilder_SetSubWorkflow_Call) RunAndReturn(run func(common.Workflow)) *NodeBuilder_SetSubWorkflow_Call
- type NodeBuilder_SetTask_Call
- type Node_Expecter
- func (_e *Node_Expecter) GetArrayNode() *Node_GetArrayNode_Call
- func (_e *Node_Expecter) GetBranchNode() *Node_GetBranchNode_Call
- func (_e *Node_Expecter) GetCoreNode() *Node_GetCoreNode_Call
- func (_e *Node_Expecter) GetGateNode() *Node_GetGateNode_Call
- func (_e *Node_Expecter) GetId() *Node_GetId_Call
- func (_e *Node_Expecter) GetInputs() *Node_GetInputs_Call
- func (_e *Node_Expecter) GetInterface() *Node_GetInterface_Call
- func (_e *Node_Expecter) GetMetadata() *Node_GetMetadata_Call
- func (_e *Node_Expecter) GetOutputAliases() *Node_GetOutputAliases_Call
- func (_e *Node_Expecter) GetSubWorkflow() *Node_GetSubWorkflow_Call
- func (_e *Node_Expecter) GetTask() *Node_GetTask_Call
- func (_e *Node_Expecter) GetTaskNode() *Node_GetTaskNode_Call
- func (_e *Node_Expecter) GetUpstreamNodeIds() *Node_GetUpstreamNodeIds_Call
- func (_e *Node_Expecter) GetWorkflowNode() *Node_GetWorkflowNode_Call
- type Node_GetArrayNode_Call
- type Node_GetBranchNode_Call
- type Node_GetCoreNode_Call
- type Node_GetGateNode_Call
- type Node_GetId_Call
- type Node_GetInputs_Call
- type Node_GetInterface_Call
- type Node_GetMetadata_Call
- type Node_GetOutputAliases_Call
- type Node_GetSubWorkflow_Call
- type Node_GetTaskNode_Call
- type Node_GetTask_Call
- type Node_GetUpstreamNodeIds_Call
- type Node_GetWorkflowNode_Call
- type Task
- type Task_Expecter
- type Task_GetCoreTask_Call
- type Task_GetID_Call
- type Task_GetInterface_Call
- type Workflow
- func (_m *Workflow) EXPECT() *Workflow_Expecter
- func (_m *Workflow) GetCompiledSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
- func (_m *Workflow) GetCoreWorkflow() *core.CompiledWorkflow
- func (_m *Workflow) GetDownstreamNodes() common.StringAdjacencyList
- func (_m *Workflow) GetFailureNode() common.Node
- func (_m *Workflow) GetLaunchPlan(id *core.Identifier) (common.InterfaceProvider, bool)
- func (_m *Workflow) GetNode(id string) (common.NodeBuilder, bool)
- func (_m *Workflow) GetNodes() common.NodeIndex
- func (_m *Workflow) GetSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
- func (_m *Workflow) GetTask(id *core.Identifier) (common.Task, bool)
- func (_m *Workflow) GetTasks() common.TaskIndex
- func (_m *Workflow) GetUpstreamNodes() common.StringAdjacencyList
- type WorkflowBuilder
- func (_m *WorkflowBuilder) AddDownstreamEdge(nodeProvider string, nodeDependent string)
- func (_m *WorkflowBuilder) AddEdges(n common.NodeBuilder, edgeDirection common.EdgeDirection, ...) bool
- func (_m *WorkflowBuilder) AddExecutionEdge(nodeFrom string, nodeTo string)
- func (_m *WorkflowBuilder) AddNode(n common.NodeBuilder, errs errors.CompileErrors) (common.NodeBuilder, bool)
- func (_m *WorkflowBuilder) AddUpstreamEdge(nodeProvider string, nodeDependent string)
- func (_m *WorkflowBuilder) EXPECT() *WorkflowBuilder_Expecter
- func (_m *WorkflowBuilder) GetCompiledSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
- func (_m *WorkflowBuilder) GetCoreWorkflow() *core.CompiledWorkflow
- func (_m *WorkflowBuilder) GetDownstreamNodes() common.StringAdjacencyList
- func (_m *WorkflowBuilder) GetFailureNode() common.Node
- func (_m *WorkflowBuilder) GetLaunchPlan(id *core.Identifier) (common.InterfaceProvider, bool)
- func (_m *WorkflowBuilder) GetNode(id string) (common.NodeBuilder, bool)
- func (_m *WorkflowBuilder) GetNodes() common.NodeIndex
- func (_m *WorkflowBuilder) GetOrCreateNodeBuilder(n *core.Node) common.NodeBuilder
- func (_m *WorkflowBuilder) GetSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
- func (_m *WorkflowBuilder) GetTask(id *core.Identifier) (common.Task, bool)
- func (_m *WorkflowBuilder) GetTasks() common.TaskIndex
- func (_m *WorkflowBuilder) GetUpstreamNodes() common.StringAdjacencyList
- func (_m *WorkflowBuilder) StoreCompiledSubWorkflow(id *core.Identifier, compiledWorkflow *core.CompiledWorkflow)
- func (_m *WorkflowBuilder) ValidateWorkflow(fg *core.CompiledWorkflow, errs errors.CompileErrors) (common.Workflow, bool)
- type WorkflowBuilder_AddDownstreamEdge_Call
- func (_c *WorkflowBuilder_AddDownstreamEdge_Call) Return() *WorkflowBuilder_AddDownstreamEdge_Call
- func (_c *WorkflowBuilder_AddDownstreamEdge_Call) Run(run func(nodeProvider string, nodeDependent string)) *WorkflowBuilder_AddDownstreamEdge_Call
- func (_c *WorkflowBuilder_AddDownstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddDownstreamEdge_Call
- type WorkflowBuilder_AddEdges_Call
- func (_c *WorkflowBuilder_AddEdges_Call) Return(ok bool) *WorkflowBuilder_AddEdges_Call
- func (_c *WorkflowBuilder_AddEdges_Call) Run(run func(n common.NodeBuilder, edgeDirection common.EdgeDirection, ...)) *WorkflowBuilder_AddEdges_Call
- func (_c *WorkflowBuilder_AddEdges_Call) RunAndReturn(run func(common.NodeBuilder, common.EdgeDirection, errors.CompileErrors) bool) *WorkflowBuilder_AddEdges_Call
- type WorkflowBuilder_AddExecutionEdge_Call
- func (_c *WorkflowBuilder_AddExecutionEdge_Call) Return() *WorkflowBuilder_AddExecutionEdge_Call
- func (_c *WorkflowBuilder_AddExecutionEdge_Call) Run(run func(nodeFrom string, nodeTo string)) *WorkflowBuilder_AddExecutionEdge_Call
- func (_c *WorkflowBuilder_AddExecutionEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddExecutionEdge_Call
- type WorkflowBuilder_AddNode_Call
- func (_c *WorkflowBuilder_AddNode_Call) Return(node common.NodeBuilder, ok bool) *WorkflowBuilder_AddNode_Call
- func (_c *WorkflowBuilder_AddNode_Call) Run(run func(n common.NodeBuilder, errs errors.CompileErrors)) *WorkflowBuilder_AddNode_Call
- func (_c *WorkflowBuilder_AddNode_Call) RunAndReturn(run func(common.NodeBuilder, errors.CompileErrors) (common.NodeBuilder, bool)) *WorkflowBuilder_AddNode_Call
- type WorkflowBuilder_AddUpstreamEdge_Call
- func (_c *WorkflowBuilder_AddUpstreamEdge_Call) Return() *WorkflowBuilder_AddUpstreamEdge_Call
- func (_c *WorkflowBuilder_AddUpstreamEdge_Call) Run(run func(nodeProvider string, nodeDependent string)) *WorkflowBuilder_AddUpstreamEdge_Call
- func (_c *WorkflowBuilder_AddUpstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddUpstreamEdge_Call
- type WorkflowBuilder_Expecter
- func (_e *WorkflowBuilder_Expecter) AddDownstreamEdge(nodeProvider interface{}, nodeDependent interface{}) *WorkflowBuilder_AddDownstreamEdge_Call
- func (_e *WorkflowBuilder_Expecter) AddEdges(n interface{}, edgeDirection interface{}, errs interface{}) *WorkflowBuilder_AddEdges_Call
- func (_e *WorkflowBuilder_Expecter) AddExecutionEdge(nodeFrom interface{}, nodeTo interface{}) *WorkflowBuilder_AddExecutionEdge_Call
- func (_e *WorkflowBuilder_Expecter) AddNode(n interface{}, errs interface{}) *WorkflowBuilder_AddNode_Call
- func (_e *WorkflowBuilder_Expecter) AddUpstreamEdge(nodeProvider interface{}, nodeDependent interface{}) *WorkflowBuilder_AddUpstreamEdge_Call
- func (_e *WorkflowBuilder_Expecter) GetCompiledSubWorkflow(id interface{}) *WorkflowBuilder_GetCompiledSubWorkflow_Call
- func (_e *WorkflowBuilder_Expecter) GetCoreWorkflow() *WorkflowBuilder_GetCoreWorkflow_Call
- func (_e *WorkflowBuilder_Expecter) GetDownstreamNodes() *WorkflowBuilder_GetDownstreamNodes_Call
- func (_e *WorkflowBuilder_Expecter) GetFailureNode() *WorkflowBuilder_GetFailureNode_Call
- func (_e *WorkflowBuilder_Expecter) GetLaunchPlan(id interface{}) *WorkflowBuilder_GetLaunchPlan_Call
- func (_e *WorkflowBuilder_Expecter) GetNode(id interface{}) *WorkflowBuilder_GetNode_Call
- func (_e *WorkflowBuilder_Expecter) GetNodes() *WorkflowBuilder_GetNodes_Call
- func (_e *WorkflowBuilder_Expecter) GetOrCreateNodeBuilder(n interface{}) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
- func (_e *WorkflowBuilder_Expecter) GetSubWorkflow(id interface{}) *WorkflowBuilder_GetSubWorkflow_Call
- func (_e *WorkflowBuilder_Expecter) GetTask(id interface{}) *WorkflowBuilder_GetTask_Call
- func (_e *WorkflowBuilder_Expecter) GetTasks() *WorkflowBuilder_GetTasks_Call
- func (_e *WorkflowBuilder_Expecter) GetUpstreamNodes() *WorkflowBuilder_GetUpstreamNodes_Call
- func (_e *WorkflowBuilder_Expecter) StoreCompiledSubWorkflow(id interface{}, compiledWorkflow interface{}) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
- func (_e *WorkflowBuilder_Expecter) ValidateWorkflow(fg interface{}, errs interface{}) *WorkflowBuilder_ValidateWorkflow_Call
- type WorkflowBuilder_GetCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *WorkflowBuilder_GetCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *WorkflowBuilder_GetCompiledSubWorkflow_Call
- type WorkflowBuilder_GetCoreWorkflow_Call
- func (_c *WorkflowBuilder_GetCoreWorkflow_Call) Return(_a0 *core.CompiledWorkflow) *WorkflowBuilder_GetCoreWorkflow_Call
- func (_c *WorkflowBuilder_GetCoreWorkflow_Call) Run(run func()) *WorkflowBuilder_GetCoreWorkflow_Call
- func (_c *WorkflowBuilder_GetCoreWorkflow_Call) RunAndReturn(run func() *core.CompiledWorkflow) *WorkflowBuilder_GetCoreWorkflow_Call
- type WorkflowBuilder_GetDownstreamNodes_Call
- func (_c *WorkflowBuilder_GetDownstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *WorkflowBuilder_GetDownstreamNodes_Call
- func (_c *WorkflowBuilder_GetDownstreamNodes_Call) Run(run func()) *WorkflowBuilder_GetDownstreamNodes_Call
- func (_c *WorkflowBuilder_GetDownstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *WorkflowBuilder_GetDownstreamNodes_Call
- type WorkflowBuilder_GetFailureNode_Call
- func (_c *WorkflowBuilder_GetFailureNode_Call) Return(_a0 common.Node) *WorkflowBuilder_GetFailureNode_Call
- func (_c *WorkflowBuilder_GetFailureNode_Call) Run(run func()) *WorkflowBuilder_GetFailureNode_Call
- func (_c *WorkflowBuilder_GetFailureNode_Call) RunAndReturn(run func() common.Node) *WorkflowBuilder_GetFailureNode_Call
- type WorkflowBuilder_GetLaunchPlan_Call
- func (_c *WorkflowBuilder_GetLaunchPlan_Call) Return(wf common.InterfaceProvider, found bool) *WorkflowBuilder_GetLaunchPlan_Call
- func (_c *WorkflowBuilder_GetLaunchPlan_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetLaunchPlan_Call
- func (_c *WorkflowBuilder_GetLaunchPlan_Call) RunAndReturn(run func(*core.Identifier) (common.InterfaceProvider, bool)) *WorkflowBuilder_GetLaunchPlan_Call
- type WorkflowBuilder_GetNode_Call
- func (_c *WorkflowBuilder_GetNode_Call) Return(node common.NodeBuilder, found bool) *WorkflowBuilder_GetNode_Call
- func (_c *WorkflowBuilder_GetNode_Call) Run(run func(id string)) *WorkflowBuilder_GetNode_Call
- func (_c *WorkflowBuilder_GetNode_Call) RunAndReturn(run func(string) (common.NodeBuilder, bool)) *WorkflowBuilder_GetNode_Call
- type WorkflowBuilder_GetNodes_Call
- func (_c *WorkflowBuilder_GetNodes_Call) Return(_a0 common.NodeIndex) *WorkflowBuilder_GetNodes_Call
- func (_c *WorkflowBuilder_GetNodes_Call) Run(run func()) *WorkflowBuilder_GetNodes_Call
- func (_c *WorkflowBuilder_GetNodes_Call) RunAndReturn(run func() common.NodeIndex) *WorkflowBuilder_GetNodes_Call
- type WorkflowBuilder_GetOrCreateNodeBuilder_Call
- func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) Return(_a0 common.NodeBuilder) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
- func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) Run(run func(n *core.Node)) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
- func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) RunAndReturn(run func(*core.Node) common.NodeBuilder) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
- type WorkflowBuilder_GetSubWorkflow_Call
- func (_c *WorkflowBuilder_GetSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *WorkflowBuilder_GetSubWorkflow_Call
- func (_c *WorkflowBuilder_GetSubWorkflow_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetSubWorkflow_Call
- func (_c *WorkflowBuilder_GetSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *WorkflowBuilder_GetSubWorkflow_Call
- type WorkflowBuilder_GetTask_Call
- func (_c *WorkflowBuilder_GetTask_Call) Return(task common.Task, found bool) *WorkflowBuilder_GetTask_Call
- func (_c *WorkflowBuilder_GetTask_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetTask_Call
- func (_c *WorkflowBuilder_GetTask_Call) RunAndReturn(run func(*core.Identifier) (common.Task, bool)) *WorkflowBuilder_GetTask_Call
- type WorkflowBuilder_GetTasks_Call
- func (_c *WorkflowBuilder_GetTasks_Call) Return(_a0 common.TaskIndex) *WorkflowBuilder_GetTasks_Call
- func (_c *WorkflowBuilder_GetTasks_Call) Run(run func()) *WorkflowBuilder_GetTasks_Call
- func (_c *WorkflowBuilder_GetTasks_Call) RunAndReturn(run func() common.TaskIndex) *WorkflowBuilder_GetTasks_Call
- type WorkflowBuilder_GetUpstreamNodes_Call
- func (_c *WorkflowBuilder_GetUpstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *WorkflowBuilder_GetUpstreamNodes_Call
- func (_c *WorkflowBuilder_GetUpstreamNodes_Call) Run(run func()) *WorkflowBuilder_GetUpstreamNodes_Call
- func (_c *WorkflowBuilder_GetUpstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *WorkflowBuilder_GetUpstreamNodes_Call
- type WorkflowBuilder_StoreCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) Return() *WorkflowBuilder_StoreCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) Run(run func(id *core.Identifier, compiledWorkflow *core.CompiledWorkflow)) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
- func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier, *core.CompiledWorkflow)) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
- type WorkflowBuilder_ValidateWorkflow_Call
- func (_c *WorkflowBuilder_ValidateWorkflow_Call) Return(_a0 common.Workflow, _a1 bool) *WorkflowBuilder_ValidateWorkflow_Call
- func (_c *WorkflowBuilder_ValidateWorkflow_Call) Run(run func(fg *core.CompiledWorkflow, errs errors.CompileErrors)) *WorkflowBuilder_ValidateWorkflow_Call
- func (_c *WorkflowBuilder_ValidateWorkflow_Call) RunAndReturn(run func(*core.CompiledWorkflow, errors.CompileErrors) (common.Workflow, bool)) *WorkflowBuilder_ValidateWorkflow_Call
- type Workflow_Expecter
- func (_e *Workflow_Expecter) GetCompiledSubWorkflow(id interface{}) *Workflow_GetCompiledSubWorkflow_Call
- func (_e *Workflow_Expecter) GetCoreWorkflow() *Workflow_GetCoreWorkflow_Call
- func (_e *Workflow_Expecter) GetDownstreamNodes() *Workflow_GetDownstreamNodes_Call
- func (_e *Workflow_Expecter) GetFailureNode() *Workflow_GetFailureNode_Call
- func (_e *Workflow_Expecter) GetLaunchPlan(id interface{}) *Workflow_GetLaunchPlan_Call
- func (_e *Workflow_Expecter) GetNode(id interface{}) *Workflow_GetNode_Call
- func (_e *Workflow_Expecter) GetNodes() *Workflow_GetNodes_Call
- func (_e *Workflow_Expecter) GetSubWorkflow(id interface{}) *Workflow_GetSubWorkflow_Call
- func (_e *Workflow_Expecter) GetTask(id interface{}) *Workflow_GetTask_Call
- func (_e *Workflow_Expecter) GetTasks() *Workflow_GetTasks_Call
- func (_e *Workflow_Expecter) GetUpstreamNodes() *Workflow_GetUpstreamNodes_Call
- type Workflow_GetCompiledSubWorkflow_Call
- func (_c *Workflow_GetCompiledSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *Workflow_GetCompiledSubWorkflow_Call
- func (_c *Workflow_GetCompiledSubWorkflow_Call) Run(run func(id *core.Identifier)) *Workflow_GetCompiledSubWorkflow_Call
- func (_c *Workflow_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *Workflow_GetCompiledSubWorkflow_Call
- type Workflow_GetCoreWorkflow_Call
- func (_c *Workflow_GetCoreWorkflow_Call) Return(_a0 *core.CompiledWorkflow) *Workflow_GetCoreWorkflow_Call
- func (_c *Workflow_GetCoreWorkflow_Call) Run(run func()) *Workflow_GetCoreWorkflow_Call
- func (_c *Workflow_GetCoreWorkflow_Call) RunAndReturn(run func() *core.CompiledWorkflow) *Workflow_GetCoreWorkflow_Call
- type Workflow_GetDownstreamNodes_Call
- func (_c *Workflow_GetDownstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *Workflow_GetDownstreamNodes_Call
- func (_c *Workflow_GetDownstreamNodes_Call) Run(run func()) *Workflow_GetDownstreamNodes_Call
- func (_c *Workflow_GetDownstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *Workflow_GetDownstreamNodes_Call
- type Workflow_GetFailureNode_Call
- type Workflow_GetLaunchPlan_Call
- func (_c *Workflow_GetLaunchPlan_Call) Return(wf common.InterfaceProvider, found bool) *Workflow_GetLaunchPlan_Call
- func (_c *Workflow_GetLaunchPlan_Call) Run(run func(id *core.Identifier)) *Workflow_GetLaunchPlan_Call
- func (_c *Workflow_GetLaunchPlan_Call) RunAndReturn(run func(*core.Identifier) (common.InterfaceProvider, bool)) *Workflow_GetLaunchPlan_Call
- type Workflow_GetNode_Call
- type Workflow_GetNodes_Call
- type Workflow_GetSubWorkflow_Call
- func (_c *Workflow_GetSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *Workflow_GetSubWorkflow_Call
- func (_c *Workflow_GetSubWorkflow_Call) Run(run func(id *core.Identifier)) *Workflow_GetSubWorkflow_Call
- func (_c *Workflow_GetSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *Workflow_GetSubWorkflow_Call
- type Workflow_GetTask_Call
- func (_c *Workflow_GetTask_Call) Return(task common.Task, found bool) *Workflow_GetTask_Call
- func (_c *Workflow_GetTask_Call) Run(run func(id *core.Identifier)) *Workflow_GetTask_Call
- func (_c *Workflow_GetTask_Call) RunAndReturn(run func(*core.Identifier) (common.Task, bool)) *Workflow_GetTask_Call
- type Workflow_GetTasks_Call
- type Workflow_GetUpstreamNodes_Call
- func (_c *Workflow_GetUpstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *Workflow_GetUpstreamNodes_Call
- func (_c *Workflow_GetUpstreamNodes_Call) Run(run func()) *Workflow_GetUpstreamNodes_Call
- func (_c *Workflow_GetUpstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *Workflow_GetUpstreamNodes_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceProvider ¶
InterfaceProvider is an autogenerated mock type for the InterfaceProvider type
func NewInterfaceProvider ¶ added in v1.15.1
func NewInterfaceProvider(t interface {
mock.TestingT
Cleanup(func())
}) *InterfaceProvider
NewInterfaceProvider creates a new instance of InterfaceProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*InterfaceProvider) EXPECT ¶ added in v1.15.1
func (_m *InterfaceProvider) EXPECT() *InterfaceProvider_Expecter
func (*InterfaceProvider) GetExpectedInputs ¶
func (_m *InterfaceProvider) GetExpectedInputs() *core.ParameterMap
GetExpectedInputs provides a mock function with no fields
func (*InterfaceProvider) GetExpectedOutputs ¶
func (_m *InterfaceProvider) GetExpectedOutputs() *core.VariableMap
GetExpectedOutputs provides a mock function with no fields
func (*InterfaceProvider) GetID ¶
func (_m *InterfaceProvider) GetID() *core.Identifier
GetID provides a mock function with no fields
type InterfaceProvider_Expecter ¶ added in v1.15.1
type InterfaceProvider_Expecter struct {
// contains filtered or unexported fields
}
func (*InterfaceProvider_Expecter) GetExpectedInputs ¶ added in v1.15.1
func (_e *InterfaceProvider_Expecter) GetExpectedInputs() *InterfaceProvider_GetExpectedInputs_Call
GetExpectedInputs is a helper method to define mock.On call
func (*InterfaceProvider_Expecter) GetExpectedOutputs ¶ added in v1.15.1
func (_e *InterfaceProvider_Expecter) GetExpectedOutputs() *InterfaceProvider_GetExpectedOutputs_Call
GetExpectedOutputs is a helper method to define mock.On call
func (*InterfaceProvider_Expecter) GetID ¶ added in v1.15.1
func (_e *InterfaceProvider_Expecter) GetID() *InterfaceProvider_GetID_Call
GetID is a helper method to define mock.On call
type InterfaceProvider_GetExpectedInputs_Call ¶ added in v1.15.1
InterfaceProvider_GetExpectedInputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExpectedInputs'
func (*InterfaceProvider_GetExpectedInputs_Call) Return ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedInputs_Call) Return(_a0 *core.ParameterMap) *InterfaceProvider_GetExpectedInputs_Call
func (*InterfaceProvider_GetExpectedInputs_Call) Run ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedInputs_Call) Run(run func()) *InterfaceProvider_GetExpectedInputs_Call
func (*InterfaceProvider_GetExpectedInputs_Call) RunAndReturn ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedInputs_Call) RunAndReturn(run func() *core.ParameterMap) *InterfaceProvider_GetExpectedInputs_Call
type InterfaceProvider_GetExpectedOutputs_Call ¶ added in v1.15.1
InterfaceProvider_GetExpectedOutputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExpectedOutputs'
func (*InterfaceProvider_GetExpectedOutputs_Call) Return ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedOutputs_Call) Return(_a0 *core.VariableMap) *InterfaceProvider_GetExpectedOutputs_Call
func (*InterfaceProvider_GetExpectedOutputs_Call) Run ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedOutputs_Call) Run(run func()) *InterfaceProvider_GetExpectedOutputs_Call
func (*InterfaceProvider_GetExpectedOutputs_Call) RunAndReturn ¶ added in v1.15.1
func (_c *InterfaceProvider_GetExpectedOutputs_Call) RunAndReturn(run func() *core.VariableMap) *InterfaceProvider_GetExpectedOutputs_Call
type InterfaceProvider_GetID_Call ¶ added in v1.15.1
InterfaceProvider_GetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetID'
func (*InterfaceProvider_GetID_Call) Return ¶ added in v1.15.1
func (_c *InterfaceProvider_GetID_Call) Return(_a0 *core.Identifier) *InterfaceProvider_GetID_Call
func (*InterfaceProvider_GetID_Call) Run ¶ added in v1.15.1
func (_c *InterfaceProvider_GetID_Call) Run(run func()) *InterfaceProvider_GetID_Call
func (*InterfaceProvider_GetID_Call) RunAndReturn ¶ added in v1.15.1
func (_c *InterfaceProvider_GetID_Call) RunAndReturn(run func() *core.Identifier) *InterfaceProvider_GetID_Call
type Node ¶
Node is an autogenerated mock type for the Node type
func NewNode ¶ added in v1.15.1
NewNode creates a new instance of Node. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Node) EXPECT ¶ added in v1.15.1
func (_m *Node) EXPECT() *Node_Expecter
func (*Node) GetArrayNode ¶
GetArrayNode provides a mock function with no fields
func (*Node) GetBranchNode ¶
func (_m *Node) GetBranchNode() *core.BranchNode
GetBranchNode provides a mock function with no fields
func (*Node) GetCoreNode ¶
GetCoreNode provides a mock function with no fields
func (*Node) GetGateNode ¶
GetGateNode provides a mock function with no fields
func (*Node) GetInterface ¶
func (_m *Node) GetInterface() *core.TypedInterface
GetInterface provides a mock function with no fields
func (*Node) GetMetadata ¶
func (_m *Node) GetMetadata() *core.NodeMetadata
GetMetadata provides a mock function with no fields
func (*Node) GetOutputAliases ¶
GetOutputAliases provides a mock function with no fields
func (*Node) GetSubWorkflow ¶
GetSubWorkflow provides a mock function with no fields
func (*Node) GetTaskNode ¶
GetTaskNode provides a mock function with no fields
func (*Node) GetUpstreamNodeIds ¶
GetUpstreamNodeIds provides a mock function with no fields
func (*Node) GetWorkflowNode ¶
func (_m *Node) GetWorkflowNode() *core.WorkflowNode
GetWorkflowNode provides a mock function with no fields
type NodeBuilder ¶
NodeBuilder is an autogenerated mock type for the NodeBuilder type
func NewNodeBuilder ¶ added in v1.15.1
func NewNodeBuilder(t interface {
mock.TestingT
Cleanup(func())
}) *NodeBuilder
NewNodeBuilder creates a new instance of NodeBuilder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*NodeBuilder) EXPECT ¶ added in v1.15.1
func (_m *NodeBuilder) EXPECT() *NodeBuilder_Expecter
func (*NodeBuilder) GetArrayNode ¶
func (_m *NodeBuilder) GetArrayNode() *core.ArrayNode
GetArrayNode provides a mock function with no fields
func (*NodeBuilder) GetBranchNode ¶
func (_m *NodeBuilder) GetBranchNode() *core.BranchNode
GetBranchNode provides a mock function with no fields
func (*NodeBuilder) GetCoreNode ¶
func (_m *NodeBuilder) GetCoreNode() *core.Node
GetCoreNode provides a mock function with no fields
func (*NodeBuilder) GetGateNode ¶
func (_m *NodeBuilder) GetGateNode() *core.GateNode
GetGateNode provides a mock function with no fields
func (*NodeBuilder) GetId ¶
func (_m *NodeBuilder) GetId() string
GetId provides a mock function with no fields
func (*NodeBuilder) GetInputs ¶
func (_m *NodeBuilder) GetInputs() []*core.Binding
GetInputs provides a mock function with no fields
func (*NodeBuilder) GetInterface ¶
func (_m *NodeBuilder) GetInterface() *core.TypedInterface
GetInterface provides a mock function with no fields
func (*NodeBuilder) GetMetadata ¶
func (_m *NodeBuilder) GetMetadata() *core.NodeMetadata
GetMetadata provides a mock function with no fields
func (*NodeBuilder) GetOutputAliases ¶
func (_m *NodeBuilder) GetOutputAliases() []*core.Alias
GetOutputAliases provides a mock function with no fields
func (*NodeBuilder) GetSubWorkflow ¶
func (_m *NodeBuilder) GetSubWorkflow() common.Workflow
GetSubWorkflow provides a mock function with no fields
func (*NodeBuilder) GetTask ¶
func (_m *NodeBuilder) GetTask() common.Task
GetTask provides a mock function with no fields
func (*NodeBuilder) GetTaskNode ¶
func (_m *NodeBuilder) GetTaskNode() *core.TaskNode
GetTaskNode provides a mock function with no fields
func (*NodeBuilder) GetUpstreamNodeIds ¶
func (_m *NodeBuilder) GetUpstreamNodeIds() []string
GetUpstreamNodeIds provides a mock function with no fields
func (*NodeBuilder) GetWorkflowNode ¶
func (_m *NodeBuilder) GetWorkflowNode() *core.WorkflowNode
GetWorkflowNode provides a mock function with no fields
func (*NodeBuilder) SetID ¶
func (_m *NodeBuilder) SetID(id string)
SetID provides a mock function with given fields: id
func (*NodeBuilder) SetInputs ¶
func (_m *NodeBuilder) SetInputs(inputs []*core.Binding)
SetInputs provides a mock function with given fields: inputs
func (*NodeBuilder) SetInterface ¶
func (_m *NodeBuilder) SetInterface(iface *core.TypedInterface)
SetInterface provides a mock function with given fields: iface
func (*NodeBuilder) SetSubWorkflow ¶
func (_m *NodeBuilder) SetSubWorkflow(wf common.Workflow)
SetSubWorkflow provides a mock function with given fields: wf
func (*NodeBuilder) SetTask ¶
func (_m *NodeBuilder) SetTask(task common.Task)
SetTask provides a mock function with given fields: task
type NodeBuilder_Expecter ¶ added in v1.15.1
type NodeBuilder_Expecter struct {
// contains filtered or unexported fields
}
func (*NodeBuilder_Expecter) GetArrayNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetArrayNode() *NodeBuilder_GetArrayNode_Call
GetArrayNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetBranchNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetBranchNode() *NodeBuilder_GetBranchNode_Call
GetBranchNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetCoreNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetCoreNode() *NodeBuilder_GetCoreNode_Call
GetCoreNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetGateNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetGateNode() *NodeBuilder_GetGateNode_Call
GetGateNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetId ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetId() *NodeBuilder_GetId_Call
GetId is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetInputs ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetInputs() *NodeBuilder_GetInputs_Call
GetInputs is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetInterface ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetInterface() *NodeBuilder_GetInterface_Call
GetInterface is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetMetadata ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetMetadata() *NodeBuilder_GetMetadata_Call
GetMetadata is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetOutputAliases ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetOutputAliases() *NodeBuilder_GetOutputAliases_Call
GetOutputAliases is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetSubWorkflow ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetSubWorkflow() *NodeBuilder_GetSubWorkflow_Call
GetSubWorkflow is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetTask ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetTask() *NodeBuilder_GetTask_Call
GetTask is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetTaskNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetTaskNode() *NodeBuilder_GetTaskNode_Call
GetTaskNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetUpstreamNodeIds ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetUpstreamNodeIds() *NodeBuilder_GetUpstreamNodeIds_Call
GetUpstreamNodeIds is a helper method to define mock.On call
func (*NodeBuilder_Expecter) GetWorkflowNode ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) GetWorkflowNode() *NodeBuilder_GetWorkflowNode_Call
GetWorkflowNode is a helper method to define mock.On call
func (*NodeBuilder_Expecter) SetID ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) SetID(id interface{}) *NodeBuilder_SetID_Call
SetID is a helper method to define mock.On call
- id string
func (*NodeBuilder_Expecter) SetInputs ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) SetInputs(inputs interface{}) *NodeBuilder_SetInputs_Call
SetInputs is a helper method to define mock.On call
- inputs []*core.Binding
func (*NodeBuilder_Expecter) SetInterface ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) SetInterface(iface interface{}) *NodeBuilder_SetInterface_Call
SetInterface is a helper method to define mock.On call
- iface *core.TypedInterface
func (*NodeBuilder_Expecter) SetSubWorkflow ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) SetSubWorkflow(wf interface{}) *NodeBuilder_SetSubWorkflow_Call
SetSubWorkflow is a helper method to define mock.On call
- wf common.Workflow
func (*NodeBuilder_Expecter) SetTask ¶ added in v1.15.1
func (_e *NodeBuilder_Expecter) SetTask(task interface{}) *NodeBuilder_SetTask_Call
SetTask is a helper method to define mock.On call
- task common.Task
type NodeBuilder_GetArrayNode_Call ¶ added in v1.15.1
NodeBuilder_GetArrayNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetArrayNode'
func (*NodeBuilder_GetArrayNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetArrayNode_Call) Return(_a0 *core.ArrayNode) *NodeBuilder_GetArrayNode_Call
func (*NodeBuilder_GetArrayNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetArrayNode_Call) Run(run func()) *NodeBuilder_GetArrayNode_Call
func (*NodeBuilder_GetArrayNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetArrayNode_Call) RunAndReturn(run func() *core.ArrayNode) *NodeBuilder_GetArrayNode_Call
type NodeBuilder_GetBranchNode_Call ¶ added in v1.15.1
NodeBuilder_GetBranchNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBranchNode'
func (*NodeBuilder_GetBranchNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetBranchNode_Call) Return(_a0 *core.BranchNode) *NodeBuilder_GetBranchNode_Call
func (*NodeBuilder_GetBranchNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetBranchNode_Call) Run(run func()) *NodeBuilder_GetBranchNode_Call
func (*NodeBuilder_GetBranchNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetBranchNode_Call) RunAndReturn(run func() *core.BranchNode) *NodeBuilder_GetBranchNode_Call
type NodeBuilder_GetCoreNode_Call ¶ added in v1.15.1
NodeBuilder_GetCoreNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCoreNode'
func (*NodeBuilder_GetCoreNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetCoreNode_Call) Return(_a0 *core.Node) *NodeBuilder_GetCoreNode_Call
func (*NodeBuilder_GetCoreNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetCoreNode_Call) Run(run func()) *NodeBuilder_GetCoreNode_Call
func (*NodeBuilder_GetCoreNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetCoreNode_Call) RunAndReturn(run func() *core.Node) *NodeBuilder_GetCoreNode_Call
type NodeBuilder_GetGateNode_Call ¶ added in v1.15.1
NodeBuilder_GetGateNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGateNode'
func (*NodeBuilder_GetGateNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetGateNode_Call) Return(_a0 *core.GateNode) *NodeBuilder_GetGateNode_Call
func (*NodeBuilder_GetGateNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetGateNode_Call) Run(run func()) *NodeBuilder_GetGateNode_Call
func (*NodeBuilder_GetGateNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetGateNode_Call) RunAndReturn(run func() *core.GateNode) *NodeBuilder_GetGateNode_Call
type NodeBuilder_GetId_Call ¶ added in v1.15.1
NodeBuilder_GetId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetId'
func (*NodeBuilder_GetId_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetId_Call) Return(_a0 string) *NodeBuilder_GetId_Call
func (*NodeBuilder_GetId_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetId_Call) Run(run func()) *NodeBuilder_GetId_Call
func (*NodeBuilder_GetId_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetId_Call) RunAndReturn(run func() string) *NodeBuilder_GetId_Call
type NodeBuilder_GetInputs_Call ¶ added in v1.15.1
NodeBuilder_GetInputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInputs'
func (*NodeBuilder_GetInputs_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetInputs_Call) Return(_a0 []*core.Binding) *NodeBuilder_GetInputs_Call
func (*NodeBuilder_GetInputs_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetInputs_Call) Run(run func()) *NodeBuilder_GetInputs_Call
func (*NodeBuilder_GetInputs_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetInputs_Call) RunAndReturn(run func() []*core.Binding) *NodeBuilder_GetInputs_Call
type NodeBuilder_GetInterface_Call ¶ added in v1.15.1
NodeBuilder_GetInterface_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInterface'
func (*NodeBuilder_GetInterface_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetInterface_Call) Return(_a0 *core.TypedInterface) *NodeBuilder_GetInterface_Call
func (*NodeBuilder_GetInterface_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetInterface_Call) Run(run func()) *NodeBuilder_GetInterface_Call
func (*NodeBuilder_GetInterface_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetInterface_Call) RunAndReturn(run func() *core.TypedInterface) *NodeBuilder_GetInterface_Call
type NodeBuilder_GetMetadata_Call ¶ added in v1.15.1
NodeBuilder_GetMetadata_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMetadata'
func (*NodeBuilder_GetMetadata_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetMetadata_Call) Return(_a0 *core.NodeMetadata) *NodeBuilder_GetMetadata_Call
func (*NodeBuilder_GetMetadata_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetMetadata_Call) Run(run func()) *NodeBuilder_GetMetadata_Call
func (*NodeBuilder_GetMetadata_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetMetadata_Call) RunAndReturn(run func() *core.NodeMetadata) *NodeBuilder_GetMetadata_Call
type NodeBuilder_GetOutputAliases_Call ¶ added in v1.15.1
NodeBuilder_GetOutputAliases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOutputAliases'
func (*NodeBuilder_GetOutputAliases_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetOutputAliases_Call) Return(_a0 []*core.Alias) *NodeBuilder_GetOutputAliases_Call
func (*NodeBuilder_GetOutputAliases_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetOutputAliases_Call) Run(run func()) *NodeBuilder_GetOutputAliases_Call
func (*NodeBuilder_GetOutputAliases_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetOutputAliases_Call) RunAndReturn(run func() []*core.Alias) *NodeBuilder_GetOutputAliases_Call
type NodeBuilder_GetSubWorkflow_Call ¶ added in v1.15.1
NodeBuilder_GetSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubWorkflow'
func (*NodeBuilder_GetSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetSubWorkflow_Call) Return(_a0 common.Workflow) *NodeBuilder_GetSubWorkflow_Call
func (*NodeBuilder_GetSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetSubWorkflow_Call) Run(run func()) *NodeBuilder_GetSubWorkflow_Call
func (*NodeBuilder_GetSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetSubWorkflow_Call) RunAndReturn(run func() common.Workflow) *NodeBuilder_GetSubWorkflow_Call
type NodeBuilder_GetTaskNode_Call ¶ added in v1.15.1
NodeBuilder_GetTaskNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTaskNode'
func (*NodeBuilder_GetTaskNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetTaskNode_Call) Return(_a0 *core.TaskNode) *NodeBuilder_GetTaskNode_Call
func (*NodeBuilder_GetTaskNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetTaskNode_Call) Run(run func()) *NodeBuilder_GetTaskNode_Call
func (*NodeBuilder_GetTaskNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetTaskNode_Call) RunAndReturn(run func() *core.TaskNode) *NodeBuilder_GetTaskNode_Call
type NodeBuilder_GetTask_Call ¶ added in v1.15.1
NodeBuilder_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'
func (*NodeBuilder_GetTask_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetTask_Call) Return(_a0 common.Task) *NodeBuilder_GetTask_Call
func (*NodeBuilder_GetTask_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetTask_Call) Run(run func()) *NodeBuilder_GetTask_Call
func (*NodeBuilder_GetTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetTask_Call) RunAndReturn(run func() common.Task) *NodeBuilder_GetTask_Call
type NodeBuilder_GetUpstreamNodeIds_Call ¶ added in v1.15.1
NodeBuilder_GetUpstreamNodeIds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUpstreamNodeIds'
func (*NodeBuilder_GetUpstreamNodeIds_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetUpstreamNodeIds_Call) Return(_a0 []string) *NodeBuilder_GetUpstreamNodeIds_Call
func (*NodeBuilder_GetUpstreamNodeIds_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetUpstreamNodeIds_Call) Run(run func()) *NodeBuilder_GetUpstreamNodeIds_Call
func (*NodeBuilder_GetUpstreamNodeIds_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetUpstreamNodeIds_Call) RunAndReturn(run func() []string) *NodeBuilder_GetUpstreamNodeIds_Call
type NodeBuilder_GetWorkflowNode_Call ¶ added in v1.15.1
NodeBuilder_GetWorkflowNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowNode'
func (*NodeBuilder_GetWorkflowNode_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_GetWorkflowNode_Call) Return(_a0 *core.WorkflowNode) *NodeBuilder_GetWorkflowNode_Call
func (*NodeBuilder_GetWorkflowNode_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_GetWorkflowNode_Call) Run(run func()) *NodeBuilder_GetWorkflowNode_Call
func (*NodeBuilder_GetWorkflowNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_GetWorkflowNode_Call) RunAndReturn(run func() *core.WorkflowNode) *NodeBuilder_GetWorkflowNode_Call
type NodeBuilder_SetID_Call ¶ added in v1.15.1
NodeBuilder_SetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetID'
func (*NodeBuilder_SetID_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_SetID_Call) Return() *NodeBuilder_SetID_Call
func (*NodeBuilder_SetID_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_SetID_Call) Run(run func(id string)) *NodeBuilder_SetID_Call
func (*NodeBuilder_SetID_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_SetID_Call) RunAndReturn(run func(string)) *NodeBuilder_SetID_Call
type NodeBuilder_SetInputs_Call ¶ added in v1.15.1
NodeBuilder_SetInputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetInputs'
func (*NodeBuilder_SetInputs_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_SetInputs_Call) Return() *NodeBuilder_SetInputs_Call
func (*NodeBuilder_SetInputs_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_SetInputs_Call) Run(run func(inputs []*core.Binding)) *NodeBuilder_SetInputs_Call
func (*NodeBuilder_SetInputs_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_SetInputs_Call) RunAndReturn(run func([]*core.Binding)) *NodeBuilder_SetInputs_Call
type NodeBuilder_SetInterface_Call ¶ added in v1.15.1
NodeBuilder_SetInterface_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetInterface'
func (*NodeBuilder_SetInterface_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_SetInterface_Call) Return() *NodeBuilder_SetInterface_Call
func (*NodeBuilder_SetInterface_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_SetInterface_Call) Run(run func(iface *core.TypedInterface)) *NodeBuilder_SetInterface_Call
func (*NodeBuilder_SetInterface_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_SetInterface_Call) RunAndReturn(run func(*core.TypedInterface)) *NodeBuilder_SetInterface_Call
type NodeBuilder_SetSubWorkflow_Call ¶ added in v1.15.1
NodeBuilder_SetSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSubWorkflow'
func (*NodeBuilder_SetSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_SetSubWorkflow_Call) Return() *NodeBuilder_SetSubWorkflow_Call
func (*NodeBuilder_SetSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_SetSubWorkflow_Call) Run(run func(wf common.Workflow)) *NodeBuilder_SetSubWorkflow_Call
func (*NodeBuilder_SetSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_SetSubWorkflow_Call) RunAndReturn(run func(common.Workflow)) *NodeBuilder_SetSubWorkflow_Call
type NodeBuilder_SetTask_Call ¶ added in v1.15.1
NodeBuilder_SetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetTask'
func (*NodeBuilder_SetTask_Call) Return ¶ added in v1.15.1
func (_c *NodeBuilder_SetTask_Call) Return() *NodeBuilder_SetTask_Call
func (*NodeBuilder_SetTask_Call) Run ¶ added in v1.15.1
func (_c *NodeBuilder_SetTask_Call) Run(run func(task common.Task)) *NodeBuilder_SetTask_Call
func (*NodeBuilder_SetTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *NodeBuilder_SetTask_Call) RunAndReturn(run func(common.Task)) *NodeBuilder_SetTask_Call
type Node_Expecter ¶ added in v1.15.1
type Node_Expecter struct {
// contains filtered or unexported fields
}
func (*Node_Expecter) GetArrayNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetArrayNode() *Node_GetArrayNode_Call
GetArrayNode is a helper method to define mock.On call
func (*Node_Expecter) GetBranchNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetBranchNode() *Node_GetBranchNode_Call
GetBranchNode is a helper method to define mock.On call
func (*Node_Expecter) GetCoreNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetCoreNode() *Node_GetCoreNode_Call
GetCoreNode is a helper method to define mock.On call
func (*Node_Expecter) GetGateNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetGateNode() *Node_GetGateNode_Call
GetGateNode is a helper method to define mock.On call
func (*Node_Expecter) GetId ¶ added in v1.15.1
func (_e *Node_Expecter) GetId() *Node_GetId_Call
GetId is a helper method to define mock.On call
func (*Node_Expecter) GetInputs ¶ added in v1.15.1
func (_e *Node_Expecter) GetInputs() *Node_GetInputs_Call
GetInputs is a helper method to define mock.On call
func (*Node_Expecter) GetInterface ¶ added in v1.15.1
func (_e *Node_Expecter) GetInterface() *Node_GetInterface_Call
GetInterface is a helper method to define mock.On call
func (*Node_Expecter) GetMetadata ¶ added in v1.15.1
func (_e *Node_Expecter) GetMetadata() *Node_GetMetadata_Call
GetMetadata is a helper method to define mock.On call
func (*Node_Expecter) GetOutputAliases ¶ added in v1.15.1
func (_e *Node_Expecter) GetOutputAliases() *Node_GetOutputAliases_Call
GetOutputAliases is a helper method to define mock.On call
func (*Node_Expecter) GetSubWorkflow ¶ added in v1.15.1
func (_e *Node_Expecter) GetSubWorkflow() *Node_GetSubWorkflow_Call
GetSubWorkflow is a helper method to define mock.On call
func (*Node_Expecter) GetTask ¶ added in v1.15.1
func (_e *Node_Expecter) GetTask() *Node_GetTask_Call
GetTask is a helper method to define mock.On call
func (*Node_Expecter) GetTaskNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetTaskNode() *Node_GetTaskNode_Call
GetTaskNode is a helper method to define mock.On call
func (*Node_Expecter) GetUpstreamNodeIds ¶ added in v1.15.1
func (_e *Node_Expecter) GetUpstreamNodeIds() *Node_GetUpstreamNodeIds_Call
GetUpstreamNodeIds is a helper method to define mock.On call
func (*Node_Expecter) GetWorkflowNode ¶ added in v1.15.1
func (_e *Node_Expecter) GetWorkflowNode() *Node_GetWorkflowNode_Call
GetWorkflowNode is a helper method to define mock.On call
type Node_GetArrayNode_Call ¶ added in v1.15.1
Node_GetArrayNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetArrayNode'
func (*Node_GetArrayNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetArrayNode_Call) Return(_a0 *core.ArrayNode) *Node_GetArrayNode_Call
func (*Node_GetArrayNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetArrayNode_Call) Run(run func()) *Node_GetArrayNode_Call
func (*Node_GetArrayNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetArrayNode_Call) RunAndReturn(run func() *core.ArrayNode) *Node_GetArrayNode_Call
type Node_GetBranchNode_Call ¶ added in v1.15.1
Node_GetBranchNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBranchNode'
func (*Node_GetBranchNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetBranchNode_Call) Return(_a0 *core.BranchNode) *Node_GetBranchNode_Call
func (*Node_GetBranchNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetBranchNode_Call) Run(run func()) *Node_GetBranchNode_Call
func (*Node_GetBranchNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetBranchNode_Call) RunAndReturn(run func() *core.BranchNode) *Node_GetBranchNode_Call
type Node_GetCoreNode_Call ¶ added in v1.15.1
Node_GetCoreNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCoreNode'
func (*Node_GetCoreNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetCoreNode_Call) Return(_a0 *core.Node) *Node_GetCoreNode_Call
func (*Node_GetCoreNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetCoreNode_Call) Run(run func()) *Node_GetCoreNode_Call
func (*Node_GetCoreNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetCoreNode_Call) RunAndReturn(run func() *core.Node) *Node_GetCoreNode_Call
type Node_GetGateNode_Call ¶ added in v1.15.1
Node_GetGateNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGateNode'
func (*Node_GetGateNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetGateNode_Call) Return(_a0 *core.GateNode) *Node_GetGateNode_Call
func (*Node_GetGateNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetGateNode_Call) Run(run func()) *Node_GetGateNode_Call
func (*Node_GetGateNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetGateNode_Call) RunAndReturn(run func() *core.GateNode) *Node_GetGateNode_Call
type Node_GetId_Call ¶ added in v1.15.1
Node_GetId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetId'
func (*Node_GetId_Call) Return ¶ added in v1.15.1
func (_c *Node_GetId_Call) Return(_a0 string) *Node_GetId_Call
func (*Node_GetId_Call) Run ¶ added in v1.15.1
func (_c *Node_GetId_Call) Run(run func()) *Node_GetId_Call
func (*Node_GetId_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetId_Call) RunAndReturn(run func() string) *Node_GetId_Call
type Node_GetInputs_Call ¶ added in v1.15.1
Node_GetInputs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInputs'
func (*Node_GetInputs_Call) Return ¶ added in v1.15.1
func (_c *Node_GetInputs_Call) Return(_a0 []*core.Binding) *Node_GetInputs_Call
func (*Node_GetInputs_Call) Run ¶ added in v1.15.1
func (_c *Node_GetInputs_Call) Run(run func()) *Node_GetInputs_Call
func (*Node_GetInputs_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetInputs_Call) RunAndReturn(run func() []*core.Binding) *Node_GetInputs_Call
type Node_GetInterface_Call ¶ added in v1.15.1
Node_GetInterface_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInterface'
func (*Node_GetInterface_Call) Return ¶ added in v1.15.1
func (_c *Node_GetInterface_Call) Return(_a0 *core.TypedInterface) *Node_GetInterface_Call
func (*Node_GetInterface_Call) Run ¶ added in v1.15.1
func (_c *Node_GetInterface_Call) Run(run func()) *Node_GetInterface_Call
func (*Node_GetInterface_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetInterface_Call) RunAndReturn(run func() *core.TypedInterface) *Node_GetInterface_Call
type Node_GetMetadata_Call ¶ added in v1.15.1
Node_GetMetadata_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMetadata'
func (*Node_GetMetadata_Call) Return ¶ added in v1.15.1
func (_c *Node_GetMetadata_Call) Return(_a0 *core.NodeMetadata) *Node_GetMetadata_Call
func (*Node_GetMetadata_Call) Run ¶ added in v1.15.1
func (_c *Node_GetMetadata_Call) Run(run func()) *Node_GetMetadata_Call
func (*Node_GetMetadata_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetMetadata_Call) RunAndReturn(run func() *core.NodeMetadata) *Node_GetMetadata_Call
type Node_GetOutputAliases_Call ¶ added in v1.15.1
Node_GetOutputAliases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOutputAliases'
func (*Node_GetOutputAliases_Call) Return ¶ added in v1.15.1
func (_c *Node_GetOutputAliases_Call) Return(_a0 []*core.Alias) *Node_GetOutputAliases_Call
func (*Node_GetOutputAliases_Call) Run ¶ added in v1.15.1
func (_c *Node_GetOutputAliases_Call) Run(run func()) *Node_GetOutputAliases_Call
func (*Node_GetOutputAliases_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetOutputAliases_Call) RunAndReturn(run func() []*core.Alias) *Node_GetOutputAliases_Call
type Node_GetSubWorkflow_Call ¶ added in v1.15.1
Node_GetSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubWorkflow'
func (*Node_GetSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *Node_GetSubWorkflow_Call) Return(_a0 common.Workflow) *Node_GetSubWorkflow_Call
func (*Node_GetSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *Node_GetSubWorkflow_Call) Run(run func()) *Node_GetSubWorkflow_Call
func (*Node_GetSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetSubWorkflow_Call) RunAndReturn(run func() common.Workflow) *Node_GetSubWorkflow_Call
type Node_GetTaskNode_Call ¶ added in v1.15.1
Node_GetTaskNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTaskNode'
func (*Node_GetTaskNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetTaskNode_Call) Return(_a0 *core.TaskNode) *Node_GetTaskNode_Call
func (*Node_GetTaskNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetTaskNode_Call) Run(run func()) *Node_GetTaskNode_Call
func (*Node_GetTaskNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetTaskNode_Call) RunAndReturn(run func() *core.TaskNode) *Node_GetTaskNode_Call
type Node_GetTask_Call ¶ added in v1.15.1
Node_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'
func (*Node_GetTask_Call) Return ¶ added in v1.15.1
func (_c *Node_GetTask_Call) Return(_a0 common.Task) *Node_GetTask_Call
func (*Node_GetTask_Call) Run ¶ added in v1.15.1
func (_c *Node_GetTask_Call) Run(run func()) *Node_GetTask_Call
func (*Node_GetTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetTask_Call) RunAndReturn(run func() common.Task) *Node_GetTask_Call
type Node_GetUpstreamNodeIds_Call ¶ added in v1.15.1
Node_GetUpstreamNodeIds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUpstreamNodeIds'
func (*Node_GetUpstreamNodeIds_Call) Return ¶ added in v1.15.1
func (_c *Node_GetUpstreamNodeIds_Call) Return(_a0 []string) *Node_GetUpstreamNodeIds_Call
func (*Node_GetUpstreamNodeIds_Call) Run ¶ added in v1.15.1
func (_c *Node_GetUpstreamNodeIds_Call) Run(run func()) *Node_GetUpstreamNodeIds_Call
func (*Node_GetUpstreamNodeIds_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetUpstreamNodeIds_Call) RunAndReturn(run func() []string) *Node_GetUpstreamNodeIds_Call
type Node_GetWorkflowNode_Call ¶ added in v1.15.1
Node_GetWorkflowNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowNode'
func (*Node_GetWorkflowNode_Call) Return ¶ added in v1.15.1
func (_c *Node_GetWorkflowNode_Call) Return(_a0 *core.WorkflowNode) *Node_GetWorkflowNode_Call
func (*Node_GetWorkflowNode_Call) Run ¶ added in v1.15.1
func (_c *Node_GetWorkflowNode_Call) Run(run func()) *Node_GetWorkflowNode_Call
func (*Node_GetWorkflowNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Node_GetWorkflowNode_Call) RunAndReturn(run func() *core.WorkflowNode) *Node_GetWorkflowNode_Call
type Task ¶
Task is an autogenerated mock type for the Task type
func NewTask ¶ added in v1.15.1
NewTask creates a new instance of Task. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Task) EXPECT ¶ added in v1.15.1
func (_m *Task) EXPECT() *Task_Expecter
func (*Task) GetCoreTask ¶
func (_m *Task) GetCoreTask() *core.TaskTemplate
GetCoreTask provides a mock function with no fields
func (*Task) GetID ¶
func (_m *Task) GetID() *core.Identifier
GetID provides a mock function with no fields
func (*Task) GetInterface ¶
func (_m *Task) GetInterface() *core.TypedInterface
GetInterface provides a mock function with no fields
type Task_Expecter ¶ added in v1.15.1
type Task_Expecter struct {
// contains filtered or unexported fields
}
func (*Task_Expecter) GetCoreTask ¶ added in v1.15.1
func (_e *Task_Expecter) GetCoreTask() *Task_GetCoreTask_Call
GetCoreTask is a helper method to define mock.On call
func (*Task_Expecter) GetID ¶ added in v1.15.1
func (_e *Task_Expecter) GetID() *Task_GetID_Call
GetID is a helper method to define mock.On call
func (*Task_Expecter) GetInterface ¶ added in v1.15.1
func (_e *Task_Expecter) GetInterface() *Task_GetInterface_Call
GetInterface is a helper method to define mock.On call
type Task_GetCoreTask_Call ¶ added in v1.15.1
Task_GetCoreTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCoreTask'
func (*Task_GetCoreTask_Call) Return ¶ added in v1.15.1
func (_c *Task_GetCoreTask_Call) Return(_a0 *core.TaskTemplate) *Task_GetCoreTask_Call
func (*Task_GetCoreTask_Call) Run ¶ added in v1.15.1
func (_c *Task_GetCoreTask_Call) Run(run func()) *Task_GetCoreTask_Call
func (*Task_GetCoreTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Task_GetCoreTask_Call) RunAndReturn(run func() *core.TaskTemplate) *Task_GetCoreTask_Call
type Task_GetID_Call ¶ added in v1.15.1
Task_GetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetID'
func (*Task_GetID_Call) Return ¶ added in v1.15.1
func (_c *Task_GetID_Call) Return(_a0 *core.Identifier) *Task_GetID_Call
func (*Task_GetID_Call) Run ¶ added in v1.15.1
func (_c *Task_GetID_Call) Run(run func()) *Task_GetID_Call
func (*Task_GetID_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Task_GetID_Call) RunAndReturn(run func() *core.Identifier) *Task_GetID_Call
type Task_GetInterface_Call ¶ added in v1.15.1
Task_GetInterface_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInterface'
func (*Task_GetInterface_Call) Return ¶ added in v1.15.1
func (_c *Task_GetInterface_Call) Return(_a0 *core.TypedInterface) *Task_GetInterface_Call
func (*Task_GetInterface_Call) Run ¶ added in v1.15.1
func (_c *Task_GetInterface_Call) Run(run func()) *Task_GetInterface_Call
func (*Task_GetInterface_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Task_GetInterface_Call) RunAndReturn(run func() *core.TypedInterface) *Task_GetInterface_Call
type Workflow ¶
Workflow is an autogenerated mock type for the Workflow type
func NewWorkflow ¶ added in v1.15.1
NewWorkflow creates a new instance of Workflow. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Workflow) EXPECT ¶ added in v1.15.1
func (_m *Workflow) EXPECT() *Workflow_Expecter
func (*Workflow) GetCompiledSubWorkflow ¶
func (_m *Workflow) GetCompiledSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
GetCompiledSubWorkflow provides a mock function with given fields: id
func (*Workflow) GetCoreWorkflow ¶
func (_m *Workflow) GetCoreWorkflow() *core.CompiledWorkflow
GetCoreWorkflow provides a mock function with no fields
func (*Workflow) GetDownstreamNodes ¶
func (_m *Workflow) GetDownstreamNodes() common.StringAdjacencyList
GetDownstreamNodes provides a mock function with no fields
func (*Workflow) GetFailureNode ¶
GetFailureNode provides a mock function with no fields
func (*Workflow) GetLaunchPlan ¶
func (_m *Workflow) GetLaunchPlan(id *core.Identifier) (common.InterfaceProvider, bool)
GetLaunchPlan provides a mock function with given fields: id
func (*Workflow) GetNode ¶
func (_m *Workflow) GetNode(id string) (common.NodeBuilder, bool)
GetNode provides a mock function with given fields: id
func (*Workflow) GetSubWorkflow ¶
func (_m *Workflow) GetSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
GetSubWorkflow provides a mock function with given fields: id
func (*Workflow) GetUpstreamNodes ¶
func (_m *Workflow) GetUpstreamNodes() common.StringAdjacencyList
GetUpstreamNodes provides a mock function with no fields
type WorkflowBuilder ¶
WorkflowBuilder is an autogenerated mock type for the WorkflowBuilder type
func NewWorkflowBuilder ¶ added in v1.15.1
func NewWorkflowBuilder(t interface {
mock.TestingT
Cleanup(func())
}) *WorkflowBuilder
NewWorkflowBuilder creates a new instance of WorkflowBuilder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*WorkflowBuilder) AddDownstreamEdge ¶
func (_m *WorkflowBuilder) AddDownstreamEdge(nodeProvider string, nodeDependent string)
AddDownstreamEdge provides a mock function with given fields: nodeProvider, nodeDependent
func (*WorkflowBuilder) AddEdges ¶
func (_m *WorkflowBuilder) AddEdges(n common.NodeBuilder, edgeDirection common.EdgeDirection, errs errors.CompileErrors) bool
AddEdges provides a mock function with given fields: n, edgeDirection, errs
func (*WorkflowBuilder) AddExecutionEdge ¶
func (_m *WorkflowBuilder) AddExecutionEdge(nodeFrom string, nodeTo string)
AddExecutionEdge provides a mock function with given fields: nodeFrom, nodeTo
func (*WorkflowBuilder) AddNode ¶
func (_m *WorkflowBuilder) AddNode(n common.NodeBuilder, errs errors.CompileErrors) (common.NodeBuilder, bool)
AddNode provides a mock function with given fields: n, errs
func (*WorkflowBuilder) AddUpstreamEdge ¶
func (_m *WorkflowBuilder) AddUpstreamEdge(nodeProvider string, nodeDependent string)
AddUpstreamEdge provides a mock function with given fields: nodeProvider, nodeDependent
func (*WorkflowBuilder) EXPECT ¶ added in v1.15.1
func (_m *WorkflowBuilder) EXPECT() *WorkflowBuilder_Expecter
func (*WorkflowBuilder) GetCompiledSubWorkflow ¶
func (_m *WorkflowBuilder) GetCompiledSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
GetCompiledSubWorkflow provides a mock function with given fields: id
func (*WorkflowBuilder) GetCoreWorkflow ¶
func (_m *WorkflowBuilder) GetCoreWorkflow() *core.CompiledWorkflow
GetCoreWorkflow provides a mock function with no fields
func (*WorkflowBuilder) GetDownstreamNodes ¶
func (_m *WorkflowBuilder) GetDownstreamNodes() common.StringAdjacencyList
GetDownstreamNodes provides a mock function with no fields
func (*WorkflowBuilder) GetFailureNode ¶
func (_m *WorkflowBuilder) GetFailureNode() common.Node
GetFailureNode provides a mock function with no fields
func (*WorkflowBuilder) GetLaunchPlan ¶
func (_m *WorkflowBuilder) GetLaunchPlan(id *core.Identifier) (common.InterfaceProvider, bool)
GetLaunchPlan provides a mock function with given fields: id
func (*WorkflowBuilder) GetNode ¶
func (_m *WorkflowBuilder) GetNode(id string) (common.NodeBuilder, bool)
GetNode provides a mock function with given fields: id
func (*WorkflowBuilder) GetNodes ¶
func (_m *WorkflowBuilder) GetNodes() common.NodeIndex
GetNodes provides a mock function with no fields
func (*WorkflowBuilder) GetOrCreateNodeBuilder ¶
func (_m *WorkflowBuilder) GetOrCreateNodeBuilder(n *core.Node) common.NodeBuilder
GetOrCreateNodeBuilder provides a mock function with given fields: n
func (*WorkflowBuilder) GetSubWorkflow ¶
func (_m *WorkflowBuilder) GetSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)
GetSubWorkflow provides a mock function with given fields: id
func (*WorkflowBuilder) GetTask ¶
func (_m *WorkflowBuilder) GetTask(id *core.Identifier) (common.Task, bool)
GetTask provides a mock function with given fields: id
func (*WorkflowBuilder) GetTasks ¶
func (_m *WorkflowBuilder) GetTasks() common.TaskIndex
GetTasks provides a mock function with no fields
func (*WorkflowBuilder) GetUpstreamNodes ¶
func (_m *WorkflowBuilder) GetUpstreamNodes() common.StringAdjacencyList
GetUpstreamNodes provides a mock function with no fields
func (*WorkflowBuilder) StoreCompiledSubWorkflow ¶
func (_m *WorkflowBuilder) StoreCompiledSubWorkflow(id *core.Identifier, compiledWorkflow *core.CompiledWorkflow)
StoreCompiledSubWorkflow provides a mock function with given fields: id, compiledWorkflow
func (*WorkflowBuilder) ValidateWorkflow ¶
func (_m *WorkflowBuilder) ValidateWorkflow(fg *core.CompiledWorkflow, errs errors.CompileErrors) (common.Workflow, bool)
ValidateWorkflow provides a mock function with given fields: fg, errs
type WorkflowBuilder_AddDownstreamEdge_Call ¶ added in v1.15.1
WorkflowBuilder_AddDownstreamEdge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddDownstreamEdge'
func (*WorkflowBuilder_AddDownstreamEdge_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddDownstreamEdge_Call) Return() *WorkflowBuilder_AddDownstreamEdge_Call
func (*WorkflowBuilder_AddDownstreamEdge_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddDownstreamEdge_Call) Run(run func(nodeProvider string, nodeDependent string)) *WorkflowBuilder_AddDownstreamEdge_Call
func (*WorkflowBuilder_AddDownstreamEdge_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddDownstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddDownstreamEdge_Call
type WorkflowBuilder_AddEdges_Call ¶ added in v1.15.1
WorkflowBuilder_AddEdges_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddEdges'
func (*WorkflowBuilder_AddEdges_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddEdges_Call) Return(ok bool) *WorkflowBuilder_AddEdges_Call
func (*WorkflowBuilder_AddEdges_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddEdges_Call) Run(run func(n common.NodeBuilder, edgeDirection common.EdgeDirection, errs errors.CompileErrors)) *WorkflowBuilder_AddEdges_Call
func (*WorkflowBuilder_AddEdges_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddEdges_Call) RunAndReturn(run func(common.NodeBuilder, common.EdgeDirection, errors.CompileErrors) bool) *WorkflowBuilder_AddEdges_Call
type WorkflowBuilder_AddExecutionEdge_Call ¶ added in v1.15.1
WorkflowBuilder_AddExecutionEdge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExecutionEdge'
func (*WorkflowBuilder_AddExecutionEdge_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddExecutionEdge_Call) Return() *WorkflowBuilder_AddExecutionEdge_Call
func (*WorkflowBuilder_AddExecutionEdge_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddExecutionEdge_Call) Run(run func(nodeFrom string, nodeTo string)) *WorkflowBuilder_AddExecutionEdge_Call
func (*WorkflowBuilder_AddExecutionEdge_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddExecutionEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddExecutionEdge_Call
type WorkflowBuilder_AddNode_Call ¶ added in v1.15.1
WorkflowBuilder_AddNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddNode'
func (*WorkflowBuilder_AddNode_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddNode_Call) Return(node common.NodeBuilder, ok bool) *WorkflowBuilder_AddNode_Call
func (*WorkflowBuilder_AddNode_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddNode_Call) Run(run func(n common.NodeBuilder, errs errors.CompileErrors)) *WorkflowBuilder_AddNode_Call
func (*WorkflowBuilder_AddNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddNode_Call) RunAndReturn(run func(common.NodeBuilder, errors.CompileErrors) (common.NodeBuilder, bool)) *WorkflowBuilder_AddNode_Call
type WorkflowBuilder_AddUpstreamEdge_Call ¶ added in v1.15.1
WorkflowBuilder_AddUpstreamEdge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUpstreamEdge'
func (*WorkflowBuilder_AddUpstreamEdge_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddUpstreamEdge_Call) Return() *WorkflowBuilder_AddUpstreamEdge_Call
func (*WorkflowBuilder_AddUpstreamEdge_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddUpstreamEdge_Call) Run(run func(nodeProvider string, nodeDependent string)) *WorkflowBuilder_AddUpstreamEdge_Call
func (*WorkflowBuilder_AddUpstreamEdge_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_AddUpstreamEdge_Call) RunAndReturn(run func(string, string)) *WorkflowBuilder_AddUpstreamEdge_Call
type WorkflowBuilder_Expecter ¶ added in v1.15.1
type WorkflowBuilder_Expecter struct {
// contains filtered or unexported fields
}
func (*WorkflowBuilder_Expecter) AddDownstreamEdge ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) AddDownstreamEdge(nodeProvider interface{}, nodeDependent interface{}) *WorkflowBuilder_AddDownstreamEdge_Call
AddDownstreamEdge is a helper method to define mock.On call
- nodeProvider string
- nodeDependent string
func (*WorkflowBuilder_Expecter) AddEdges ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) AddEdges(n interface{}, edgeDirection interface{}, errs interface{}) *WorkflowBuilder_AddEdges_Call
AddEdges is a helper method to define mock.On call
- n common.NodeBuilder
- edgeDirection common.EdgeDirection
- errs errors.CompileErrors
func (*WorkflowBuilder_Expecter) AddExecutionEdge ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) AddExecutionEdge(nodeFrom interface{}, nodeTo interface{}) *WorkflowBuilder_AddExecutionEdge_Call
AddExecutionEdge is a helper method to define mock.On call
- nodeFrom string
- nodeTo string
func (*WorkflowBuilder_Expecter) AddNode ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) AddNode(n interface{}, errs interface{}) *WorkflowBuilder_AddNode_Call
AddNode is a helper method to define mock.On call
- n common.NodeBuilder
- errs errors.CompileErrors
func (*WorkflowBuilder_Expecter) AddUpstreamEdge ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) AddUpstreamEdge(nodeProvider interface{}, nodeDependent interface{}) *WorkflowBuilder_AddUpstreamEdge_Call
AddUpstreamEdge is a helper method to define mock.On call
- nodeProvider string
- nodeDependent string
func (*WorkflowBuilder_Expecter) GetCompiledSubWorkflow ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetCompiledSubWorkflow(id interface{}) *WorkflowBuilder_GetCompiledSubWorkflow_Call
GetCompiledSubWorkflow is a helper method to define mock.On call
- id *core.Identifier
func (*WorkflowBuilder_Expecter) GetCoreWorkflow ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetCoreWorkflow() *WorkflowBuilder_GetCoreWorkflow_Call
GetCoreWorkflow is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) GetDownstreamNodes ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetDownstreamNodes() *WorkflowBuilder_GetDownstreamNodes_Call
GetDownstreamNodes is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) GetFailureNode ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetFailureNode() *WorkflowBuilder_GetFailureNode_Call
GetFailureNode is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) GetLaunchPlan ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetLaunchPlan(id interface{}) *WorkflowBuilder_GetLaunchPlan_Call
GetLaunchPlan is a helper method to define mock.On call
- id *core.Identifier
func (*WorkflowBuilder_Expecter) GetNode ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetNode(id interface{}) *WorkflowBuilder_GetNode_Call
GetNode is a helper method to define mock.On call
- id string
func (*WorkflowBuilder_Expecter) GetNodes ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetNodes() *WorkflowBuilder_GetNodes_Call
GetNodes is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) GetOrCreateNodeBuilder ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetOrCreateNodeBuilder(n interface{}) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
GetOrCreateNodeBuilder is a helper method to define mock.On call
- n *core.Node
func (*WorkflowBuilder_Expecter) GetSubWorkflow ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetSubWorkflow(id interface{}) *WorkflowBuilder_GetSubWorkflow_Call
GetSubWorkflow is a helper method to define mock.On call
- id *core.Identifier
func (*WorkflowBuilder_Expecter) GetTask ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetTask(id interface{}) *WorkflowBuilder_GetTask_Call
GetTask is a helper method to define mock.On call
- id *core.Identifier
func (*WorkflowBuilder_Expecter) GetTasks ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetTasks() *WorkflowBuilder_GetTasks_Call
GetTasks is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) GetUpstreamNodes ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) GetUpstreamNodes() *WorkflowBuilder_GetUpstreamNodes_Call
GetUpstreamNodes is a helper method to define mock.On call
func (*WorkflowBuilder_Expecter) StoreCompiledSubWorkflow ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) StoreCompiledSubWorkflow(id interface{}, compiledWorkflow interface{}) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
StoreCompiledSubWorkflow is a helper method to define mock.On call
- id *core.Identifier
- compiledWorkflow *core.CompiledWorkflow
func (*WorkflowBuilder_Expecter) ValidateWorkflow ¶ added in v1.15.1
func (_e *WorkflowBuilder_Expecter) ValidateWorkflow(fg interface{}, errs interface{}) *WorkflowBuilder_ValidateWorkflow_Call
ValidateWorkflow is a helper method to define mock.On call
- fg *core.CompiledWorkflow
- errs errors.CompileErrors
type WorkflowBuilder_GetCompiledSubWorkflow_Call ¶ added in v1.15.1
WorkflowBuilder_GetCompiledSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCompiledSubWorkflow'
func (*WorkflowBuilder_GetCompiledSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *WorkflowBuilder_GetCompiledSubWorkflow_Call
func (*WorkflowBuilder_GetCompiledSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetCompiledSubWorkflow_Call
func (*WorkflowBuilder_GetCompiledSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *WorkflowBuilder_GetCompiledSubWorkflow_Call
type WorkflowBuilder_GetCoreWorkflow_Call ¶ added in v1.15.1
WorkflowBuilder_GetCoreWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCoreWorkflow'
func (*WorkflowBuilder_GetCoreWorkflow_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCoreWorkflow_Call) Return(_a0 *core.CompiledWorkflow) *WorkflowBuilder_GetCoreWorkflow_Call
func (*WorkflowBuilder_GetCoreWorkflow_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCoreWorkflow_Call) Run(run func()) *WorkflowBuilder_GetCoreWorkflow_Call
func (*WorkflowBuilder_GetCoreWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetCoreWorkflow_Call) RunAndReturn(run func() *core.CompiledWorkflow) *WorkflowBuilder_GetCoreWorkflow_Call
type WorkflowBuilder_GetDownstreamNodes_Call ¶ added in v1.15.1
WorkflowBuilder_GetDownstreamNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDownstreamNodes'
func (*WorkflowBuilder_GetDownstreamNodes_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetDownstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *WorkflowBuilder_GetDownstreamNodes_Call
func (*WorkflowBuilder_GetDownstreamNodes_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetDownstreamNodes_Call) Run(run func()) *WorkflowBuilder_GetDownstreamNodes_Call
func (*WorkflowBuilder_GetDownstreamNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetDownstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *WorkflowBuilder_GetDownstreamNodes_Call
type WorkflowBuilder_GetFailureNode_Call ¶ added in v1.15.1
WorkflowBuilder_GetFailureNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFailureNode'
func (*WorkflowBuilder_GetFailureNode_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetFailureNode_Call) Return(_a0 common.Node) *WorkflowBuilder_GetFailureNode_Call
func (*WorkflowBuilder_GetFailureNode_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetFailureNode_Call) Run(run func()) *WorkflowBuilder_GetFailureNode_Call
func (*WorkflowBuilder_GetFailureNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetFailureNode_Call) RunAndReturn(run func() common.Node) *WorkflowBuilder_GetFailureNode_Call
type WorkflowBuilder_GetLaunchPlan_Call ¶ added in v1.15.1
WorkflowBuilder_GetLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLaunchPlan'
func (*WorkflowBuilder_GetLaunchPlan_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetLaunchPlan_Call) Return(wf common.InterfaceProvider, found bool) *WorkflowBuilder_GetLaunchPlan_Call
func (*WorkflowBuilder_GetLaunchPlan_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetLaunchPlan_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetLaunchPlan_Call
func (*WorkflowBuilder_GetLaunchPlan_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetLaunchPlan_Call) RunAndReturn(run func(*core.Identifier) (common.InterfaceProvider, bool)) *WorkflowBuilder_GetLaunchPlan_Call
type WorkflowBuilder_GetNode_Call ¶ added in v1.15.1
WorkflowBuilder_GetNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNode'
func (*WorkflowBuilder_GetNode_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNode_Call) Return(node common.NodeBuilder, found bool) *WorkflowBuilder_GetNode_Call
func (*WorkflowBuilder_GetNode_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNode_Call) Run(run func(id string)) *WorkflowBuilder_GetNode_Call
func (*WorkflowBuilder_GetNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNode_Call) RunAndReturn(run func(string) (common.NodeBuilder, bool)) *WorkflowBuilder_GetNode_Call
type WorkflowBuilder_GetNodes_Call ¶ added in v1.15.1
WorkflowBuilder_GetNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNodes'
func (*WorkflowBuilder_GetNodes_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNodes_Call) Return(_a0 common.NodeIndex) *WorkflowBuilder_GetNodes_Call
func (*WorkflowBuilder_GetNodes_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNodes_Call) Run(run func()) *WorkflowBuilder_GetNodes_Call
func (*WorkflowBuilder_GetNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetNodes_Call) RunAndReturn(run func() common.NodeIndex) *WorkflowBuilder_GetNodes_Call
type WorkflowBuilder_GetOrCreateNodeBuilder_Call ¶ added in v1.15.1
WorkflowBuilder_GetOrCreateNodeBuilder_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrCreateNodeBuilder'
func (*WorkflowBuilder_GetOrCreateNodeBuilder_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) Return(_a0 common.NodeBuilder) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
func (*WorkflowBuilder_GetOrCreateNodeBuilder_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) Run(run func(n *core.Node)) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
func (*WorkflowBuilder_GetOrCreateNodeBuilder_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetOrCreateNodeBuilder_Call) RunAndReturn(run func(*core.Node) common.NodeBuilder) *WorkflowBuilder_GetOrCreateNodeBuilder_Call
type WorkflowBuilder_GetSubWorkflow_Call ¶ added in v1.15.1
WorkflowBuilder_GetSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubWorkflow'
func (*WorkflowBuilder_GetSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *WorkflowBuilder_GetSubWorkflow_Call
func (*WorkflowBuilder_GetSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetSubWorkflow_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetSubWorkflow_Call
func (*WorkflowBuilder_GetSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *WorkflowBuilder_GetSubWorkflow_Call
type WorkflowBuilder_GetTask_Call ¶ added in v1.15.1
WorkflowBuilder_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'
func (*WorkflowBuilder_GetTask_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTask_Call) Return(task common.Task, found bool) *WorkflowBuilder_GetTask_Call
func (*WorkflowBuilder_GetTask_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTask_Call) Run(run func(id *core.Identifier)) *WorkflowBuilder_GetTask_Call
func (*WorkflowBuilder_GetTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTask_Call) RunAndReturn(run func(*core.Identifier) (common.Task, bool)) *WorkflowBuilder_GetTask_Call
type WorkflowBuilder_GetTasks_Call ¶ added in v1.15.1
WorkflowBuilder_GetTasks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTasks'
func (*WorkflowBuilder_GetTasks_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTasks_Call) Return(_a0 common.TaskIndex) *WorkflowBuilder_GetTasks_Call
func (*WorkflowBuilder_GetTasks_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTasks_Call) Run(run func()) *WorkflowBuilder_GetTasks_Call
func (*WorkflowBuilder_GetTasks_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetTasks_Call) RunAndReturn(run func() common.TaskIndex) *WorkflowBuilder_GetTasks_Call
type WorkflowBuilder_GetUpstreamNodes_Call ¶ added in v1.15.1
WorkflowBuilder_GetUpstreamNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUpstreamNodes'
func (*WorkflowBuilder_GetUpstreamNodes_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetUpstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *WorkflowBuilder_GetUpstreamNodes_Call
func (*WorkflowBuilder_GetUpstreamNodes_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetUpstreamNodes_Call) Run(run func()) *WorkflowBuilder_GetUpstreamNodes_Call
func (*WorkflowBuilder_GetUpstreamNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_GetUpstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *WorkflowBuilder_GetUpstreamNodes_Call
type WorkflowBuilder_StoreCompiledSubWorkflow_Call ¶ added in v1.15.1
WorkflowBuilder_StoreCompiledSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreCompiledSubWorkflow'
func (*WorkflowBuilder_StoreCompiledSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) Run(run func(id *core.Identifier, compiledWorkflow *core.CompiledWorkflow)) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
func (*WorkflowBuilder_StoreCompiledSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_StoreCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier, *core.CompiledWorkflow)) *WorkflowBuilder_StoreCompiledSubWorkflow_Call
type WorkflowBuilder_ValidateWorkflow_Call ¶ added in v1.15.1
WorkflowBuilder_ValidateWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateWorkflow'
func (*WorkflowBuilder_ValidateWorkflow_Call) Return ¶ added in v1.15.1
func (_c *WorkflowBuilder_ValidateWorkflow_Call) Return(_a0 common.Workflow, _a1 bool) *WorkflowBuilder_ValidateWorkflow_Call
func (*WorkflowBuilder_ValidateWorkflow_Call) Run ¶ added in v1.15.1
func (_c *WorkflowBuilder_ValidateWorkflow_Call) Run(run func(fg *core.CompiledWorkflow, errs errors.CompileErrors)) *WorkflowBuilder_ValidateWorkflow_Call
func (*WorkflowBuilder_ValidateWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *WorkflowBuilder_ValidateWorkflow_Call) RunAndReturn(run func(*core.CompiledWorkflow, errors.CompileErrors) (common.Workflow, bool)) *WorkflowBuilder_ValidateWorkflow_Call
type Workflow_Expecter ¶ added in v1.15.1
type Workflow_Expecter struct {
// contains filtered or unexported fields
}
func (*Workflow_Expecter) GetCompiledSubWorkflow ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetCompiledSubWorkflow(id interface{}) *Workflow_GetCompiledSubWorkflow_Call
GetCompiledSubWorkflow is a helper method to define mock.On call
- id *core.Identifier
func (*Workflow_Expecter) GetCoreWorkflow ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetCoreWorkflow() *Workflow_GetCoreWorkflow_Call
GetCoreWorkflow is a helper method to define mock.On call
func (*Workflow_Expecter) GetDownstreamNodes ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetDownstreamNodes() *Workflow_GetDownstreamNodes_Call
GetDownstreamNodes is a helper method to define mock.On call
func (*Workflow_Expecter) GetFailureNode ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetFailureNode() *Workflow_GetFailureNode_Call
GetFailureNode is a helper method to define mock.On call
func (*Workflow_Expecter) GetLaunchPlan ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetLaunchPlan(id interface{}) *Workflow_GetLaunchPlan_Call
GetLaunchPlan is a helper method to define mock.On call
- id *core.Identifier
func (*Workflow_Expecter) GetNode ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetNode(id interface{}) *Workflow_GetNode_Call
GetNode is a helper method to define mock.On call
- id string
func (*Workflow_Expecter) GetNodes ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetNodes() *Workflow_GetNodes_Call
GetNodes is a helper method to define mock.On call
func (*Workflow_Expecter) GetSubWorkflow ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetSubWorkflow(id interface{}) *Workflow_GetSubWorkflow_Call
GetSubWorkflow is a helper method to define mock.On call
- id *core.Identifier
func (*Workflow_Expecter) GetTask ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetTask(id interface{}) *Workflow_GetTask_Call
GetTask is a helper method to define mock.On call
- id *core.Identifier
func (*Workflow_Expecter) GetTasks ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetTasks() *Workflow_GetTasks_Call
GetTasks is a helper method to define mock.On call
func (*Workflow_Expecter) GetUpstreamNodes ¶ added in v1.15.1
func (_e *Workflow_Expecter) GetUpstreamNodes() *Workflow_GetUpstreamNodes_Call
GetUpstreamNodes is a helper method to define mock.On call
type Workflow_GetCompiledSubWorkflow_Call ¶ added in v1.15.1
Workflow_GetCompiledSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCompiledSubWorkflow'
func (*Workflow_GetCompiledSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetCompiledSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *Workflow_GetCompiledSubWorkflow_Call
func (*Workflow_GetCompiledSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetCompiledSubWorkflow_Call) Run(run func(id *core.Identifier)) *Workflow_GetCompiledSubWorkflow_Call
func (*Workflow_GetCompiledSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetCompiledSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *Workflow_GetCompiledSubWorkflow_Call
type Workflow_GetCoreWorkflow_Call ¶ added in v1.15.1
Workflow_GetCoreWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCoreWorkflow'
func (*Workflow_GetCoreWorkflow_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetCoreWorkflow_Call) Return(_a0 *core.CompiledWorkflow) *Workflow_GetCoreWorkflow_Call
func (*Workflow_GetCoreWorkflow_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetCoreWorkflow_Call) Run(run func()) *Workflow_GetCoreWorkflow_Call
func (*Workflow_GetCoreWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetCoreWorkflow_Call) RunAndReturn(run func() *core.CompiledWorkflow) *Workflow_GetCoreWorkflow_Call
type Workflow_GetDownstreamNodes_Call ¶ added in v1.15.1
Workflow_GetDownstreamNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDownstreamNodes'
func (*Workflow_GetDownstreamNodes_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetDownstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *Workflow_GetDownstreamNodes_Call
func (*Workflow_GetDownstreamNodes_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetDownstreamNodes_Call) Run(run func()) *Workflow_GetDownstreamNodes_Call
func (*Workflow_GetDownstreamNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetDownstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *Workflow_GetDownstreamNodes_Call
type Workflow_GetFailureNode_Call ¶ added in v1.15.1
Workflow_GetFailureNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFailureNode'
func (*Workflow_GetFailureNode_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetFailureNode_Call) Return(_a0 common.Node) *Workflow_GetFailureNode_Call
func (*Workflow_GetFailureNode_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetFailureNode_Call) Run(run func()) *Workflow_GetFailureNode_Call
func (*Workflow_GetFailureNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetFailureNode_Call) RunAndReturn(run func() common.Node) *Workflow_GetFailureNode_Call
type Workflow_GetLaunchPlan_Call ¶ added in v1.15.1
Workflow_GetLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLaunchPlan'
func (*Workflow_GetLaunchPlan_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetLaunchPlan_Call) Return(wf common.InterfaceProvider, found bool) *Workflow_GetLaunchPlan_Call
func (*Workflow_GetLaunchPlan_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetLaunchPlan_Call) Run(run func(id *core.Identifier)) *Workflow_GetLaunchPlan_Call
func (*Workflow_GetLaunchPlan_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetLaunchPlan_Call) RunAndReturn(run func(*core.Identifier) (common.InterfaceProvider, bool)) *Workflow_GetLaunchPlan_Call
type Workflow_GetNode_Call ¶ added in v1.15.1
Workflow_GetNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNode'
func (*Workflow_GetNode_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetNode_Call) Return(node common.NodeBuilder, found bool) *Workflow_GetNode_Call
func (*Workflow_GetNode_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetNode_Call) Run(run func(id string)) *Workflow_GetNode_Call
func (*Workflow_GetNode_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetNode_Call) RunAndReturn(run func(string) (common.NodeBuilder, bool)) *Workflow_GetNode_Call
type Workflow_GetNodes_Call ¶ added in v1.15.1
Workflow_GetNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNodes'
func (*Workflow_GetNodes_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetNodes_Call) Return(_a0 common.NodeIndex) *Workflow_GetNodes_Call
func (*Workflow_GetNodes_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetNodes_Call) Run(run func()) *Workflow_GetNodes_Call
func (*Workflow_GetNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetNodes_Call) RunAndReturn(run func() common.NodeIndex) *Workflow_GetNodes_Call
type Workflow_GetSubWorkflow_Call ¶ added in v1.15.1
Workflow_GetSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubWorkflow'
func (*Workflow_GetSubWorkflow_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetSubWorkflow_Call) Return(wf *core.CompiledWorkflow, found bool) *Workflow_GetSubWorkflow_Call
func (*Workflow_GetSubWorkflow_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetSubWorkflow_Call) Run(run func(id *core.Identifier)) *Workflow_GetSubWorkflow_Call
func (*Workflow_GetSubWorkflow_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetSubWorkflow_Call) RunAndReturn(run func(*core.Identifier) (*core.CompiledWorkflow, bool)) *Workflow_GetSubWorkflow_Call
type Workflow_GetTask_Call ¶ added in v1.15.1
Workflow_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'
func (*Workflow_GetTask_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetTask_Call) Return(task common.Task, found bool) *Workflow_GetTask_Call
func (*Workflow_GetTask_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetTask_Call) Run(run func(id *core.Identifier)) *Workflow_GetTask_Call
func (*Workflow_GetTask_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetTask_Call) RunAndReturn(run func(*core.Identifier) (common.Task, bool)) *Workflow_GetTask_Call
type Workflow_GetTasks_Call ¶ added in v1.15.1
Workflow_GetTasks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTasks'
func (*Workflow_GetTasks_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetTasks_Call) Return(_a0 common.TaskIndex) *Workflow_GetTasks_Call
func (*Workflow_GetTasks_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetTasks_Call) Run(run func()) *Workflow_GetTasks_Call
func (*Workflow_GetTasks_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetTasks_Call) RunAndReturn(run func() common.TaskIndex) *Workflow_GetTasks_Call
type Workflow_GetUpstreamNodes_Call ¶ added in v1.15.1
Workflow_GetUpstreamNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUpstreamNodes'
func (*Workflow_GetUpstreamNodes_Call) Return ¶ added in v1.15.1
func (_c *Workflow_GetUpstreamNodes_Call) Return(_a0 common.StringAdjacencyList) *Workflow_GetUpstreamNodes_Call
func (*Workflow_GetUpstreamNodes_Call) Run ¶ added in v1.15.1
func (_c *Workflow_GetUpstreamNodes_Call) Run(run func()) *Workflow_GetUpstreamNodes_Call
func (*Workflow_GetUpstreamNodes_Call) RunAndReturn ¶ added in v1.15.1
func (_c *Workflow_GetUpstreamNodes_Call) RunAndReturn(run func() common.StringAdjacencyList) *Workflow_GetUpstreamNodes_Call