mocks

package
v1.16.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InterfaceProvider

type InterfaceProvider struct {
	mock.Mock
}

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 (*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

GetExpectedInputs is a helper method to define mock.On call

func (*InterfaceProvider_Expecter) GetExpectedOutputs added in v1.15.1

GetExpectedOutputs is a helper method to define mock.On call

func (*InterfaceProvider_Expecter) GetID added in v1.15.1

GetID is a helper method to define mock.On call

type InterfaceProvider_GetExpectedInputs_Call added in v1.15.1

type InterfaceProvider_GetExpectedInputs_Call struct {
	*mock.Call
}

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 (*InterfaceProvider_GetExpectedInputs_Call) Run added in v1.15.1

func (*InterfaceProvider_GetExpectedInputs_Call) RunAndReturn added in v1.15.1

type InterfaceProvider_GetExpectedOutputs_Call added in v1.15.1

type InterfaceProvider_GetExpectedOutputs_Call struct {
	*mock.Call
}

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 (*InterfaceProvider_GetExpectedOutputs_Call) Run added in v1.15.1

func (*InterfaceProvider_GetExpectedOutputs_Call) RunAndReturn added in v1.15.1

type InterfaceProvider_GetID_Call added in v1.15.1

type InterfaceProvider_GetID_Call struct {
	*mock.Call
}

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 (*InterfaceProvider_GetID_Call) Run added in v1.15.1

func (*InterfaceProvider_GetID_Call) RunAndReturn added in v1.15.1

type Node

type Node struct {
	mock.Mock
}

Node is an autogenerated mock type for the Node type

func NewNode added in v1.15.1

func NewNode(t interface {
	mock.TestingT
	Cleanup(func())
}) *Node

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

func (_m *Node) GetArrayNode() *core.ArrayNode

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

func (_m *Node) GetCoreNode() *core.Node

GetCoreNode provides a mock function with no fields

func (*Node) GetGateNode

func (_m *Node) GetGateNode() *core.GateNode

GetGateNode provides a mock function with no fields

func (*Node) GetId

func (_m *Node) GetId() string

GetId provides a mock function with no fields

func (*Node) GetInputs

func (_m *Node) GetInputs() []*core.Binding

GetInputs 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

func (_m *Node) GetOutputAliases() []*core.Alias

GetOutputAliases provides a mock function with no fields

func (*Node) GetSubWorkflow

func (_m *Node) GetSubWorkflow() common.Workflow

GetSubWorkflow provides a mock function with no fields

func (*Node) GetTask

func (_m *Node) GetTask() common.Task

GetTask provides a mock function with no fields

func (*Node) GetTaskNode

func (_m *Node) GetTaskNode() *core.TaskNode

GetTaskNode provides a mock function with no fields

func (*Node) GetUpstreamNodeIds

func (_m *Node) GetUpstreamNodeIds() []string

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

type NodeBuilder struct {
	mock.Mock
}

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

GetArrayNode is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetBranchNode added in v1.15.1

GetBranchNode is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetCoreNode added in v1.15.1

GetCoreNode is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetGateNode added in v1.15.1

GetGateNode is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetId added in v1.15.1

GetId is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetInputs added in v1.15.1

GetInputs is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetInterface added in v1.15.1

GetInterface is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetMetadata added in v1.15.1

GetMetadata is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetOutputAliases added in v1.15.1

GetOutputAliases is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetSubWorkflow added in v1.15.1

GetSubWorkflow is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetTask added in v1.15.1

GetTask is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetTaskNode added in v1.15.1

GetTaskNode is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetUpstreamNodeIds added in v1.15.1

GetUpstreamNodeIds is a helper method to define mock.On call

func (*NodeBuilder_Expecter) GetWorkflowNode added in v1.15.1

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

type NodeBuilder_GetArrayNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetArrayNode_Call) Run added in v1.15.1

func (*NodeBuilder_GetArrayNode_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetBranchNode_Call added in v1.15.1

type NodeBuilder_GetBranchNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetBranchNode_Call) Run added in v1.15.1

func (*NodeBuilder_GetBranchNode_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetCoreNode_Call added in v1.15.1

type NodeBuilder_GetCoreNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetCoreNode_Call) Run added in v1.15.1

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

type NodeBuilder_GetGateNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetGateNode_Call) Run added in v1.15.1

func (*NodeBuilder_GetGateNode_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetId_Call added in v1.15.1

type NodeBuilder_GetId_Call struct {
	*mock.Call
}

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 (*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

type NodeBuilder_GetInputs_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetInputs_Call) Run added in v1.15.1

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

type NodeBuilder_GetInterface_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetInterface_Call) Run added in v1.15.1

func (*NodeBuilder_GetInterface_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetMetadata_Call added in v1.15.1

type NodeBuilder_GetMetadata_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetMetadata_Call) Run added in v1.15.1

func (*NodeBuilder_GetMetadata_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetOutputAliases_Call added in v1.15.1

type NodeBuilder_GetOutputAliases_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetOutputAliases_Call) Run added in v1.15.1

func (*NodeBuilder_GetOutputAliases_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetSubWorkflow_Call added in v1.15.1

type NodeBuilder_GetSubWorkflow_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetSubWorkflow_Call) Run added in v1.15.1

func (*NodeBuilder_GetSubWorkflow_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetTaskNode_Call added in v1.15.1

type NodeBuilder_GetTaskNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetTaskNode_Call) Run added in v1.15.1

func (*NodeBuilder_GetTaskNode_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetTask_Call added in v1.15.1

type NodeBuilder_GetTask_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetTask_Call) Run added in v1.15.1

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

type NodeBuilder_GetUpstreamNodeIds_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetUpstreamNodeIds_Call) Run added in v1.15.1

func (*NodeBuilder_GetUpstreamNodeIds_Call) RunAndReturn added in v1.15.1

type NodeBuilder_GetWorkflowNode_Call added in v1.15.1

type NodeBuilder_GetWorkflowNode_Call struct {
	*mock.Call
}

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 (*NodeBuilder_GetWorkflowNode_Call) Run added in v1.15.1

func (*NodeBuilder_GetWorkflowNode_Call) RunAndReturn added in v1.15.1

type NodeBuilder_SetID_Call added in v1.15.1

type NodeBuilder_SetID_Call struct {
	*mock.Call
}

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 (*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

type NodeBuilder_SetInputs_Call struct {
	*mock.Call
}

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 (*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

type NodeBuilder_SetInterface_Call struct {
	*mock.Call
}

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 (*NodeBuilder_SetInterface_Call) Run added in v1.15.1

func (*NodeBuilder_SetInterface_Call) RunAndReturn added in v1.15.1

type NodeBuilder_SetSubWorkflow_Call added in v1.15.1

type NodeBuilder_SetSubWorkflow_Call struct {
	*mock.Call
}

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 (*NodeBuilder_SetSubWorkflow_Call) Run added in v1.15.1

func (*NodeBuilder_SetSubWorkflow_Call) RunAndReturn added in v1.15.1

type NodeBuilder_SetTask_Call added in v1.15.1

type NodeBuilder_SetTask_Call struct {
	*mock.Call
}

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 (*NodeBuilder_SetTask_Call) Run added in v1.15.1

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

type Node_GetArrayNode_Call struct {
	*mock.Call
}

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 (*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

type Node_GetBranchNode_Call struct {
	*mock.Call
}

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 (*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

type Node_GetCoreNode_Call struct {
	*mock.Call
}

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 (*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

type Node_GetGateNode_Call struct {
	*mock.Call
}

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 (*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

type Node_GetId_Call struct {
	*mock.Call
}

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

type Node_GetInputs_Call struct {
	*mock.Call
}

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 (*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

type Node_GetInterface_Call struct {
	*mock.Call
}

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 (*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

type Node_GetMetadata_Call struct {
	*mock.Call
}

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 (*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

type Node_GetOutputAliases_Call struct {
	*mock.Call
}

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 (*Node_GetOutputAliases_Call) Run added in v1.15.1

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

type Node_GetSubWorkflow_Call struct {
	*mock.Call
}

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 (*Node_GetSubWorkflow_Call) Run added in v1.15.1

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

type Node_GetTaskNode_Call struct {
	*mock.Call
}

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 (*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

type Node_GetTask_Call struct {
	*mock.Call
}

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 (*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

type Node_GetUpstreamNodeIds_Call struct {
	*mock.Call
}

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 (*Node_GetUpstreamNodeIds_Call) Run added in v1.15.1

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

type Node_GetWorkflowNode_Call struct {
	*mock.Call
}

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 (*Node_GetWorkflowNode_Call) Run added in v1.15.1

func (*Node_GetWorkflowNode_Call) RunAndReturn added in v1.15.1

type Task

type Task struct {
	mock.Mock
}

Task is an autogenerated mock type for the Task type

func NewTask added in v1.15.1

func NewTask(t interface {
	mock.TestingT
	Cleanup(func())
}) *Task

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

type Task_GetCoreTask_Call struct {
	*mock.Call
}

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 (*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

type Task_GetID_Call struct {
	*mock.Call
}

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

type Task_GetInterface_Call struct {
	*mock.Call
}

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 (*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

type Workflow struct {
	mock.Mock
}

Workflow is an autogenerated mock type for the Workflow type

func NewWorkflow added in v1.15.1

func NewWorkflow(t interface {
	mock.TestingT
	Cleanup(func())
}) *Workflow

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

func (_m *Workflow) GetFailureNode() common.Node

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) GetNodes

func (_m *Workflow) GetNodes() common.NodeIndex

GetNodes provides a mock function with no fields

func (*Workflow) GetSubWorkflow

func (_m *Workflow) GetSubWorkflow(id *core.Identifier) (*core.CompiledWorkflow, bool)

GetSubWorkflow provides a mock function with given fields: id

func (*Workflow) GetTask

func (_m *Workflow) GetTask(id *core.Identifier) (common.Task, bool)

GetTask provides a mock function with given fields: id

func (*Workflow) GetTasks

func (_m *Workflow) GetTasks() common.TaskIndex

GetTasks provides a mock function with no fields

func (*Workflow) GetUpstreamNodes

func (_m *Workflow) GetUpstreamNodes() common.StringAdjacencyList

GetUpstreamNodes provides a mock function with no fields

type WorkflowBuilder

type WorkflowBuilder struct {
	mock.Mock
}

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

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 (*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

type WorkflowBuilder_AddDownstreamEdge_Call struct {
	*mock.Call
}

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 (*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

type WorkflowBuilder_AddEdges_Call added in v1.15.1

type WorkflowBuilder_AddEdges_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_AddEdges_Call) Run added in v1.15.1

func (*WorkflowBuilder_AddEdges_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_AddExecutionEdge_Call added in v1.15.1

type WorkflowBuilder_AddExecutionEdge_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_AddExecutionEdge_Call) Run added in v1.15.1

func (*WorkflowBuilder_AddExecutionEdge_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_AddNode_Call added in v1.15.1

type WorkflowBuilder_AddNode_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_AddNode_Call) Run added in v1.15.1

func (*WorkflowBuilder_AddNode_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_AddUpstreamEdge_Call added in v1.15.1

type WorkflowBuilder_AddUpstreamEdge_Call struct {
	*mock.Call
}

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 (*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

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

GetCoreWorkflow is a helper method to define mock.On call

func (*WorkflowBuilder_Expecter) GetDownstreamNodes added in v1.15.1

GetDownstreamNodes is a helper method to define mock.On call

func (*WorkflowBuilder_Expecter) GetFailureNode added in v1.15.1

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

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

GetTasks is a helper method to define mock.On call

func (*WorkflowBuilder_Expecter) GetUpstreamNodes added in v1.15.1

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

type WorkflowBuilder_GetCompiledSubWorkflow_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetCompiledSubWorkflow_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetCompiledSubWorkflow_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetCoreWorkflow_Call added in v1.15.1

type WorkflowBuilder_GetCoreWorkflow_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetCoreWorkflow_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetCoreWorkflow_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetDownstreamNodes_Call added in v1.15.1

type WorkflowBuilder_GetDownstreamNodes_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetDownstreamNodes_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetDownstreamNodes_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetFailureNode_Call added in v1.15.1

type WorkflowBuilder_GetFailureNode_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetFailureNode_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetFailureNode_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetLaunchPlan_Call added in v1.15.1

type WorkflowBuilder_GetLaunchPlan_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetLaunchPlan_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetLaunchPlan_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetNode_Call added in v1.15.1

type WorkflowBuilder_GetNode_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetNode_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetNode_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetNodes_Call added in v1.15.1

type WorkflowBuilder_GetNodes_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetNodes_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetNodes_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetOrCreateNodeBuilder_Call added in v1.15.1

type WorkflowBuilder_GetOrCreateNodeBuilder_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetOrCreateNodeBuilder_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetOrCreateNodeBuilder_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetSubWorkflow_Call added in v1.15.1

type WorkflowBuilder_GetSubWorkflow_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetSubWorkflow_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetSubWorkflow_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetTask_Call added in v1.15.1

type WorkflowBuilder_GetTask_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetTask_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetTask_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetTasks_Call added in v1.15.1

type WorkflowBuilder_GetTasks_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetTasks_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetTasks_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_GetUpstreamNodes_Call added in v1.15.1

type WorkflowBuilder_GetUpstreamNodes_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_GetUpstreamNodes_Call) Run added in v1.15.1

func (*WorkflowBuilder_GetUpstreamNodes_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_StoreCompiledSubWorkflow_Call added in v1.15.1

type WorkflowBuilder_StoreCompiledSubWorkflow_Call struct {
	*mock.Call
}

WorkflowBuilder_StoreCompiledSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreCompiledSubWorkflow'

func (*WorkflowBuilder_StoreCompiledSubWorkflow_Call) Return added in v1.15.1

func (*WorkflowBuilder_StoreCompiledSubWorkflow_Call) Run added in v1.15.1

func (*WorkflowBuilder_StoreCompiledSubWorkflow_Call) RunAndReturn added in v1.15.1

type WorkflowBuilder_ValidateWorkflow_Call added in v1.15.1

type WorkflowBuilder_ValidateWorkflow_Call struct {
	*mock.Call
}

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 (*WorkflowBuilder_ValidateWorkflow_Call) Run added in v1.15.1

func (*WorkflowBuilder_ValidateWorkflow_Call) RunAndReturn added in v1.15.1

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

type Workflow_GetCompiledSubWorkflow_Call struct {
	*mock.Call
}

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 (*Workflow_GetCompiledSubWorkflow_Call) Run added in v1.15.1

func (*Workflow_GetCompiledSubWorkflow_Call) RunAndReturn added in v1.15.1

type Workflow_GetCoreWorkflow_Call added in v1.15.1

type Workflow_GetCoreWorkflow_Call struct {
	*mock.Call
}

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 (*Workflow_GetCoreWorkflow_Call) Run added in v1.15.1

func (*Workflow_GetCoreWorkflow_Call) RunAndReturn added in v1.15.1

type Workflow_GetDownstreamNodes_Call added in v1.15.1

type Workflow_GetDownstreamNodes_Call struct {
	*mock.Call
}

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 (*Workflow_GetDownstreamNodes_Call) Run added in v1.15.1

func (*Workflow_GetDownstreamNodes_Call) RunAndReturn added in v1.15.1

type Workflow_GetFailureNode_Call added in v1.15.1

type Workflow_GetFailureNode_Call struct {
	*mock.Call
}

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 (*Workflow_GetFailureNode_Call) Run added in v1.15.1

func (*Workflow_GetFailureNode_Call) RunAndReturn added in v1.15.1

type Workflow_GetLaunchPlan_Call added in v1.15.1

type Workflow_GetLaunchPlan_Call struct {
	*mock.Call
}

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 (*Workflow_GetLaunchPlan_Call) Run added in v1.15.1

func (*Workflow_GetLaunchPlan_Call) RunAndReturn added in v1.15.1

type Workflow_GetNode_Call added in v1.15.1

type Workflow_GetNode_Call struct {
	*mock.Call
}

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 (*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

type Workflow_GetNodes_Call struct {
	*mock.Call
}

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 (*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

type Workflow_GetSubWorkflow_Call struct {
	*mock.Call
}

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 (*Workflow_GetSubWorkflow_Call) Run added in v1.15.1

func (*Workflow_GetSubWorkflow_Call) RunAndReturn added in v1.15.1

type Workflow_GetTask_Call added in v1.15.1

type Workflow_GetTask_Call struct {
	*mock.Call
}

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 (*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

type Workflow_GetTasks_Call struct {
	*mock.Call
}

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 (*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

type Workflow_GetUpstreamNodes_Call struct {
	*mock.Call
}

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 (*Workflow_GetUpstreamNodes_Call) Run added in v1.15.1

func (*Workflow_GetUpstreamNodes_Call) RunAndReturn added in v1.15.1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL