Documentation ¶
Index ¶
- type IFace
- func (_m *IFace) AbortNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) error
- func (_m *IFace) CheckNodeStatus(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) (handler.Status, error)
- func (_m *IFace) HandleFailingNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) (handler.Status, error)
- func (_m *IFace) Initialize(ctx context.Context) error
- func (_m *IFace) StartNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) (handler.Status, error)
- type OutputResolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IFace ¶
IFace is an autogenerated mock type for the IFace type
func (*IFace) AbortNode ¶
func (_m *IFace) AbortNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, node v1alpha1.ExecutableNode) error
AbortNode provides a mock function with given fields: ctx, w, node
func (*IFace) CheckNodeStatus ¶
func (_m *IFace) CheckNodeStatus(ctx context.Context, w v1alpha1.ExecutableWorkflow, node v1alpha1.ExecutableNode, previousNodeStatus v1alpha1.ExecutableNodeStatus) (handler.Status, error)
CheckNodeStatus provides a mock function with given fields: ctx, w, node, previousNodeStatus
func (*IFace) HandleFailingNode ¶
func (_m *IFace) HandleFailingNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, node v1alpha1.ExecutableNode) (handler.Status, error)
HandleFailingNode provides a mock function with given fields: ctx, w, node
func (*IFace) Initialize ¶
Initialize provides a mock function with given fields: ctx
func (*IFace) StartNode ¶
func (_m *IFace) StartNode(ctx context.Context, w v1alpha1.ExecutableWorkflow, node v1alpha1.ExecutableNode, nodeInputs *core.LiteralMap) (handler.Status, error)
StartNode provides a mock function with given fields: ctx, w, node, nodeInputs
type OutputResolver ¶
OutputResolver is an autogenerated mock type for the OutputResolver type
func (*OutputResolver) ExtractOutput ¶
func (_m *OutputResolver) ExtractOutput(ctx context.Context, w v1alpha1.ExecutableWorkflow, n v1alpha1.ExecutableNode, bindToVar string) (*core.Literal, error)
ExtractOutput provides a mock function with given fields: ctx, w, n, bindToVar
Click to show internal directories.
Click to hide internal directories.