Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBlockContainer
- func (fake *FakeBlockContainer) Close()
- func (fake *FakeBlockContainer) CloseCallCount() int
- func (fake *FakeBlockContainer) CloseCalls(stub func())
- func (fake *FakeBlockContainer) EvalStage() conflow.EvalStage
- func (fake *FakeBlockContainer) EvalStageCallCount() int
- func (fake *FakeBlockContainer) EvalStageCalls(stub func() conflow.EvalStage)
- func (fake *FakeBlockContainer) EvalStageReturns(result1 conflow.EvalStage)
- func (fake *FakeBlockContainer) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
- func (fake *FakeBlockContainer) Invocations() map[string][][]interface{}
- func (fake *FakeBlockContainer) Node() conflow.Node
- func (fake *FakeBlockContainer) NodeCallCount() int
- func (fake *FakeBlockContainer) NodeCalls(stub func() conflow.Node)
- func (fake *FakeBlockContainer) NodeReturns(result1 conflow.Node)
- func (fake *FakeBlockContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
- func (fake *FakeBlockContainer) Param(arg1 conflow.ID) interface{}
- func (fake *FakeBlockContainer) ParamArgsForCall(i int) conflow.ID
- func (fake *FakeBlockContainer) ParamCallCount() int
- func (fake *FakeBlockContainer) ParamCalls(stub func(conflow.ID) interface{})
- func (fake *FakeBlockContainer) ParamReturns(result1 interface{})
- func (fake *FakeBlockContainer) ParamReturnsOnCall(i int, result1 interface{})
- func (fake *FakeBlockContainer) SetChild(arg1 conflow.Container)
- func (fake *FakeBlockContainer) SetChildArgsForCall(i int) conflow.Container
- func (fake *FakeBlockContainer) SetChildCallCount() int
- func (fake *FakeBlockContainer) SetChildCalls(stub func(conflow.Container))
- func (fake *FakeBlockContainer) SetError(arg1 parsley.Error)
- func (fake *FakeBlockContainer) SetErrorArgsForCall(i int) parsley.Error
- func (fake *FakeBlockContainer) SetErrorCallCount() int
- func (fake *FakeBlockContainer) SetErrorCalls(stub func(parsley.Error))
- func (fake *FakeBlockContainer) Value() (interface{}, parsley.Error)
- func (fake *FakeBlockContainer) ValueCallCount() int
- func (fake *FakeBlockContainer) ValueCalls(stub func() (interface{}, parsley.Error))
- func (fake *FakeBlockContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeBlockContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- func (fake *FakeBlockContainer) WaitGroups() []conflow.WaitGroup
- func (fake *FakeBlockContainer) WaitGroupsCallCount() int
- func (fake *FakeBlockContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
- func (fake *FakeBlockContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
- func (fake *FakeBlockContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
- type FakeBlockDirective
- func (fake *FakeBlockDirective) ApplyToRuntimeConfig(arg1 *conflow.RuntimeConfig)
- func (fake *FakeBlockDirective) ApplyToRuntimeConfigArgsForCall(i int) *conflow.RuntimeConfig
- func (fake *FakeBlockDirective) ApplyToRuntimeConfigCallCount() int
- func (fake *FakeBlockDirective) ApplyToRuntimeConfigCalls(stub func(*conflow.RuntimeConfig))
- func (fake *FakeBlockDirective) Invocations() map[string][][]interface{}
- type FakeBlockInterpreter
- func (fake *FakeBlockInterpreter) CreateBlock(arg1 conflow.ID, arg2 *conflow.BlockContext) conflow.Block
- func (fake *FakeBlockInterpreter) CreateBlockArgsForCall(i int) (conflow.ID, *conflow.BlockContext)
- func (fake *FakeBlockInterpreter) CreateBlockCallCount() int
- func (fake *FakeBlockInterpreter) CreateBlockCalls(stub func(conflow.ID, *conflow.BlockContext) conflow.Block)
- func (fake *FakeBlockInterpreter) CreateBlockReturns(result1 conflow.Block)
- func (fake *FakeBlockInterpreter) CreateBlockReturnsOnCall(i int, result1 conflow.Block)
- func (fake *FakeBlockInterpreter) Invocations() map[string][][]interface{}
- func (fake *FakeBlockInterpreter) Param(arg1 conflow.Block, arg2 conflow.ID) interface{}
- func (fake *FakeBlockInterpreter) ParamArgsForCall(i int) (conflow.Block, conflow.ID)
- func (fake *FakeBlockInterpreter) ParamCallCount() int
- func (fake *FakeBlockInterpreter) ParamCalls(stub func(conflow.Block, conflow.ID) interface{})
- func (fake *FakeBlockInterpreter) ParamReturns(result1 interface{})
- func (fake *FakeBlockInterpreter) ParamReturnsOnCall(i int, result1 interface{})
- func (fake *FakeBlockInterpreter) ParseContext(arg1 *conflow.ParseContext) *conflow.ParseContext
- func (fake *FakeBlockInterpreter) ParseContextArgsForCall(i int) *conflow.ParseContext
- func (fake *FakeBlockInterpreter) ParseContextCallCount() int
- func (fake *FakeBlockInterpreter) ParseContextCalls(stub func(*conflow.ParseContext) *conflow.ParseContext)
- func (fake *FakeBlockInterpreter) ParseContextReturns(result1 *conflow.ParseContext)
- func (fake *FakeBlockInterpreter) ParseContextReturnsOnCall(i int, result1 *conflow.ParseContext)
- func (fake *FakeBlockInterpreter) Schema() schema.Schema
- func (fake *FakeBlockInterpreter) SchemaCallCount() int
- func (fake *FakeBlockInterpreter) SchemaCalls(stub func() schema.Schema)
- func (fake *FakeBlockInterpreter) SchemaReturns(result1 schema.Schema)
- func (fake *FakeBlockInterpreter) SchemaReturnsOnCall(i int, result1 schema.Schema)
- func (fake *FakeBlockInterpreter) SetBlock(arg1 conflow.Block, arg2 conflow.ID, arg3 string, arg4 interface{}) error
- func (fake *FakeBlockInterpreter) SetBlockArgsForCall(i int) (conflow.Block, conflow.ID, string, interface{})
- func (fake *FakeBlockInterpreter) SetBlockCallCount() int
- func (fake *FakeBlockInterpreter) SetBlockCalls(stub func(conflow.Block, conflow.ID, string, interface{}) error)
- func (fake *FakeBlockInterpreter) SetBlockReturns(result1 error)
- func (fake *FakeBlockInterpreter) SetBlockReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockInterpreter) SetParam(arg1 conflow.Block, arg2 conflow.ID, arg3 interface{}) error
- func (fake *FakeBlockInterpreter) SetParamArgsForCall(i int) (conflow.Block, conflow.ID, interface{})
- func (fake *FakeBlockInterpreter) SetParamCallCount() int
- func (fake *FakeBlockInterpreter) SetParamCalls(stub func(conflow.Block, conflow.ID, interface{}) error)
- func (fake *FakeBlockInterpreter) SetParamReturns(result1 error)
- func (fake *FakeBlockInterpreter) SetParamReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockInterpreter) ValueParamName() conflow.ID
- func (fake *FakeBlockInterpreter) ValueParamNameCallCount() int
- func (fake *FakeBlockInterpreter) ValueParamNameCalls(stub func() conflow.ID)
- func (fake *FakeBlockInterpreter) ValueParamNameReturns(result1 conflow.ID)
- func (fake *FakeBlockInterpreter) ValueParamNameReturnsOnCall(i int, result1 conflow.ID)
- type FakeBlockNode
- func (fake *FakeBlockNode) BlockType() conflow.ID
- func (fake *FakeBlockNode) BlockTypeCallCount() int
- func (fake *FakeBlockNode) BlockTypeCalls(stub func() conflow.ID)
- func (fake *FakeBlockNode) BlockTypeReturns(result1 conflow.ID)
- func (fake *FakeBlockNode) BlockTypeReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeBlockNode) Children() []conflow.Node
- func (fake *FakeBlockNode) ChildrenCallCount() int
- func (fake *FakeBlockNode) ChildrenCalls(stub func() []conflow.Node)
- func (fake *FakeBlockNode) ChildrenReturns(result1 []conflow.Node)
- func (fake *FakeBlockNode) ChildrenReturnsOnCall(i int, result1 []conflow.Node)
- func (fake *FakeBlockNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, ...) conflow.JobContainer
- func (fake *FakeBlockNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, ...)
- func (fake *FakeBlockNode) CreateContainerCallCount() int
- func (fake *FakeBlockNode) CreateContainerCalls(...)
- func (fake *FakeBlockNode) CreateContainerReturns(result1 conflow.JobContainer)
- func (fake *FakeBlockNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
- func (fake *FakeBlockNode) Dependencies() conflow.Dependencies
- func (fake *FakeBlockNode) DependenciesCallCount() int
- func (fake *FakeBlockNode) DependenciesCalls(stub func() conflow.Dependencies)
- func (fake *FakeBlockNode) DependenciesReturns(result1 conflow.Dependencies)
- func (fake *FakeBlockNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
- func (fake *FakeBlockNode) Directives() []conflow.BlockNode
- func (fake *FakeBlockNode) DirectivesCallCount() int
- func (fake *FakeBlockNode) DirectivesCalls(stub func() []conflow.BlockNode)
- func (fake *FakeBlockNode) DirectivesReturns(result1 []conflow.BlockNode)
- func (fake *FakeBlockNode) DirectivesReturnsOnCall(i int, result1 []conflow.BlockNode)
- func (fake *FakeBlockNode) EvalStage() conflow.EvalStage
- func (fake *FakeBlockNode) EvalStageCallCount() int
- func (fake *FakeBlockNode) EvalStageCalls(stub func() conflow.EvalStage)
- func (fake *FakeBlockNode) EvalStageReturns(result1 conflow.EvalStage)
- func (fake *FakeBlockNode) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
- func (fake *FakeBlockNode) Generates() []conflow.ID
- func (fake *FakeBlockNode) GeneratesCallCount() int
- func (fake *FakeBlockNode) GeneratesCalls(stub func() []conflow.ID)
- func (fake *FakeBlockNode) GeneratesReturns(result1 []conflow.ID)
- func (fake *FakeBlockNode) GeneratesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeBlockNode) GetPropertySchema(arg1 conflow.ID) (schema.Schema, bool)
- func (fake *FakeBlockNode) GetPropertySchemaArgsForCall(i int) conflow.ID
- func (fake *FakeBlockNode) GetPropertySchemaCallCount() int
- func (fake *FakeBlockNode) GetPropertySchemaCalls(stub func(conflow.ID) (schema.Schema, bool))
- func (fake *FakeBlockNode) GetPropertySchemaReturns(result1 schema.Schema, result2 bool)
- func (fake *FakeBlockNode) GetPropertySchemaReturnsOnCall(i int, result1 schema.Schema, result2 bool)
- func (fake *FakeBlockNode) ID() conflow.ID
- func (fake *FakeBlockNode) IDCallCount() int
- func (fake *FakeBlockNode) IDCalls(stub func() conflow.ID)
- func (fake *FakeBlockNode) IDReturns(result1 conflow.ID)
- func (fake *FakeBlockNode) IDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeBlockNode) Interpreter() conflow.BlockInterpreter
- func (fake *FakeBlockNode) InterpreterCallCount() int
- func (fake *FakeBlockNode) InterpreterCalls(stub func() conflow.BlockInterpreter)
- func (fake *FakeBlockNode) InterpreterReturns(result1 conflow.BlockInterpreter)
- func (fake *FakeBlockNode) InterpreterReturnsOnCall(i int, result1 conflow.BlockInterpreter)
- func (fake *FakeBlockNode) Invocations() map[string][][]interface{}
- func (fake *FakeBlockNode) Key() *string
- func (fake *FakeBlockNode) KeyCallCount() int
- func (fake *FakeBlockNode) KeyCalls(stub func() *string)
- func (fake *FakeBlockNode) KeyReturns(result1 *string)
- func (fake *FakeBlockNode) KeyReturnsOnCall(i int, result1 *string)
- func (fake *FakeBlockNode) ParameterName() conflow.ID
- func (fake *FakeBlockNode) ParameterNameCallCount() int
- func (fake *FakeBlockNode) ParameterNameCalls(stub func() conflow.ID)
- func (fake *FakeBlockNode) ParameterNameReturns(result1 conflow.ID)
- func (fake *FakeBlockNode) ParameterNameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeBlockNode) Pos() parsley.Pos
- func (fake *FakeBlockNode) PosCallCount() int
- func (fake *FakeBlockNode) PosCalls(stub func() parsley.Pos)
- func (fake *FakeBlockNode) PosReturns(result1 parsley.Pos)
- func (fake *FakeBlockNode) PosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeBlockNode) Provides() []conflow.ID
- func (fake *FakeBlockNode) ProvidesCallCount() int
- func (fake *FakeBlockNode) ProvidesCalls(stub func() []conflow.ID)
- func (fake *FakeBlockNode) ProvidesReturns(result1 []conflow.ID)
- func (fake *FakeBlockNode) ProvidesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeBlockNode) ReaderPos() parsley.Pos
- func (fake *FakeBlockNode) ReaderPosCallCount() int
- func (fake *FakeBlockNode) ReaderPosCalls(stub func() parsley.Pos)
- func (fake *FakeBlockNode) ReaderPosReturns(result1 parsley.Pos)
- func (fake *FakeBlockNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeBlockNode) Schema() interface{}
- func (fake *FakeBlockNode) SchemaCallCount() int
- func (fake *FakeBlockNode) SchemaCalls(stub func() interface{})
- func (fake *FakeBlockNode) SchemaReturns(result1 interface{})
- func (fake *FakeBlockNode) SchemaReturnsOnCall(i int, result1 interface{})
- func (fake *FakeBlockNode) SetSchema(arg1 schema.Schema)
- func (fake *FakeBlockNode) SetSchemaArgsForCall(i int) schema.Schema
- func (fake *FakeBlockNode) SetSchemaCallCount() int
- func (fake *FakeBlockNode) SetSchemaCalls(stub func(schema.Schema))
- func (fake *FakeBlockNode) Token() string
- func (fake *FakeBlockNode) TokenCallCount() int
- func (fake *FakeBlockNode) TokenCalls(stub func() string)
- func (fake *FakeBlockNode) TokenReturns(result1 string)
- func (fake *FakeBlockNode) TokenReturnsOnCall(i int, result1 string)
- func (fake *FakeBlockNode) Value(arg1 interface{}) (interface{}, parsley.Error)
- func (fake *FakeBlockNode) ValueArgsForCall(i int) interface{}
- func (fake *FakeBlockNode) ValueCallCount() int
- func (fake *FakeBlockNode) ValueCalls(stub func(interface{}) (interface{}, parsley.Error))
- func (fake *FakeBlockNode) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeBlockNode) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- type FakeBlockNodeRegistry
- func (fake *FakeBlockNodeRegistry) AddBlockNode(arg1 conflow.BlockNode) error
- func (fake *FakeBlockNodeRegistry) AddBlockNodeArgsForCall(i int) conflow.BlockNode
- func (fake *FakeBlockNodeRegistry) AddBlockNodeCallCount() int
- func (fake *FakeBlockNodeRegistry) AddBlockNodeCalls(stub func(conflow.BlockNode) error)
- func (fake *FakeBlockNodeRegistry) AddBlockNodeReturns(result1 error)
- func (fake *FakeBlockNodeRegistry) AddBlockNodeReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockNodeRegistry) BlockNode(arg1 conflow.ID) (conflow.BlockNode, bool)
- func (fake *FakeBlockNodeRegistry) BlockNodeArgsForCall(i int) conflow.ID
- func (fake *FakeBlockNodeRegistry) BlockNodeCallCount() int
- func (fake *FakeBlockNodeRegistry) BlockNodeCalls(stub func(conflow.ID) (conflow.BlockNode, bool))
- func (fake *FakeBlockNodeRegistry) BlockNodeReturns(result1 conflow.BlockNode, result2 bool)
- func (fake *FakeBlockNodeRegistry) BlockNodeReturnsOnCall(i int, result1 conflow.BlockNode, result2 bool)
- func (fake *FakeBlockNodeRegistry) Invocations() map[string][][]interface{}
- type FakeContainer
- func (fake *FakeContainer) Close()
- func (fake *FakeContainer) CloseCallCount() int
- func (fake *FakeContainer) CloseCalls(stub func())
- func (fake *FakeContainer) Invocations() map[string][][]interface{}
- func (fake *FakeContainer) Node() conflow.Node
- func (fake *FakeContainer) NodeCallCount() int
- func (fake *FakeContainer) NodeCalls(stub func() conflow.Node)
- func (fake *FakeContainer) NodeReturns(result1 conflow.Node)
- func (fake *FakeContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
- func (fake *FakeContainer) Value() (interface{}, parsley.Error)
- func (fake *FakeContainer) ValueCallCount() int
- func (fake *FakeContainer) ValueCalls(stub func() (interface{}, parsley.Error))
- func (fake *FakeContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- func (fake *FakeContainer) WaitGroups() []conflow.WaitGroup
- func (fake *FakeContainer) WaitGroupsCallCount() int
- func (fake *FakeContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
- func (fake *FakeContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
- func (fake *FakeContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
- type FakeFunctionInterpreter
- func (fake *FakeFunctionInterpreter) Eval(arg1 interface{}, arg2 []interface{}) (interface{}, error)
- func (fake *FakeFunctionInterpreter) EvalArgsForCall(i int) (interface{}, []interface{})
- func (fake *FakeFunctionInterpreter) EvalCallCount() int
- func (fake *FakeFunctionInterpreter) EvalCalls(stub func(interface{}, []interface{}) (interface{}, error))
- func (fake *FakeFunctionInterpreter) EvalReturns(result1 interface{}, result2 error)
- func (fake *FakeFunctionInterpreter) EvalReturnsOnCall(i int, result1 interface{}, result2 error)
- func (fake *FakeFunctionInterpreter) Invocations() map[string][][]interface{}
- func (fake *FakeFunctionInterpreter) Schema() schema.Schema
- func (fake *FakeFunctionInterpreter) SchemaCallCount() int
- func (fake *FakeFunctionInterpreter) SchemaCalls(stub func() schema.Schema)
- func (fake *FakeFunctionInterpreter) SchemaReturns(result1 schema.Schema)
- func (fake *FakeFunctionInterpreter) SchemaReturnsOnCall(i int, result1 schema.Schema)
- type FakeFunctionNode
- func (fake *FakeFunctionNode) ArgumentNodes() []parsley.Node
- func (fake *FakeFunctionNode) ArgumentNodesCallCount() int
- func (fake *FakeFunctionNode) ArgumentNodesCalls(stub func() []parsley.Node)
- func (fake *FakeFunctionNode) ArgumentNodesReturns(result1 []parsley.Node)
- func (fake *FakeFunctionNode) ArgumentNodesReturnsOnCall(i int, result1 []parsley.Node)
- func (fake *FakeFunctionNode) Invocations() map[string][][]interface{}
- func (fake *FakeFunctionNode) Name() conflow.ID
- func (fake *FakeFunctionNode) NameCallCount() int
- func (fake *FakeFunctionNode) NameCalls(stub func() conflow.ID)
- func (fake *FakeFunctionNode) NameReturns(result1 conflow.ID)
- func (fake *FakeFunctionNode) NameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeFunctionNode) Pos() parsley.Pos
- func (fake *FakeFunctionNode) PosCallCount() int
- func (fake *FakeFunctionNode) PosCalls(stub func() parsley.Pos)
- func (fake *FakeFunctionNode) PosReturns(result1 parsley.Pos)
- func (fake *FakeFunctionNode) PosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeFunctionNode) ReaderPos() parsley.Pos
- func (fake *FakeFunctionNode) ReaderPosCallCount() int
- func (fake *FakeFunctionNode) ReaderPosCalls(stub func() parsley.Pos)
- func (fake *FakeFunctionNode) ReaderPosReturns(result1 parsley.Pos)
- func (fake *FakeFunctionNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeFunctionNode) Schema() interface{}
- func (fake *FakeFunctionNode) SchemaCallCount() int
- func (fake *FakeFunctionNode) SchemaCalls(stub func() interface{})
- func (fake *FakeFunctionNode) SchemaReturns(result1 interface{})
- func (fake *FakeFunctionNode) SchemaReturnsOnCall(i int, result1 interface{})
- func (fake *FakeFunctionNode) StaticCheck(arg1 interface{}) parsley.Error
- func (fake *FakeFunctionNode) StaticCheckArgsForCall(i int) interface{}
- func (fake *FakeFunctionNode) StaticCheckCallCount() int
- func (fake *FakeFunctionNode) StaticCheckCalls(stub func(interface{}) parsley.Error)
- func (fake *FakeFunctionNode) StaticCheckReturns(result1 parsley.Error)
- func (fake *FakeFunctionNode) StaticCheckReturnsOnCall(i int, result1 parsley.Error)
- func (fake *FakeFunctionNode) Token() string
- func (fake *FakeFunctionNode) TokenCallCount() int
- func (fake *FakeFunctionNode) TokenCalls(stub func() string)
- func (fake *FakeFunctionNode) TokenReturns(result1 string)
- func (fake *FakeFunctionNode) TokenReturnsOnCall(i int, result1 string)
- type FakeIdentifiable
- func (fake *FakeIdentifiable) ID() conflow.ID
- func (fake *FakeIdentifiable) IDCallCount() int
- func (fake *FakeIdentifiable) IDCalls(stub func() conflow.ID)
- func (fake *FakeIdentifiable) IDReturns(result1 conflow.ID)
- func (fake *FakeIdentifiable) IDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeIdentifiable) Invocations() map[string][][]interface{}
- type FakeJob
- func (fake *FakeJob) Invocations() map[string][][]interface{}
- func (fake *FakeJob) JobID() int
- func (fake *FakeJob) JobIDCallCount() int
- func (fake *FakeJob) JobIDCalls(stub func() int)
- func (fake *FakeJob) JobIDReturns(result1 int)
- func (fake *FakeJob) JobIDReturnsOnCall(i int, result1 int)
- func (fake *FakeJob) JobName() conflow.ID
- func (fake *FakeJob) JobNameCallCount() int
- func (fake *FakeJob) JobNameCalls(stub func() conflow.ID)
- func (fake *FakeJob) JobNameReturns(result1 conflow.ID)
- func (fake *FakeJob) JobNameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeJob) Lightweight() bool
- func (fake *FakeJob) LightweightCallCount() int
- func (fake *FakeJob) LightweightCalls(stub func() bool)
- func (fake *FakeJob) LightweightReturns(result1 bool)
- func (fake *FakeJob) LightweightReturnsOnCall(i int, result1 bool)
- func (fake *FakeJob) Run()
- func (fake *FakeJob) RunCallCount() int
- func (fake *FakeJob) RunCalls(stub func())
- func (fake *FakeJob) SetJobID(arg1 int)
- func (fake *FakeJob) SetJobIDArgsForCall(i int) int
- func (fake *FakeJob) SetJobIDCallCount() int
- func (fake *FakeJob) SetJobIDCalls(stub func(int))
- type FakeJobContainer
- func (fake *FakeJobContainer) Cancel() bool
- func (fake *FakeJobContainer) CancelCallCount() int
- func (fake *FakeJobContainer) CancelCalls(stub func() bool)
- func (fake *FakeJobContainer) CancelReturns(result1 bool)
- func (fake *FakeJobContainer) CancelReturnsOnCall(i int, result1 bool)
- func (fake *FakeJobContainer) Close()
- func (fake *FakeJobContainer) CloseCallCount() int
- func (fake *FakeJobContainer) CloseCalls(stub func())
- func (fake *FakeJobContainer) EvalStage() conflow.EvalStage
- func (fake *FakeJobContainer) EvalStageCallCount() int
- func (fake *FakeJobContainer) EvalStageCalls(stub func() conflow.EvalStage)
- func (fake *FakeJobContainer) EvalStageReturns(result1 conflow.EvalStage)
- func (fake *FakeJobContainer) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
- func (fake *FakeJobContainer) Invocations() map[string][][]interface{}
- func (fake *FakeJobContainer) JobID() int
- func (fake *FakeJobContainer) JobIDCallCount() int
- func (fake *FakeJobContainer) JobIDCalls(stub func() int)
- func (fake *FakeJobContainer) JobIDReturns(result1 int)
- func (fake *FakeJobContainer) JobIDReturnsOnCall(i int, result1 int)
- func (fake *FakeJobContainer) JobName() conflow.ID
- func (fake *FakeJobContainer) JobNameCallCount() int
- func (fake *FakeJobContainer) JobNameCalls(stub func() conflow.ID)
- func (fake *FakeJobContainer) JobNameReturns(result1 conflow.ID)
- func (fake *FakeJobContainer) JobNameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeJobContainer) Lightweight() bool
- func (fake *FakeJobContainer) LightweightCallCount() int
- func (fake *FakeJobContainer) LightweightCalls(stub func() bool)
- func (fake *FakeJobContainer) LightweightReturns(result1 bool)
- func (fake *FakeJobContainer) LightweightReturnsOnCall(i int, result1 bool)
- func (fake *FakeJobContainer) Node() conflow.Node
- func (fake *FakeJobContainer) NodeCallCount() int
- func (fake *FakeJobContainer) NodeCalls(stub func() conflow.Node)
- func (fake *FakeJobContainer) NodeReturns(result1 conflow.Node)
- func (fake *FakeJobContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
- func (fake *FakeJobContainer) Pending() bool
- func (fake *FakeJobContainer) PendingCallCount() int
- func (fake *FakeJobContainer) PendingCalls(stub func() bool)
- func (fake *FakeJobContainer) PendingReturns(result1 bool)
- func (fake *FakeJobContainer) PendingReturnsOnCall(i int, result1 bool)
- func (fake *FakeJobContainer) Run()
- func (fake *FakeJobContainer) RunCallCount() int
- func (fake *FakeJobContainer) RunCalls(stub func())
- func (fake *FakeJobContainer) SetJobID(arg1 int)
- func (fake *FakeJobContainer) SetJobIDArgsForCall(i int) int
- func (fake *FakeJobContainer) SetJobIDCallCount() int
- func (fake *FakeJobContainer) SetJobIDCalls(stub func(int))
- func (fake *FakeJobContainer) Value() (interface{}, parsley.Error)
- func (fake *FakeJobContainer) ValueCallCount() int
- func (fake *FakeJobContainer) ValueCalls(stub func() (interface{}, parsley.Error))
- func (fake *FakeJobContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeJobContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- func (fake *FakeJobContainer) WaitGroups() []conflow.WaitGroup
- func (fake *FakeJobContainer) WaitGroupsCallCount() int
- func (fake *FakeJobContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
- func (fake *FakeJobContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
- func (fake *FakeJobContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
- type FakeJobScheduler
- func (fake *FakeJobScheduler) Invocations() map[string][][]interface{}
- func (fake *FakeJobScheduler) ScheduleJob(arg1 conflow.Job) error
- func (fake *FakeJobScheduler) ScheduleJobArgsForCall(i int) conflow.Job
- func (fake *FakeJobScheduler) ScheduleJobCallCount() int
- func (fake *FakeJobScheduler) ScheduleJobCalls(stub func(conflow.Job) error)
- func (fake *FakeJobScheduler) ScheduleJobReturns(result1 error)
- func (fake *FakeJobScheduler) ScheduleJobReturnsOnCall(i int, result1 error)
- type FakeNode
- func (fake *FakeNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, ...) conflow.JobContainer
- func (fake *FakeNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, ...)
- func (fake *FakeNode) CreateContainerCallCount() int
- func (fake *FakeNode) CreateContainerCalls(...)
- func (fake *FakeNode) CreateContainerReturns(result1 conflow.JobContainer)
- func (fake *FakeNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
- func (fake *FakeNode) Dependencies() conflow.Dependencies
- func (fake *FakeNode) DependenciesCallCount() int
- func (fake *FakeNode) DependenciesCalls(stub func() conflow.Dependencies)
- func (fake *FakeNode) DependenciesReturns(result1 conflow.Dependencies)
- func (fake *FakeNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
- func (fake *FakeNode) Directives() []conflow.BlockNode
- func (fake *FakeNode) DirectivesCallCount() int
- func (fake *FakeNode) DirectivesCalls(stub func() []conflow.BlockNode)
- func (fake *FakeNode) DirectivesReturns(result1 []conflow.BlockNode)
- func (fake *FakeNode) DirectivesReturnsOnCall(i int, result1 []conflow.BlockNode)
- func (fake *FakeNode) EvalStage() conflow.EvalStage
- func (fake *FakeNode) EvalStageCallCount() int
- func (fake *FakeNode) EvalStageCalls(stub func() conflow.EvalStage)
- func (fake *FakeNode) EvalStageReturns(result1 conflow.EvalStage)
- func (fake *FakeNode) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
- func (fake *FakeNode) Generates() []conflow.ID
- func (fake *FakeNode) GeneratesCallCount() int
- func (fake *FakeNode) GeneratesCalls(stub func() []conflow.ID)
- func (fake *FakeNode) GeneratesReturns(result1 []conflow.ID)
- func (fake *FakeNode) GeneratesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeNode) ID() conflow.ID
- func (fake *FakeNode) IDCallCount() int
- func (fake *FakeNode) IDCalls(stub func() conflow.ID)
- func (fake *FakeNode) IDReturns(result1 conflow.ID)
- func (fake *FakeNode) IDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeNode) Invocations() map[string][][]interface{}
- func (fake *FakeNode) Pos() parsley.Pos
- func (fake *FakeNode) PosCallCount() int
- func (fake *FakeNode) PosCalls(stub func() parsley.Pos)
- func (fake *FakeNode) PosReturns(result1 parsley.Pos)
- func (fake *FakeNode) PosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeNode) Provides() []conflow.ID
- func (fake *FakeNode) ProvidesCallCount() int
- func (fake *FakeNode) ProvidesCalls(stub func() []conflow.ID)
- func (fake *FakeNode) ProvidesReturns(result1 []conflow.ID)
- func (fake *FakeNode) ProvidesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeNode) ReaderPos() parsley.Pos
- func (fake *FakeNode) ReaderPosCallCount() int
- func (fake *FakeNode) ReaderPosCalls(stub func() parsley.Pos)
- func (fake *FakeNode) ReaderPosReturns(result1 parsley.Pos)
- func (fake *FakeNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeNode) Schema() interface{}
- func (fake *FakeNode) SchemaCallCount() int
- func (fake *FakeNode) SchemaCalls(stub func() interface{})
- func (fake *FakeNode) SchemaReturns(result1 interface{})
- func (fake *FakeNode) SchemaReturnsOnCall(i int, result1 interface{})
- func (fake *FakeNode) Token() string
- func (fake *FakeNode) TokenCallCount() int
- func (fake *FakeNode) TokenCalls(stub func() string)
- func (fake *FakeNode) TokenReturns(result1 string)
- func (fake *FakeNode) TokenReturnsOnCall(i int, result1 string)
- func (fake *FakeNode) Value(arg1 interface{}) (interface{}, parsley.Error)
- func (fake *FakeNode) ValueArgsForCall(i int) interface{}
- func (fake *FakeNode) ValueCallCount() int
- func (fake *FakeNode) ValueCalls(stub func(interface{}) (interface{}, parsley.Error))
- func (fake *FakeNode) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeNode) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- type FakeParameterContainer
- func (fake *FakeParameterContainer) BlockContainer() conflow.BlockContainer
- func (fake *FakeParameterContainer) BlockContainerCallCount() int
- func (fake *FakeParameterContainer) BlockContainerCalls(stub func() conflow.BlockContainer)
- func (fake *FakeParameterContainer) BlockContainerReturns(result1 conflow.BlockContainer)
- func (fake *FakeParameterContainer) BlockContainerReturnsOnCall(i int, result1 conflow.BlockContainer)
- func (fake *FakeParameterContainer) Close()
- func (fake *FakeParameterContainer) CloseCallCount() int
- func (fake *FakeParameterContainer) CloseCalls(stub func())
- func (fake *FakeParameterContainer) Invocations() map[string][][]interface{}
- func (fake *FakeParameterContainer) Node() conflow.Node
- func (fake *FakeParameterContainer) NodeCallCount() int
- func (fake *FakeParameterContainer) NodeCalls(stub func() conflow.Node)
- func (fake *FakeParameterContainer) NodeReturns(result1 conflow.Node)
- func (fake *FakeParameterContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
- func (fake *FakeParameterContainer) Value() (interface{}, parsley.Error)
- func (fake *FakeParameterContainer) ValueCallCount() int
- func (fake *FakeParameterContainer) ValueCalls(stub func() (interface{}, parsley.Error))
- func (fake *FakeParameterContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeParameterContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- func (fake *FakeParameterContainer) WaitGroups() []conflow.WaitGroup
- func (fake *FakeParameterContainer) WaitGroupsCallCount() int
- func (fake *FakeParameterContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
- func (fake *FakeParameterContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
- func (fake *FakeParameterContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
- type FakeParameterDirective
- func (fake *FakeParameterDirective) ApplyToParameterConfig(arg1 *conflow.ParameterConfig)
- func (fake *FakeParameterDirective) ApplyToParameterConfigArgsForCall(i int) *conflow.ParameterConfig
- func (fake *FakeParameterDirective) ApplyToParameterConfigCallCount() int
- func (fake *FakeParameterDirective) ApplyToParameterConfigCalls(stub func(*conflow.ParameterConfig))
- func (fake *FakeParameterDirective) Invocations() map[string][][]interface{}
- type FakeParameterNode
- func (fake *FakeParameterNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, ...) conflow.JobContainer
- func (fake *FakeParameterNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, ...)
- func (fake *FakeParameterNode) CreateContainerCallCount() int
- func (fake *FakeParameterNode) CreateContainerCalls(...)
- func (fake *FakeParameterNode) CreateContainerReturns(result1 conflow.JobContainer)
- func (fake *FakeParameterNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
- func (fake *FakeParameterNode) Dependencies() conflow.Dependencies
- func (fake *FakeParameterNode) DependenciesCallCount() int
- func (fake *FakeParameterNode) DependenciesCalls(stub func() conflow.Dependencies)
- func (fake *FakeParameterNode) DependenciesReturns(result1 conflow.Dependencies)
- func (fake *FakeParameterNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
- func (fake *FakeParameterNode) Directives() []conflow.BlockNode
- func (fake *FakeParameterNode) DirectivesCallCount() int
- func (fake *FakeParameterNode) DirectivesCalls(stub func() []conflow.BlockNode)
- func (fake *FakeParameterNode) DirectivesReturns(result1 []conflow.BlockNode)
- func (fake *FakeParameterNode) DirectivesReturnsOnCall(i int, result1 []conflow.BlockNode)
- func (fake *FakeParameterNode) EvalStage() conflow.EvalStage
- func (fake *FakeParameterNode) EvalStageCallCount() int
- func (fake *FakeParameterNode) EvalStageCalls(stub func() conflow.EvalStage)
- func (fake *FakeParameterNode) EvalStageReturns(result1 conflow.EvalStage)
- func (fake *FakeParameterNode) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
- func (fake *FakeParameterNode) Generates() []conflow.ID
- func (fake *FakeParameterNode) GeneratesCallCount() int
- func (fake *FakeParameterNode) GeneratesCalls(stub func() []conflow.ID)
- func (fake *FakeParameterNode) GeneratesReturns(result1 []conflow.ID)
- func (fake *FakeParameterNode) GeneratesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeParameterNode) ID() conflow.ID
- func (fake *FakeParameterNode) IDCallCount() int
- func (fake *FakeParameterNode) IDCalls(stub func() conflow.ID)
- func (fake *FakeParameterNode) IDReturns(result1 conflow.ID)
- func (fake *FakeParameterNode) IDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeParameterNode) Invocations() map[string][][]interface{}
- func (fake *FakeParameterNode) IsDeclaration() bool
- func (fake *FakeParameterNode) IsDeclarationCallCount() int
- func (fake *FakeParameterNode) IsDeclarationCalls(stub func() bool)
- func (fake *FakeParameterNode) IsDeclarationReturns(result1 bool)
- func (fake *FakeParameterNode) IsDeclarationReturnsOnCall(i int, result1 bool)
- func (fake *FakeParameterNode) Name() conflow.ID
- func (fake *FakeParameterNode) NameCallCount() int
- func (fake *FakeParameterNode) NameCalls(stub func() conflow.ID)
- func (fake *FakeParameterNode) NameReturns(result1 conflow.ID)
- func (fake *FakeParameterNode) NameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeParameterNode) Pos() parsley.Pos
- func (fake *FakeParameterNode) PosCallCount() int
- func (fake *FakeParameterNode) PosCalls(stub func() parsley.Pos)
- func (fake *FakeParameterNode) PosReturns(result1 parsley.Pos)
- func (fake *FakeParameterNode) PosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeParameterNode) Provides() []conflow.ID
- func (fake *FakeParameterNode) ProvidesCallCount() int
- func (fake *FakeParameterNode) ProvidesCalls(stub func() []conflow.ID)
- func (fake *FakeParameterNode) ProvidesReturns(result1 []conflow.ID)
- func (fake *FakeParameterNode) ProvidesReturnsOnCall(i int, result1 []conflow.ID)
- func (fake *FakeParameterNode) ReaderPos() parsley.Pos
- func (fake *FakeParameterNode) ReaderPosCallCount() int
- func (fake *FakeParameterNode) ReaderPosCalls(stub func() parsley.Pos)
- func (fake *FakeParameterNode) ReaderPosReturns(result1 parsley.Pos)
- func (fake *FakeParameterNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeParameterNode) Schema() interface{}
- func (fake *FakeParameterNode) SchemaCallCount() int
- func (fake *FakeParameterNode) SchemaCalls(stub func() interface{})
- func (fake *FakeParameterNode) SchemaReturns(result1 interface{})
- func (fake *FakeParameterNode) SchemaReturnsOnCall(i int, result1 interface{})
- func (fake *FakeParameterNode) SetSchema(arg1 schema.Schema)
- func (fake *FakeParameterNode) SetSchemaArgsForCall(i int) schema.Schema
- func (fake *FakeParameterNode) SetSchemaCallCount() int
- func (fake *FakeParameterNode) SetSchemaCalls(stub func(schema.Schema))
- func (fake *FakeParameterNode) StaticCheck(arg1 interface{}) parsley.Error
- func (fake *FakeParameterNode) StaticCheckArgsForCall(i int) interface{}
- func (fake *FakeParameterNode) StaticCheckCallCount() int
- func (fake *FakeParameterNode) StaticCheckCalls(stub func(interface{}) parsley.Error)
- func (fake *FakeParameterNode) StaticCheckReturns(result1 parsley.Error)
- func (fake *FakeParameterNode) StaticCheckReturnsOnCall(i int, result1 parsley.Error)
- func (fake *FakeParameterNode) Token() string
- func (fake *FakeParameterNode) TokenCallCount() int
- func (fake *FakeParameterNode) TokenCalls(stub func() string)
- func (fake *FakeParameterNode) TokenReturns(result1 string)
- func (fake *FakeParameterNode) TokenReturnsOnCall(i int, result1 string)
- func (fake *FakeParameterNode) Value(arg1 interface{}) (interface{}, parsley.Error)
- func (fake *FakeParameterNode) ValueArgsForCall(i int) interface{}
- func (fake *FakeParameterNode) ValueCallCount() int
- func (fake *FakeParameterNode) ValueCalls(stub func(interface{}) (interface{}, parsley.Error))
- func (fake *FakeParameterNode) ValueNode() parsley.Node
- func (fake *FakeParameterNode) ValueNodeCallCount() int
- func (fake *FakeParameterNode) ValueNodeCalls(stub func() parsley.Node)
- func (fake *FakeParameterNode) ValueNodeReturns(result1 parsley.Node)
- func (fake *FakeParameterNode) ValueNodeReturnsOnCall(i int, result1 parsley.Node)
- func (fake *FakeParameterNode) ValueReturns(result1 interface{}, result2 parsley.Error)
- func (fake *FakeParameterNode) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
- type FakeVariableNode
- func (fake *FakeVariableNode) ID() conflow.ID
- func (fake *FakeVariableNode) IDCallCount() int
- func (fake *FakeVariableNode) IDCalls(stub func() conflow.ID)
- func (fake *FakeVariableNode) IDReturns(result1 conflow.ID)
- func (fake *FakeVariableNode) IDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeVariableNode) Invocations() map[string][][]interface{}
- func (fake *FakeVariableNode) ParamName() conflow.ID
- func (fake *FakeVariableNode) ParamNameCallCount() int
- func (fake *FakeVariableNode) ParamNameCalls(stub func() conflow.ID)
- func (fake *FakeVariableNode) ParamNameReturns(result1 conflow.ID)
- func (fake *FakeVariableNode) ParamNameReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeVariableNode) ParentID() conflow.ID
- func (fake *FakeVariableNode) ParentIDCallCount() int
- func (fake *FakeVariableNode) ParentIDCalls(stub func() conflow.ID)
- func (fake *FakeVariableNode) ParentIDReturns(result1 conflow.ID)
- func (fake *FakeVariableNode) ParentIDReturnsOnCall(i int, result1 conflow.ID)
- func (fake *FakeVariableNode) Pos() parsley.Pos
- func (fake *FakeVariableNode) PosCallCount() int
- func (fake *FakeVariableNode) PosCalls(stub func() parsley.Pos)
- func (fake *FakeVariableNode) PosReturns(result1 parsley.Pos)
- func (fake *FakeVariableNode) PosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeVariableNode) ReaderPos() parsley.Pos
- func (fake *FakeVariableNode) ReaderPosCallCount() int
- func (fake *FakeVariableNode) ReaderPosCalls(stub func() parsley.Pos)
- func (fake *FakeVariableNode) ReaderPosReturns(result1 parsley.Pos)
- func (fake *FakeVariableNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
- func (fake *FakeVariableNode) Schema() interface{}
- func (fake *FakeVariableNode) SchemaCallCount() int
- func (fake *FakeVariableNode) SchemaCalls(stub func() interface{})
- func (fake *FakeVariableNode) SchemaReturns(result1 interface{})
- func (fake *FakeVariableNode) SchemaReturnsOnCall(i int, result1 interface{})
- func (fake *FakeVariableNode) Token() string
- func (fake *FakeVariableNode) TokenCallCount() int
- func (fake *FakeVariableNode) TokenCalls(stub func() string)
- func (fake *FakeVariableNode) TokenReturns(result1 string)
- func (fake *FakeVariableNode) TokenReturnsOnCall(i int, result1 string)
- type FakeWaitGroup
- func (fake *FakeWaitGroup) Add(arg1 int)
- func (fake *FakeWaitGroup) AddArgsForCall(i int) int
- func (fake *FakeWaitGroup) AddCallCount() int
- func (fake *FakeWaitGroup) AddCalls(stub func(int))
- func (fake *FakeWaitGroup) Done(arg1 error)
- func (fake *FakeWaitGroup) DoneArgsForCall(i int) error
- func (fake *FakeWaitGroup) DoneCallCount() int
- func (fake *FakeWaitGroup) DoneCalls(stub func(error))
- func (fake *FakeWaitGroup) Err() error
- func (fake *FakeWaitGroup) ErrCallCount() int
- func (fake *FakeWaitGroup) ErrCalls(stub func() error)
- func (fake *FakeWaitGroup) ErrReturns(result1 error)
- func (fake *FakeWaitGroup) ErrReturnsOnCall(i int, result1 error)
- func (fake *FakeWaitGroup) Invocations() map[string][][]interface{}
- func (fake *FakeWaitGroup) Wait() <-chan struct{}
- func (fake *FakeWaitGroup) WaitCallCount() int
- func (fake *FakeWaitGroup) WaitCalls(stub func() <-chan struct{})
- func (fake *FakeWaitGroup) WaitReturns(result1 <-chan struct{})
- func (fake *FakeWaitGroup) WaitReturnsOnCall(i int, result1 <-chan struct{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBlockContainer ¶
type FakeBlockContainer struct { CloseStub func() EvalStageStub func() conflow.EvalStage NodeStub func() conflow.Node ParamStub func(conflow.ID) interface{} SetChildStub func(conflow.Container) SetErrorStub func(parsley.Error) ValueStub func() (interface{}, parsley.Error) WaitGroupsStub func() []conflow.WaitGroup // contains filtered or unexported fields }
func (*FakeBlockContainer) Close ¶
func (fake *FakeBlockContainer) Close()
func (*FakeBlockContainer) CloseCallCount ¶
func (fake *FakeBlockContainer) CloseCallCount() int
func (*FakeBlockContainer) CloseCalls ¶
func (fake *FakeBlockContainer) CloseCalls(stub func())
func (*FakeBlockContainer) EvalStage ¶
func (fake *FakeBlockContainer) EvalStage() conflow.EvalStage
func (*FakeBlockContainer) EvalStageCallCount ¶
func (fake *FakeBlockContainer) EvalStageCallCount() int
func (*FakeBlockContainer) EvalStageCalls ¶
func (fake *FakeBlockContainer) EvalStageCalls(stub func() conflow.EvalStage)
func (*FakeBlockContainer) EvalStageReturns ¶
func (fake *FakeBlockContainer) EvalStageReturns(result1 conflow.EvalStage)
func (*FakeBlockContainer) EvalStageReturnsOnCall ¶
func (fake *FakeBlockContainer) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
func (*FakeBlockContainer) Invocations ¶
func (fake *FakeBlockContainer) Invocations() map[string][][]interface{}
func (*FakeBlockContainer) Node ¶
func (fake *FakeBlockContainer) Node() conflow.Node
func (*FakeBlockContainer) NodeCallCount ¶
func (fake *FakeBlockContainer) NodeCallCount() int
func (*FakeBlockContainer) NodeCalls ¶
func (fake *FakeBlockContainer) NodeCalls(stub func() conflow.Node)
func (*FakeBlockContainer) NodeReturns ¶
func (fake *FakeBlockContainer) NodeReturns(result1 conflow.Node)
func (*FakeBlockContainer) NodeReturnsOnCall ¶
func (fake *FakeBlockContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
func (*FakeBlockContainer) Param ¶
func (fake *FakeBlockContainer) Param(arg1 conflow.ID) interface{}
func (*FakeBlockContainer) ParamArgsForCall ¶
func (fake *FakeBlockContainer) ParamArgsForCall(i int) conflow.ID
func (*FakeBlockContainer) ParamCallCount ¶
func (fake *FakeBlockContainer) ParamCallCount() int
func (*FakeBlockContainer) ParamCalls ¶
func (fake *FakeBlockContainer) ParamCalls(stub func(conflow.ID) interface{})
func (*FakeBlockContainer) ParamReturns ¶
func (fake *FakeBlockContainer) ParamReturns(result1 interface{})
func (*FakeBlockContainer) ParamReturnsOnCall ¶
func (fake *FakeBlockContainer) ParamReturnsOnCall(i int, result1 interface{})
func (*FakeBlockContainer) SetChild ¶
func (fake *FakeBlockContainer) SetChild(arg1 conflow.Container)
func (*FakeBlockContainer) SetChildArgsForCall ¶
func (fake *FakeBlockContainer) SetChildArgsForCall(i int) conflow.Container
func (*FakeBlockContainer) SetChildCallCount ¶
func (fake *FakeBlockContainer) SetChildCallCount() int
func (*FakeBlockContainer) SetChildCalls ¶
func (fake *FakeBlockContainer) SetChildCalls(stub func(conflow.Container))
func (*FakeBlockContainer) SetError ¶
func (fake *FakeBlockContainer) SetError(arg1 parsley.Error)
func (*FakeBlockContainer) SetErrorArgsForCall ¶
func (fake *FakeBlockContainer) SetErrorArgsForCall(i int) parsley.Error
func (*FakeBlockContainer) SetErrorCallCount ¶
func (fake *FakeBlockContainer) SetErrorCallCount() int
func (*FakeBlockContainer) SetErrorCalls ¶
func (fake *FakeBlockContainer) SetErrorCalls(stub func(parsley.Error))
func (*FakeBlockContainer) Value ¶
func (fake *FakeBlockContainer) Value() (interface{}, parsley.Error)
func (*FakeBlockContainer) ValueCallCount ¶
func (fake *FakeBlockContainer) ValueCallCount() int
func (*FakeBlockContainer) ValueCalls ¶
func (fake *FakeBlockContainer) ValueCalls(stub func() (interface{}, parsley.Error))
func (*FakeBlockContainer) ValueReturns ¶
func (fake *FakeBlockContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeBlockContainer) ValueReturnsOnCall ¶
func (fake *FakeBlockContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
func (*FakeBlockContainer) WaitGroups ¶
func (fake *FakeBlockContainer) WaitGroups() []conflow.WaitGroup
func (*FakeBlockContainer) WaitGroupsCallCount ¶
func (fake *FakeBlockContainer) WaitGroupsCallCount() int
func (*FakeBlockContainer) WaitGroupsCalls ¶
func (fake *FakeBlockContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
func (*FakeBlockContainer) WaitGroupsReturns ¶
func (fake *FakeBlockContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
func (*FakeBlockContainer) WaitGroupsReturnsOnCall ¶
func (fake *FakeBlockContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
type FakeBlockDirective ¶
type FakeBlockDirective struct { ApplyToRuntimeConfigStub func(*conflow.RuntimeConfig) // contains filtered or unexported fields }
func (*FakeBlockDirective) ApplyToRuntimeConfig ¶
func (fake *FakeBlockDirective) ApplyToRuntimeConfig(arg1 *conflow.RuntimeConfig)
func (*FakeBlockDirective) ApplyToRuntimeConfigArgsForCall ¶
func (fake *FakeBlockDirective) ApplyToRuntimeConfigArgsForCall(i int) *conflow.RuntimeConfig
func (*FakeBlockDirective) ApplyToRuntimeConfigCallCount ¶
func (fake *FakeBlockDirective) ApplyToRuntimeConfigCallCount() int
func (*FakeBlockDirective) ApplyToRuntimeConfigCalls ¶
func (fake *FakeBlockDirective) ApplyToRuntimeConfigCalls(stub func(*conflow.RuntimeConfig))
func (*FakeBlockDirective) Invocations ¶
func (fake *FakeBlockDirective) Invocations() map[string][][]interface{}
type FakeBlockInterpreter ¶
type FakeBlockInterpreter struct { CreateBlockStub func(conflow.ID, *conflow.BlockContext) conflow.Block ParamStub func(conflow.Block, conflow.ID) interface{} ParseContextStub func(*conflow.ParseContext) *conflow.ParseContext SchemaStub func() schema.Schema SetBlockStub func(conflow.Block, conflow.ID, string, interface{}) error SetParamStub func(conflow.Block, conflow.ID, interface{}) error ValueParamNameStub func() conflow.ID // contains filtered or unexported fields }
func (*FakeBlockInterpreter) CreateBlock ¶
func (fake *FakeBlockInterpreter) CreateBlock(arg1 conflow.ID, arg2 *conflow.BlockContext) conflow.Block
func (*FakeBlockInterpreter) CreateBlockArgsForCall ¶
func (fake *FakeBlockInterpreter) CreateBlockArgsForCall(i int) (conflow.ID, *conflow.BlockContext)
func (*FakeBlockInterpreter) CreateBlockCallCount ¶
func (fake *FakeBlockInterpreter) CreateBlockCallCount() int
func (*FakeBlockInterpreter) CreateBlockCalls ¶
func (fake *FakeBlockInterpreter) CreateBlockCalls(stub func(conflow.ID, *conflow.BlockContext) conflow.Block)
func (*FakeBlockInterpreter) CreateBlockReturns ¶
func (fake *FakeBlockInterpreter) CreateBlockReturns(result1 conflow.Block)
func (*FakeBlockInterpreter) CreateBlockReturnsOnCall ¶
func (fake *FakeBlockInterpreter) CreateBlockReturnsOnCall(i int, result1 conflow.Block)
func (*FakeBlockInterpreter) Invocations ¶
func (fake *FakeBlockInterpreter) Invocations() map[string][][]interface{}
func (*FakeBlockInterpreter) Param ¶
func (fake *FakeBlockInterpreter) Param(arg1 conflow.Block, arg2 conflow.ID) interface{}
func (*FakeBlockInterpreter) ParamArgsForCall ¶
func (*FakeBlockInterpreter) ParamCallCount ¶
func (fake *FakeBlockInterpreter) ParamCallCount() int
func (*FakeBlockInterpreter) ParamCalls ¶
func (fake *FakeBlockInterpreter) ParamCalls(stub func(conflow.Block, conflow.ID) interface{})
func (*FakeBlockInterpreter) ParamReturns ¶
func (fake *FakeBlockInterpreter) ParamReturns(result1 interface{})
func (*FakeBlockInterpreter) ParamReturnsOnCall ¶
func (fake *FakeBlockInterpreter) ParamReturnsOnCall(i int, result1 interface{})
func (*FakeBlockInterpreter) ParseContext ¶
func (fake *FakeBlockInterpreter) ParseContext(arg1 *conflow.ParseContext) *conflow.ParseContext
func (*FakeBlockInterpreter) ParseContextArgsForCall ¶
func (fake *FakeBlockInterpreter) ParseContextArgsForCall(i int) *conflow.ParseContext
func (*FakeBlockInterpreter) ParseContextCallCount ¶
func (fake *FakeBlockInterpreter) ParseContextCallCount() int
func (*FakeBlockInterpreter) ParseContextCalls ¶
func (fake *FakeBlockInterpreter) ParseContextCalls(stub func(*conflow.ParseContext) *conflow.ParseContext)
func (*FakeBlockInterpreter) ParseContextReturns ¶
func (fake *FakeBlockInterpreter) ParseContextReturns(result1 *conflow.ParseContext)
func (*FakeBlockInterpreter) ParseContextReturnsOnCall ¶
func (fake *FakeBlockInterpreter) ParseContextReturnsOnCall(i int, result1 *conflow.ParseContext)
func (*FakeBlockInterpreter) Schema ¶
func (fake *FakeBlockInterpreter) Schema() schema.Schema
func (*FakeBlockInterpreter) SchemaCallCount ¶
func (fake *FakeBlockInterpreter) SchemaCallCount() int
func (*FakeBlockInterpreter) SchemaCalls ¶
func (fake *FakeBlockInterpreter) SchemaCalls(stub func() schema.Schema)
func (*FakeBlockInterpreter) SchemaReturns ¶
func (fake *FakeBlockInterpreter) SchemaReturns(result1 schema.Schema)
func (*FakeBlockInterpreter) SchemaReturnsOnCall ¶
func (fake *FakeBlockInterpreter) SchemaReturnsOnCall(i int, result1 schema.Schema)
func (*FakeBlockInterpreter) SetBlockArgsForCall ¶
func (*FakeBlockInterpreter) SetBlockCallCount ¶
func (fake *FakeBlockInterpreter) SetBlockCallCount() int
func (*FakeBlockInterpreter) SetBlockCalls ¶
func (*FakeBlockInterpreter) SetBlockReturns ¶
func (fake *FakeBlockInterpreter) SetBlockReturns(result1 error)
func (*FakeBlockInterpreter) SetBlockReturnsOnCall ¶
func (fake *FakeBlockInterpreter) SetBlockReturnsOnCall(i int, result1 error)
func (*FakeBlockInterpreter) SetParamArgsForCall ¶
func (*FakeBlockInterpreter) SetParamCallCount ¶
func (fake *FakeBlockInterpreter) SetParamCallCount() int
func (*FakeBlockInterpreter) SetParamCalls ¶
func (*FakeBlockInterpreter) SetParamReturns ¶
func (fake *FakeBlockInterpreter) SetParamReturns(result1 error)
func (*FakeBlockInterpreter) SetParamReturnsOnCall ¶
func (fake *FakeBlockInterpreter) SetParamReturnsOnCall(i int, result1 error)
func (*FakeBlockInterpreter) ValueParamName ¶
func (fake *FakeBlockInterpreter) ValueParamName() conflow.ID
func (*FakeBlockInterpreter) ValueParamNameCallCount ¶
func (fake *FakeBlockInterpreter) ValueParamNameCallCount() int
func (*FakeBlockInterpreter) ValueParamNameCalls ¶
func (fake *FakeBlockInterpreter) ValueParamNameCalls(stub func() conflow.ID)
func (*FakeBlockInterpreter) ValueParamNameReturns ¶
func (fake *FakeBlockInterpreter) ValueParamNameReturns(result1 conflow.ID)
func (*FakeBlockInterpreter) ValueParamNameReturnsOnCall ¶
func (fake *FakeBlockInterpreter) ValueParamNameReturnsOnCall(i int, result1 conflow.ID)
type FakeBlockNode ¶
type FakeBlockNode struct { BlockTypeStub func() conflow.ID ChildrenStub func() []conflow.Node CreateContainerStub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer DependenciesStub func() conflow.Dependencies DirectivesStub func() []conflow.BlockNode EvalStageStub func() conflow.EvalStage GeneratesStub func() []conflow.ID GetPropertySchemaStub func(conflow.ID) (schema.Schema, bool) IDStub func() conflow.ID InterpreterStub func() conflow.BlockInterpreter KeyStub func() *string ParameterNameStub func() conflow.ID PosStub func() parsley.Pos ProvidesStub func() []conflow.ID ReaderPosStub func() parsley.Pos SchemaStub func() interface{} SetSchemaStub func(schema.Schema) TokenStub func() string ValueStub func(interface{}) (interface{}, parsley.Error) // contains filtered or unexported fields }
func (*FakeBlockNode) BlockType ¶
func (fake *FakeBlockNode) BlockType() conflow.ID
func (*FakeBlockNode) BlockTypeCallCount ¶
func (fake *FakeBlockNode) BlockTypeCallCount() int
func (*FakeBlockNode) BlockTypeCalls ¶
func (fake *FakeBlockNode) BlockTypeCalls(stub func() conflow.ID)
func (*FakeBlockNode) BlockTypeReturns ¶
func (fake *FakeBlockNode) BlockTypeReturns(result1 conflow.ID)
func (*FakeBlockNode) BlockTypeReturnsOnCall ¶
func (fake *FakeBlockNode) BlockTypeReturnsOnCall(i int, result1 conflow.ID)
func (*FakeBlockNode) Children ¶
func (fake *FakeBlockNode) Children() []conflow.Node
func (*FakeBlockNode) ChildrenCallCount ¶
func (fake *FakeBlockNode) ChildrenCallCount() int
func (*FakeBlockNode) ChildrenCalls ¶
func (fake *FakeBlockNode) ChildrenCalls(stub func() []conflow.Node)
func (*FakeBlockNode) ChildrenReturns ¶
func (fake *FakeBlockNode) ChildrenReturns(result1 []conflow.Node)
func (*FakeBlockNode) ChildrenReturnsOnCall ¶
func (fake *FakeBlockNode) ChildrenReturnsOnCall(i int, result1 []conflow.Node)
func (*FakeBlockNode) CreateContainer ¶
func (fake *FakeBlockNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, arg3 conflow.BlockContainer, arg4 interface{}, arg5 []conflow.WaitGroup, arg6 bool) conflow.JobContainer
func (*FakeBlockNode) CreateContainerArgsForCall ¶
func (fake *FakeBlockNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool)
func (*FakeBlockNode) CreateContainerCallCount ¶
func (fake *FakeBlockNode) CreateContainerCallCount() int
func (*FakeBlockNode) CreateContainerCalls ¶
func (fake *FakeBlockNode) CreateContainerCalls(stub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer)
func (*FakeBlockNode) CreateContainerReturns ¶
func (fake *FakeBlockNode) CreateContainerReturns(result1 conflow.JobContainer)
func (*FakeBlockNode) CreateContainerReturnsOnCall ¶
func (fake *FakeBlockNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
func (*FakeBlockNode) Dependencies ¶
func (fake *FakeBlockNode) Dependencies() conflow.Dependencies
func (*FakeBlockNode) DependenciesCallCount ¶
func (fake *FakeBlockNode) DependenciesCallCount() int
func (*FakeBlockNode) DependenciesCalls ¶
func (fake *FakeBlockNode) DependenciesCalls(stub func() conflow.Dependencies)
func (*FakeBlockNode) DependenciesReturns ¶
func (fake *FakeBlockNode) DependenciesReturns(result1 conflow.Dependencies)
func (*FakeBlockNode) DependenciesReturnsOnCall ¶
func (fake *FakeBlockNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
func (*FakeBlockNode) Directives ¶
func (fake *FakeBlockNode) Directives() []conflow.BlockNode
func (*FakeBlockNode) DirectivesCallCount ¶
func (fake *FakeBlockNode) DirectivesCallCount() int
func (*FakeBlockNode) DirectivesCalls ¶
func (fake *FakeBlockNode) DirectivesCalls(stub func() []conflow.BlockNode)
func (*FakeBlockNode) DirectivesReturns ¶
func (fake *FakeBlockNode) DirectivesReturns(result1 []conflow.BlockNode)
func (*FakeBlockNode) DirectivesReturnsOnCall ¶
func (fake *FakeBlockNode) DirectivesReturnsOnCall(i int, result1 []conflow.BlockNode)
func (*FakeBlockNode) EvalStage ¶
func (fake *FakeBlockNode) EvalStage() conflow.EvalStage
func (*FakeBlockNode) EvalStageCallCount ¶
func (fake *FakeBlockNode) EvalStageCallCount() int
func (*FakeBlockNode) EvalStageCalls ¶
func (fake *FakeBlockNode) EvalStageCalls(stub func() conflow.EvalStage)
func (*FakeBlockNode) EvalStageReturns ¶
func (fake *FakeBlockNode) EvalStageReturns(result1 conflow.EvalStage)
func (*FakeBlockNode) EvalStageReturnsOnCall ¶
func (fake *FakeBlockNode) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
func (*FakeBlockNode) Generates ¶
func (fake *FakeBlockNode) Generates() []conflow.ID
func (*FakeBlockNode) GeneratesCallCount ¶
func (fake *FakeBlockNode) GeneratesCallCount() int
func (*FakeBlockNode) GeneratesCalls ¶
func (fake *FakeBlockNode) GeneratesCalls(stub func() []conflow.ID)
func (*FakeBlockNode) GeneratesReturns ¶
func (fake *FakeBlockNode) GeneratesReturns(result1 []conflow.ID)
func (*FakeBlockNode) GeneratesReturnsOnCall ¶
func (fake *FakeBlockNode) GeneratesReturnsOnCall(i int, result1 []conflow.ID)
func (*FakeBlockNode) GetPropertySchema ¶
func (*FakeBlockNode) GetPropertySchemaArgsForCall ¶
func (fake *FakeBlockNode) GetPropertySchemaArgsForCall(i int) conflow.ID
func (*FakeBlockNode) GetPropertySchemaCallCount ¶
func (fake *FakeBlockNode) GetPropertySchemaCallCount() int
func (*FakeBlockNode) GetPropertySchemaCalls ¶
func (*FakeBlockNode) GetPropertySchemaReturns ¶
func (fake *FakeBlockNode) GetPropertySchemaReturns(result1 schema.Schema, result2 bool)
func (*FakeBlockNode) GetPropertySchemaReturnsOnCall ¶
func (fake *FakeBlockNode) GetPropertySchemaReturnsOnCall(i int, result1 schema.Schema, result2 bool)
func (*FakeBlockNode) ID ¶
func (fake *FakeBlockNode) ID() conflow.ID
func (*FakeBlockNode) IDCallCount ¶
func (fake *FakeBlockNode) IDCallCount() int
func (*FakeBlockNode) IDCalls ¶
func (fake *FakeBlockNode) IDCalls(stub func() conflow.ID)
func (*FakeBlockNode) IDReturns ¶
func (fake *FakeBlockNode) IDReturns(result1 conflow.ID)
func (*FakeBlockNode) IDReturnsOnCall ¶
func (fake *FakeBlockNode) IDReturnsOnCall(i int, result1 conflow.ID)
func (*FakeBlockNode) Interpreter ¶
func (fake *FakeBlockNode) Interpreter() conflow.BlockInterpreter
func (*FakeBlockNode) InterpreterCallCount ¶
func (fake *FakeBlockNode) InterpreterCallCount() int
func (*FakeBlockNode) InterpreterCalls ¶
func (fake *FakeBlockNode) InterpreterCalls(stub func() conflow.BlockInterpreter)
func (*FakeBlockNode) InterpreterReturns ¶
func (fake *FakeBlockNode) InterpreterReturns(result1 conflow.BlockInterpreter)
func (*FakeBlockNode) InterpreterReturnsOnCall ¶
func (fake *FakeBlockNode) InterpreterReturnsOnCall(i int, result1 conflow.BlockInterpreter)
func (*FakeBlockNode) Invocations ¶
func (fake *FakeBlockNode) Invocations() map[string][][]interface{}
func (*FakeBlockNode) Key ¶
func (fake *FakeBlockNode) Key() *string
func (*FakeBlockNode) KeyCallCount ¶
func (fake *FakeBlockNode) KeyCallCount() int
func (*FakeBlockNode) KeyCalls ¶
func (fake *FakeBlockNode) KeyCalls(stub func() *string)
func (*FakeBlockNode) KeyReturns ¶
func (fake *FakeBlockNode) KeyReturns(result1 *string)
func (*FakeBlockNode) KeyReturnsOnCall ¶
func (fake *FakeBlockNode) KeyReturnsOnCall(i int, result1 *string)
func (*FakeBlockNode) ParameterName ¶
func (fake *FakeBlockNode) ParameterName() conflow.ID
func (*FakeBlockNode) ParameterNameCallCount ¶
func (fake *FakeBlockNode) ParameterNameCallCount() int
func (*FakeBlockNode) ParameterNameCalls ¶
func (fake *FakeBlockNode) ParameterNameCalls(stub func() conflow.ID)
func (*FakeBlockNode) ParameterNameReturns ¶
func (fake *FakeBlockNode) ParameterNameReturns(result1 conflow.ID)
func (*FakeBlockNode) ParameterNameReturnsOnCall ¶
func (fake *FakeBlockNode) ParameterNameReturnsOnCall(i int, result1 conflow.ID)
func (*FakeBlockNode) Pos ¶
func (fake *FakeBlockNode) Pos() parsley.Pos
func (*FakeBlockNode) PosCallCount ¶
func (fake *FakeBlockNode) PosCallCount() int
func (*FakeBlockNode) PosCalls ¶
func (fake *FakeBlockNode) PosCalls(stub func() parsley.Pos)
func (*FakeBlockNode) PosReturns ¶
func (fake *FakeBlockNode) PosReturns(result1 parsley.Pos)
func (*FakeBlockNode) PosReturnsOnCall ¶
func (fake *FakeBlockNode) PosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeBlockNode) Provides ¶
func (fake *FakeBlockNode) Provides() []conflow.ID
func (*FakeBlockNode) ProvidesCallCount ¶
func (fake *FakeBlockNode) ProvidesCallCount() int
func (*FakeBlockNode) ProvidesCalls ¶
func (fake *FakeBlockNode) ProvidesCalls(stub func() []conflow.ID)
func (*FakeBlockNode) ProvidesReturns ¶
func (fake *FakeBlockNode) ProvidesReturns(result1 []conflow.ID)
func (*FakeBlockNode) ProvidesReturnsOnCall ¶
func (fake *FakeBlockNode) ProvidesReturnsOnCall(i int, result1 []conflow.ID)
func (*FakeBlockNode) ReaderPos ¶
func (fake *FakeBlockNode) ReaderPos() parsley.Pos
func (*FakeBlockNode) ReaderPosCallCount ¶
func (fake *FakeBlockNode) ReaderPosCallCount() int
func (*FakeBlockNode) ReaderPosCalls ¶
func (fake *FakeBlockNode) ReaderPosCalls(stub func() parsley.Pos)
func (*FakeBlockNode) ReaderPosReturns ¶
func (fake *FakeBlockNode) ReaderPosReturns(result1 parsley.Pos)
func (*FakeBlockNode) ReaderPosReturnsOnCall ¶
func (fake *FakeBlockNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeBlockNode) Schema ¶
func (fake *FakeBlockNode) Schema() interface{}
func (*FakeBlockNode) SchemaCallCount ¶
func (fake *FakeBlockNode) SchemaCallCount() int
func (*FakeBlockNode) SchemaCalls ¶
func (fake *FakeBlockNode) SchemaCalls(stub func() interface{})
func (*FakeBlockNode) SchemaReturns ¶
func (fake *FakeBlockNode) SchemaReturns(result1 interface{})
func (*FakeBlockNode) SchemaReturnsOnCall ¶
func (fake *FakeBlockNode) SchemaReturnsOnCall(i int, result1 interface{})
func (*FakeBlockNode) SetSchema ¶
func (fake *FakeBlockNode) SetSchema(arg1 schema.Schema)
func (*FakeBlockNode) SetSchemaArgsForCall ¶
func (fake *FakeBlockNode) SetSchemaArgsForCall(i int) schema.Schema
func (*FakeBlockNode) SetSchemaCallCount ¶
func (fake *FakeBlockNode) SetSchemaCallCount() int
func (*FakeBlockNode) SetSchemaCalls ¶
func (fake *FakeBlockNode) SetSchemaCalls(stub func(schema.Schema))
func (*FakeBlockNode) Token ¶
func (fake *FakeBlockNode) Token() string
func (*FakeBlockNode) TokenCallCount ¶
func (fake *FakeBlockNode) TokenCallCount() int
func (*FakeBlockNode) TokenCalls ¶
func (fake *FakeBlockNode) TokenCalls(stub func() string)
func (*FakeBlockNode) TokenReturns ¶
func (fake *FakeBlockNode) TokenReturns(result1 string)
func (*FakeBlockNode) TokenReturnsOnCall ¶
func (fake *FakeBlockNode) TokenReturnsOnCall(i int, result1 string)
func (*FakeBlockNode) Value ¶
func (fake *FakeBlockNode) Value(arg1 interface{}) (interface{}, parsley.Error)
func (*FakeBlockNode) ValueArgsForCall ¶
func (fake *FakeBlockNode) ValueArgsForCall(i int) interface{}
func (*FakeBlockNode) ValueCallCount ¶
func (fake *FakeBlockNode) ValueCallCount() int
func (*FakeBlockNode) ValueCalls ¶
func (fake *FakeBlockNode) ValueCalls(stub func(interface{}) (interface{}, parsley.Error))
func (*FakeBlockNode) ValueReturns ¶
func (fake *FakeBlockNode) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeBlockNode) ValueReturnsOnCall ¶
func (fake *FakeBlockNode) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
type FakeBlockNodeRegistry ¶
type FakeBlockNodeRegistry struct { AddBlockNodeStub func(conflow.BlockNode) error BlockNodeStub func(conflow.ID) (conflow.BlockNode, bool) // contains filtered or unexported fields }
func (*FakeBlockNodeRegistry) AddBlockNode ¶
func (fake *FakeBlockNodeRegistry) AddBlockNode(arg1 conflow.BlockNode) error
func (*FakeBlockNodeRegistry) AddBlockNodeArgsForCall ¶
func (fake *FakeBlockNodeRegistry) AddBlockNodeArgsForCall(i int) conflow.BlockNode
func (*FakeBlockNodeRegistry) AddBlockNodeCallCount ¶
func (fake *FakeBlockNodeRegistry) AddBlockNodeCallCount() int
func (*FakeBlockNodeRegistry) AddBlockNodeCalls ¶
func (fake *FakeBlockNodeRegistry) AddBlockNodeCalls(stub func(conflow.BlockNode) error)
func (*FakeBlockNodeRegistry) AddBlockNodeReturns ¶
func (fake *FakeBlockNodeRegistry) AddBlockNodeReturns(result1 error)
func (*FakeBlockNodeRegistry) AddBlockNodeReturnsOnCall ¶
func (fake *FakeBlockNodeRegistry) AddBlockNodeReturnsOnCall(i int, result1 error)
func (*FakeBlockNodeRegistry) BlockNodeArgsForCall ¶
func (fake *FakeBlockNodeRegistry) BlockNodeArgsForCall(i int) conflow.ID
func (*FakeBlockNodeRegistry) BlockNodeCallCount ¶
func (fake *FakeBlockNodeRegistry) BlockNodeCallCount() int
func (*FakeBlockNodeRegistry) BlockNodeCalls ¶
func (*FakeBlockNodeRegistry) BlockNodeReturns ¶
func (fake *FakeBlockNodeRegistry) BlockNodeReturns(result1 conflow.BlockNode, result2 bool)
func (*FakeBlockNodeRegistry) BlockNodeReturnsOnCall ¶
func (fake *FakeBlockNodeRegistry) BlockNodeReturnsOnCall(i int, result1 conflow.BlockNode, result2 bool)
func (*FakeBlockNodeRegistry) Invocations ¶
func (fake *FakeBlockNodeRegistry) Invocations() map[string][][]interface{}
type FakeContainer ¶
type FakeContainer struct { CloseStub func() NodeStub func() conflow.Node ValueStub func() (interface{}, parsley.Error) WaitGroupsStub func() []conflow.WaitGroup // contains filtered or unexported fields }
func (*FakeContainer) Close ¶
func (fake *FakeContainer) Close()
func (*FakeContainer) CloseCallCount ¶
func (fake *FakeContainer) CloseCallCount() int
func (*FakeContainer) CloseCalls ¶
func (fake *FakeContainer) CloseCalls(stub func())
func (*FakeContainer) Invocations ¶
func (fake *FakeContainer) Invocations() map[string][][]interface{}
func (*FakeContainer) Node ¶
func (fake *FakeContainer) Node() conflow.Node
func (*FakeContainer) NodeCallCount ¶
func (fake *FakeContainer) NodeCallCount() int
func (*FakeContainer) NodeCalls ¶
func (fake *FakeContainer) NodeCalls(stub func() conflow.Node)
func (*FakeContainer) NodeReturns ¶
func (fake *FakeContainer) NodeReturns(result1 conflow.Node)
func (*FakeContainer) NodeReturnsOnCall ¶
func (fake *FakeContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
func (*FakeContainer) Value ¶
func (fake *FakeContainer) Value() (interface{}, parsley.Error)
func (*FakeContainer) ValueCallCount ¶
func (fake *FakeContainer) ValueCallCount() int
func (*FakeContainer) ValueCalls ¶
func (fake *FakeContainer) ValueCalls(stub func() (interface{}, parsley.Error))
func (*FakeContainer) ValueReturns ¶
func (fake *FakeContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeContainer) ValueReturnsOnCall ¶
func (fake *FakeContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
func (*FakeContainer) WaitGroups ¶
func (fake *FakeContainer) WaitGroups() []conflow.WaitGroup
func (*FakeContainer) WaitGroupsCallCount ¶
func (fake *FakeContainer) WaitGroupsCallCount() int
func (*FakeContainer) WaitGroupsCalls ¶
func (fake *FakeContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
func (*FakeContainer) WaitGroupsReturns ¶
func (fake *FakeContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
func (*FakeContainer) WaitGroupsReturnsOnCall ¶
func (fake *FakeContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
type FakeFunctionInterpreter ¶
type FakeFunctionInterpreter struct { EvalStub func(interface{}, []interface{}) (interface{}, error) SchemaStub func() schema.Schema // contains filtered or unexported fields }
func (*FakeFunctionInterpreter) Eval ¶
func (fake *FakeFunctionInterpreter) Eval(arg1 interface{}, arg2 []interface{}) (interface{}, error)
func (*FakeFunctionInterpreter) EvalArgsForCall ¶
func (fake *FakeFunctionInterpreter) EvalArgsForCall(i int) (interface{}, []interface{})
func (*FakeFunctionInterpreter) EvalCallCount ¶
func (fake *FakeFunctionInterpreter) EvalCallCount() int
func (*FakeFunctionInterpreter) EvalCalls ¶
func (fake *FakeFunctionInterpreter) EvalCalls(stub func(interface{}, []interface{}) (interface{}, error))
func (*FakeFunctionInterpreter) EvalReturns ¶
func (fake *FakeFunctionInterpreter) EvalReturns(result1 interface{}, result2 error)
func (*FakeFunctionInterpreter) EvalReturnsOnCall ¶
func (fake *FakeFunctionInterpreter) EvalReturnsOnCall(i int, result1 interface{}, result2 error)
func (*FakeFunctionInterpreter) Invocations ¶
func (fake *FakeFunctionInterpreter) Invocations() map[string][][]interface{}
func (*FakeFunctionInterpreter) Schema ¶
func (fake *FakeFunctionInterpreter) Schema() schema.Schema
func (*FakeFunctionInterpreter) SchemaCallCount ¶
func (fake *FakeFunctionInterpreter) SchemaCallCount() int
func (*FakeFunctionInterpreter) SchemaCalls ¶
func (fake *FakeFunctionInterpreter) SchemaCalls(stub func() schema.Schema)
func (*FakeFunctionInterpreter) SchemaReturns ¶
func (fake *FakeFunctionInterpreter) SchemaReturns(result1 schema.Schema)
func (*FakeFunctionInterpreter) SchemaReturnsOnCall ¶
func (fake *FakeFunctionInterpreter) SchemaReturnsOnCall(i int, result1 schema.Schema)
type FakeFunctionNode ¶
type FakeFunctionNode struct { ArgumentNodesStub func() []parsley.Node NameStub func() conflow.ID PosStub func() parsley.Pos ReaderPosStub func() parsley.Pos SchemaStub func() interface{} StaticCheckStub func(interface{}) parsley.Error TokenStub func() string // contains filtered or unexported fields }
func (*FakeFunctionNode) ArgumentNodes ¶
func (fake *FakeFunctionNode) ArgumentNodes() []parsley.Node
func (*FakeFunctionNode) ArgumentNodesCallCount ¶
func (fake *FakeFunctionNode) ArgumentNodesCallCount() int
func (*FakeFunctionNode) ArgumentNodesCalls ¶
func (fake *FakeFunctionNode) ArgumentNodesCalls(stub func() []parsley.Node)
func (*FakeFunctionNode) ArgumentNodesReturns ¶
func (fake *FakeFunctionNode) ArgumentNodesReturns(result1 []parsley.Node)
func (*FakeFunctionNode) ArgumentNodesReturnsOnCall ¶
func (fake *FakeFunctionNode) ArgumentNodesReturnsOnCall(i int, result1 []parsley.Node)
func (*FakeFunctionNode) Invocations ¶
func (fake *FakeFunctionNode) Invocations() map[string][][]interface{}
func (*FakeFunctionNode) Name ¶
func (fake *FakeFunctionNode) Name() conflow.ID
func (*FakeFunctionNode) NameCallCount ¶
func (fake *FakeFunctionNode) NameCallCount() int
func (*FakeFunctionNode) NameCalls ¶
func (fake *FakeFunctionNode) NameCalls(stub func() conflow.ID)
func (*FakeFunctionNode) NameReturns ¶
func (fake *FakeFunctionNode) NameReturns(result1 conflow.ID)
func (*FakeFunctionNode) NameReturnsOnCall ¶
func (fake *FakeFunctionNode) NameReturnsOnCall(i int, result1 conflow.ID)
func (*FakeFunctionNode) Pos ¶
func (fake *FakeFunctionNode) Pos() parsley.Pos
func (*FakeFunctionNode) PosCallCount ¶
func (fake *FakeFunctionNode) PosCallCount() int
func (*FakeFunctionNode) PosCalls ¶
func (fake *FakeFunctionNode) PosCalls(stub func() parsley.Pos)
func (*FakeFunctionNode) PosReturns ¶
func (fake *FakeFunctionNode) PosReturns(result1 parsley.Pos)
func (*FakeFunctionNode) PosReturnsOnCall ¶
func (fake *FakeFunctionNode) PosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeFunctionNode) ReaderPos ¶
func (fake *FakeFunctionNode) ReaderPos() parsley.Pos
func (*FakeFunctionNode) ReaderPosCallCount ¶
func (fake *FakeFunctionNode) ReaderPosCallCount() int
func (*FakeFunctionNode) ReaderPosCalls ¶
func (fake *FakeFunctionNode) ReaderPosCalls(stub func() parsley.Pos)
func (*FakeFunctionNode) ReaderPosReturns ¶
func (fake *FakeFunctionNode) ReaderPosReturns(result1 parsley.Pos)
func (*FakeFunctionNode) ReaderPosReturnsOnCall ¶
func (fake *FakeFunctionNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeFunctionNode) Schema ¶
func (fake *FakeFunctionNode) Schema() interface{}
func (*FakeFunctionNode) SchemaCallCount ¶
func (fake *FakeFunctionNode) SchemaCallCount() int
func (*FakeFunctionNode) SchemaCalls ¶
func (fake *FakeFunctionNode) SchemaCalls(stub func() interface{})
func (*FakeFunctionNode) SchemaReturns ¶
func (fake *FakeFunctionNode) SchemaReturns(result1 interface{})
func (*FakeFunctionNode) SchemaReturnsOnCall ¶
func (fake *FakeFunctionNode) SchemaReturnsOnCall(i int, result1 interface{})
func (*FakeFunctionNode) StaticCheck ¶
func (fake *FakeFunctionNode) StaticCheck(arg1 interface{}) parsley.Error
func (*FakeFunctionNode) StaticCheckArgsForCall ¶
func (fake *FakeFunctionNode) StaticCheckArgsForCall(i int) interface{}
func (*FakeFunctionNode) StaticCheckCallCount ¶
func (fake *FakeFunctionNode) StaticCheckCallCount() int
func (*FakeFunctionNode) StaticCheckCalls ¶
func (fake *FakeFunctionNode) StaticCheckCalls(stub func(interface{}) parsley.Error)
func (*FakeFunctionNode) StaticCheckReturns ¶
func (fake *FakeFunctionNode) StaticCheckReturns(result1 parsley.Error)
func (*FakeFunctionNode) StaticCheckReturnsOnCall ¶
func (fake *FakeFunctionNode) StaticCheckReturnsOnCall(i int, result1 parsley.Error)
func (*FakeFunctionNode) Token ¶
func (fake *FakeFunctionNode) Token() string
func (*FakeFunctionNode) TokenCallCount ¶
func (fake *FakeFunctionNode) TokenCallCount() int
func (*FakeFunctionNode) TokenCalls ¶
func (fake *FakeFunctionNode) TokenCalls(stub func() string)
func (*FakeFunctionNode) TokenReturns ¶
func (fake *FakeFunctionNode) TokenReturns(result1 string)
func (*FakeFunctionNode) TokenReturnsOnCall ¶
func (fake *FakeFunctionNode) TokenReturnsOnCall(i int, result1 string)
type FakeIdentifiable ¶
func (*FakeIdentifiable) ID ¶
func (fake *FakeIdentifiable) ID() conflow.ID
func (*FakeIdentifiable) IDCallCount ¶
func (fake *FakeIdentifiable) IDCallCount() int
func (*FakeIdentifiable) IDCalls ¶
func (fake *FakeIdentifiable) IDCalls(stub func() conflow.ID)
func (*FakeIdentifiable) IDReturns ¶
func (fake *FakeIdentifiable) IDReturns(result1 conflow.ID)
func (*FakeIdentifiable) IDReturnsOnCall ¶
func (fake *FakeIdentifiable) IDReturnsOnCall(i int, result1 conflow.ID)
func (*FakeIdentifiable) Invocations ¶
func (fake *FakeIdentifiable) Invocations() map[string][][]interface{}
type FakeJob ¶
type FakeJob struct { JobIDStub func() int JobNameStub func() conflow.ID LightweightStub func() bool RunStub func() SetJobIDStub func(int) // contains filtered or unexported fields }
func (*FakeJob) Invocations ¶
func (*FakeJob) JobIDCallCount ¶
func (*FakeJob) JobIDCalls ¶
func (*FakeJob) JobIDReturns ¶
func (*FakeJob) JobIDReturnsOnCall ¶
func (*FakeJob) JobNameCallCount ¶
func (*FakeJob) JobNameCalls ¶
func (*FakeJob) JobNameReturns ¶
func (*FakeJob) JobNameReturnsOnCall ¶
func (*FakeJob) Lightweight ¶
func (*FakeJob) LightweightCallCount ¶
func (*FakeJob) LightweightCalls ¶
func (*FakeJob) LightweightReturns ¶
func (*FakeJob) LightweightReturnsOnCall ¶
func (*FakeJob) RunCallCount ¶
func (*FakeJob) SetJobIDArgsForCall ¶
func (*FakeJob) SetJobIDCallCount ¶
func (*FakeJob) SetJobIDCalls ¶
type FakeJobContainer ¶
type FakeJobContainer struct { CancelStub func() bool CloseStub func() EvalStageStub func() conflow.EvalStage JobIDStub func() int JobNameStub func() conflow.ID LightweightStub func() bool NodeStub func() conflow.Node PendingStub func() bool RunStub func() SetJobIDStub func(int) ValueStub func() (interface{}, parsley.Error) WaitGroupsStub func() []conflow.WaitGroup // contains filtered or unexported fields }
func (*FakeJobContainer) Cancel ¶
func (fake *FakeJobContainer) Cancel() bool
func (*FakeJobContainer) CancelCallCount ¶
func (fake *FakeJobContainer) CancelCallCount() int
func (*FakeJobContainer) CancelCalls ¶
func (fake *FakeJobContainer) CancelCalls(stub func() bool)
func (*FakeJobContainer) CancelReturns ¶
func (fake *FakeJobContainer) CancelReturns(result1 bool)
func (*FakeJobContainer) CancelReturnsOnCall ¶
func (fake *FakeJobContainer) CancelReturnsOnCall(i int, result1 bool)
func (*FakeJobContainer) Close ¶
func (fake *FakeJobContainer) Close()
func (*FakeJobContainer) CloseCallCount ¶
func (fake *FakeJobContainer) CloseCallCount() int
func (*FakeJobContainer) CloseCalls ¶
func (fake *FakeJobContainer) CloseCalls(stub func())
func (*FakeJobContainer) EvalStage ¶
func (fake *FakeJobContainer) EvalStage() conflow.EvalStage
func (*FakeJobContainer) EvalStageCallCount ¶
func (fake *FakeJobContainer) EvalStageCallCount() int
func (*FakeJobContainer) EvalStageCalls ¶
func (fake *FakeJobContainer) EvalStageCalls(stub func() conflow.EvalStage)
func (*FakeJobContainer) EvalStageReturns ¶
func (fake *FakeJobContainer) EvalStageReturns(result1 conflow.EvalStage)
func (*FakeJobContainer) EvalStageReturnsOnCall ¶
func (fake *FakeJobContainer) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
func (*FakeJobContainer) Invocations ¶
func (fake *FakeJobContainer) Invocations() map[string][][]interface{}
func (*FakeJobContainer) JobID ¶
func (fake *FakeJobContainer) JobID() int
func (*FakeJobContainer) JobIDCallCount ¶
func (fake *FakeJobContainer) JobIDCallCount() int
func (*FakeJobContainer) JobIDCalls ¶
func (fake *FakeJobContainer) JobIDCalls(stub func() int)
func (*FakeJobContainer) JobIDReturns ¶
func (fake *FakeJobContainer) JobIDReturns(result1 int)
func (*FakeJobContainer) JobIDReturnsOnCall ¶
func (fake *FakeJobContainer) JobIDReturnsOnCall(i int, result1 int)
func (*FakeJobContainer) JobName ¶
func (fake *FakeJobContainer) JobName() conflow.ID
func (*FakeJobContainer) JobNameCallCount ¶
func (fake *FakeJobContainer) JobNameCallCount() int
func (*FakeJobContainer) JobNameCalls ¶
func (fake *FakeJobContainer) JobNameCalls(stub func() conflow.ID)
func (*FakeJobContainer) JobNameReturns ¶
func (fake *FakeJobContainer) JobNameReturns(result1 conflow.ID)
func (*FakeJobContainer) JobNameReturnsOnCall ¶
func (fake *FakeJobContainer) JobNameReturnsOnCall(i int, result1 conflow.ID)
func (*FakeJobContainer) Lightweight ¶
func (fake *FakeJobContainer) Lightweight() bool
func (*FakeJobContainer) LightweightCallCount ¶
func (fake *FakeJobContainer) LightweightCallCount() int
func (*FakeJobContainer) LightweightCalls ¶
func (fake *FakeJobContainer) LightweightCalls(stub func() bool)
func (*FakeJobContainer) LightweightReturns ¶
func (fake *FakeJobContainer) LightweightReturns(result1 bool)
func (*FakeJobContainer) LightweightReturnsOnCall ¶
func (fake *FakeJobContainer) LightweightReturnsOnCall(i int, result1 bool)
func (*FakeJobContainer) Node ¶
func (fake *FakeJobContainer) Node() conflow.Node
func (*FakeJobContainer) NodeCallCount ¶
func (fake *FakeJobContainer) NodeCallCount() int
func (*FakeJobContainer) NodeCalls ¶
func (fake *FakeJobContainer) NodeCalls(stub func() conflow.Node)
func (*FakeJobContainer) NodeReturns ¶
func (fake *FakeJobContainer) NodeReturns(result1 conflow.Node)
func (*FakeJobContainer) NodeReturnsOnCall ¶
func (fake *FakeJobContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
func (*FakeJobContainer) Pending ¶
func (fake *FakeJobContainer) Pending() bool
func (*FakeJobContainer) PendingCallCount ¶
func (fake *FakeJobContainer) PendingCallCount() int
func (*FakeJobContainer) PendingCalls ¶
func (fake *FakeJobContainer) PendingCalls(stub func() bool)
func (*FakeJobContainer) PendingReturns ¶
func (fake *FakeJobContainer) PendingReturns(result1 bool)
func (*FakeJobContainer) PendingReturnsOnCall ¶
func (fake *FakeJobContainer) PendingReturnsOnCall(i int, result1 bool)
func (*FakeJobContainer) Run ¶
func (fake *FakeJobContainer) Run()
func (*FakeJobContainer) RunCallCount ¶
func (fake *FakeJobContainer) RunCallCount() int
func (*FakeJobContainer) RunCalls ¶
func (fake *FakeJobContainer) RunCalls(stub func())
func (*FakeJobContainer) SetJobID ¶
func (fake *FakeJobContainer) SetJobID(arg1 int)
func (*FakeJobContainer) SetJobIDArgsForCall ¶
func (fake *FakeJobContainer) SetJobIDArgsForCall(i int) int
func (*FakeJobContainer) SetJobIDCallCount ¶
func (fake *FakeJobContainer) SetJobIDCallCount() int
func (*FakeJobContainer) SetJobIDCalls ¶
func (fake *FakeJobContainer) SetJobIDCalls(stub func(int))
func (*FakeJobContainer) Value ¶
func (fake *FakeJobContainer) Value() (interface{}, parsley.Error)
func (*FakeJobContainer) ValueCallCount ¶
func (fake *FakeJobContainer) ValueCallCount() int
func (*FakeJobContainer) ValueCalls ¶
func (fake *FakeJobContainer) ValueCalls(stub func() (interface{}, parsley.Error))
func (*FakeJobContainer) ValueReturns ¶
func (fake *FakeJobContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeJobContainer) ValueReturnsOnCall ¶
func (fake *FakeJobContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
func (*FakeJobContainer) WaitGroups ¶
func (fake *FakeJobContainer) WaitGroups() []conflow.WaitGroup
func (*FakeJobContainer) WaitGroupsCallCount ¶
func (fake *FakeJobContainer) WaitGroupsCallCount() int
func (*FakeJobContainer) WaitGroupsCalls ¶
func (fake *FakeJobContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
func (*FakeJobContainer) WaitGroupsReturns ¶
func (fake *FakeJobContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
func (*FakeJobContainer) WaitGroupsReturnsOnCall ¶
func (fake *FakeJobContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
type FakeJobScheduler ¶
type FakeJobScheduler struct { ScheduleJobStub func(conflow.Job) error // contains filtered or unexported fields }
func (*FakeJobScheduler) Invocations ¶
func (fake *FakeJobScheduler) Invocations() map[string][][]interface{}
func (*FakeJobScheduler) ScheduleJob ¶
func (fake *FakeJobScheduler) ScheduleJob(arg1 conflow.Job) error
func (*FakeJobScheduler) ScheduleJobArgsForCall ¶
func (fake *FakeJobScheduler) ScheduleJobArgsForCall(i int) conflow.Job
func (*FakeJobScheduler) ScheduleJobCallCount ¶
func (fake *FakeJobScheduler) ScheduleJobCallCount() int
func (*FakeJobScheduler) ScheduleJobCalls ¶
func (fake *FakeJobScheduler) ScheduleJobCalls(stub func(conflow.Job) error)
func (*FakeJobScheduler) ScheduleJobReturns ¶
func (fake *FakeJobScheduler) ScheduleJobReturns(result1 error)
func (*FakeJobScheduler) ScheduleJobReturnsOnCall ¶
func (fake *FakeJobScheduler) ScheduleJobReturnsOnCall(i int, result1 error)
type FakeNode ¶
type FakeNode struct { CreateContainerStub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer DependenciesStub func() conflow.Dependencies DirectivesStub func() []conflow.BlockNode EvalStageStub func() conflow.EvalStage GeneratesStub func() []conflow.ID IDStub func() conflow.ID PosStub func() parsley.Pos ProvidesStub func() []conflow.ID ReaderPosStub func() parsley.Pos SchemaStub func() interface{} TokenStub func() string ValueStub func(interface{}) (interface{}, parsley.Error) // contains filtered or unexported fields }
func (*FakeNode) CreateContainer ¶
func (fake *FakeNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, arg3 conflow.BlockContainer, arg4 interface{}, arg5 []conflow.WaitGroup, arg6 bool) conflow.JobContainer
func (*FakeNode) CreateContainerArgsForCall ¶
func (fake *FakeNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool)
func (*FakeNode) CreateContainerCallCount ¶
func (*FakeNode) CreateContainerCalls ¶
func (fake *FakeNode) CreateContainerCalls(stub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer)
func (*FakeNode) CreateContainerReturns ¶
func (fake *FakeNode) CreateContainerReturns(result1 conflow.JobContainer)
func (*FakeNode) CreateContainerReturnsOnCall ¶
func (fake *FakeNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
func (*FakeNode) Dependencies ¶
func (fake *FakeNode) Dependencies() conflow.Dependencies
func (*FakeNode) DependenciesCallCount ¶
func (*FakeNode) DependenciesCalls ¶
func (fake *FakeNode) DependenciesCalls(stub func() conflow.Dependencies)
func (*FakeNode) DependenciesReturns ¶
func (fake *FakeNode) DependenciesReturns(result1 conflow.Dependencies)
func (*FakeNode) DependenciesReturnsOnCall ¶
func (fake *FakeNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
func (*FakeNode) Directives ¶
func (*FakeNode) DirectivesCallCount ¶
func (*FakeNode) DirectivesCalls ¶
func (*FakeNode) DirectivesReturns ¶
func (*FakeNode) DirectivesReturnsOnCall ¶
func (*FakeNode) EvalStageCallCount ¶
func (*FakeNode) EvalStageCalls ¶
func (*FakeNode) EvalStageReturns ¶
func (*FakeNode) EvalStageReturnsOnCall ¶
func (*FakeNode) GeneratesCallCount ¶
func (*FakeNode) GeneratesCalls ¶
func (*FakeNode) GeneratesReturns ¶
func (*FakeNode) GeneratesReturnsOnCall ¶
func (*FakeNode) IDCallCount ¶
func (*FakeNode) Invocations ¶
func (*FakeNode) PosCallCount ¶
func (*FakeNode) PosReturns ¶
func (*FakeNode) PosReturnsOnCall ¶
func (*FakeNode) ProvidesCallCount ¶
func (*FakeNode) ProvidesCalls ¶
func (*FakeNode) ProvidesReturns ¶
func (*FakeNode) ProvidesReturnsOnCall ¶
func (*FakeNode) ReaderPosCallCount ¶
func (*FakeNode) ReaderPosCalls ¶
func (*FakeNode) ReaderPosReturns ¶
func (*FakeNode) ReaderPosReturnsOnCall ¶
func (*FakeNode) SchemaCallCount ¶
func (*FakeNode) SchemaCalls ¶
func (fake *FakeNode) SchemaCalls(stub func() interface{})
func (*FakeNode) SchemaReturns ¶
func (fake *FakeNode) SchemaReturns(result1 interface{})
func (*FakeNode) SchemaReturnsOnCall ¶
func (*FakeNode) TokenCallCount ¶
func (*FakeNode) TokenCalls ¶
func (*FakeNode) TokenReturns ¶
func (*FakeNode) TokenReturnsOnCall ¶
func (*FakeNode) ValueArgsForCall ¶
func (*FakeNode) ValueCallCount ¶
func (*FakeNode) ValueCalls ¶
func (*FakeNode) ValueReturns ¶
type FakeParameterContainer ¶
type FakeParameterContainer struct { BlockContainerStub func() conflow.BlockContainer CloseStub func() NodeStub func() conflow.Node ValueStub func() (interface{}, parsley.Error) WaitGroupsStub func() []conflow.WaitGroup // contains filtered or unexported fields }
func (*FakeParameterContainer) BlockContainer ¶
func (fake *FakeParameterContainer) BlockContainer() conflow.BlockContainer
func (*FakeParameterContainer) BlockContainerCallCount ¶
func (fake *FakeParameterContainer) BlockContainerCallCount() int
func (*FakeParameterContainer) BlockContainerCalls ¶
func (fake *FakeParameterContainer) BlockContainerCalls(stub func() conflow.BlockContainer)
func (*FakeParameterContainer) BlockContainerReturns ¶
func (fake *FakeParameterContainer) BlockContainerReturns(result1 conflow.BlockContainer)
func (*FakeParameterContainer) BlockContainerReturnsOnCall ¶
func (fake *FakeParameterContainer) BlockContainerReturnsOnCall(i int, result1 conflow.BlockContainer)
func (*FakeParameterContainer) Close ¶
func (fake *FakeParameterContainer) Close()
func (*FakeParameterContainer) CloseCallCount ¶
func (fake *FakeParameterContainer) CloseCallCount() int
func (*FakeParameterContainer) CloseCalls ¶
func (fake *FakeParameterContainer) CloseCalls(stub func())
func (*FakeParameterContainer) Invocations ¶
func (fake *FakeParameterContainer) Invocations() map[string][][]interface{}
func (*FakeParameterContainer) Node ¶
func (fake *FakeParameterContainer) Node() conflow.Node
func (*FakeParameterContainer) NodeCallCount ¶
func (fake *FakeParameterContainer) NodeCallCount() int
func (*FakeParameterContainer) NodeCalls ¶
func (fake *FakeParameterContainer) NodeCalls(stub func() conflow.Node)
func (*FakeParameterContainer) NodeReturns ¶
func (fake *FakeParameterContainer) NodeReturns(result1 conflow.Node)
func (*FakeParameterContainer) NodeReturnsOnCall ¶
func (fake *FakeParameterContainer) NodeReturnsOnCall(i int, result1 conflow.Node)
func (*FakeParameterContainer) Value ¶
func (fake *FakeParameterContainer) Value() (interface{}, parsley.Error)
func (*FakeParameterContainer) ValueCallCount ¶
func (fake *FakeParameterContainer) ValueCallCount() int
func (*FakeParameterContainer) ValueCalls ¶
func (fake *FakeParameterContainer) ValueCalls(stub func() (interface{}, parsley.Error))
func (*FakeParameterContainer) ValueReturns ¶
func (fake *FakeParameterContainer) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeParameterContainer) ValueReturnsOnCall ¶
func (fake *FakeParameterContainer) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
func (*FakeParameterContainer) WaitGroups ¶
func (fake *FakeParameterContainer) WaitGroups() []conflow.WaitGroup
func (*FakeParameterContainer) WaitGroupsCallCount ¶
func (fake *FakeParameterContainer) WaitGroupsCallCount() int
func (*FakeParameterContainer) WaitGroupsCalls ¶
func (fake *FakeParameterContainer) WaitGroupsCalls(stub func() []conflow.WaitGroup)
func (*FakeParameterContainer) WaitGroupsReturns ¶
func (fake *FakeParameterContainer) WaitGroupsReturns(result1 []conflow.WaitGroup)
func (*FakeParameterContainer) WaitGroupsReturnsOnCall ¶
func (fake *FakeParameterContainer) WaitGroupsReturnsOnCall(i int, result1 []conflow.WaitGroup)
type FakeParameterDirective ¶
type FakeParameterDirective struct { ApplyToParameterConfigStub func(*conflow.ParameterConfig) // contains filtered or unexported fields }
func (*FakeParameterDirective) ApplyToParameterConfig ¶
func (fake *FakeParameterDirective) ApplyToParameterConfig(arg1 *conflow.ParameterConfig)
func (*FakeParameterDirective) ApplyToParameterConfigArgsForCall ¶
func (fake *FakeParameterDirective) ApplyToParameterConfigArgsForCall(i int) *conflow.ParameterConfig
func (*FakeParameterDirective) ApplyToParameterConfigCallCount ¶
func (fake *FakeParameterDirective) ApplyToParameterConfigCallCount() int
func (*FakeParameterDirective) ApplyToParameterConfigCalls ¶
func (fake *FakeParameterDirective) ApplyToParameterConfigCalls(stub func(*conflow.ParameterConfig))
func (*FakeParameterDirective) Invocations ¶
func (fake *FakeParameterDirective) Invocations() map[string][][]interface{}
type FakeParameterNode ¶
type FakeParameterNode struct { CreateContainerStub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer DependenciesStub func() conflow.Dependencies DirectivesStub func() []conflow.BlockNode EvalStageStub func() conflow.EvalStage GeneratesStub func() []conflow.ID IDStub func() conflow.ID IsDeclarationStub func() bool NameStub func() conflow.ID PosStub func() parsley.Pos ProvidesStub func() []conflow.ID ReaderPosStub func() parsley.Pos SchemaStub func() interface{} SetSchemaStub func(schema.Schema) StaticCheckStub func(interface{}) parsley.Error TokenStub func() string ValueStub func(interface{}) (interface{}, parsley.Error) ValueNodeStub func() parsley.Node // contains filtered or unexported fields }
func (*FakeParameterNode) CreateContainer ¶
func (fake *FakeParameterNode) CreateContainer(arg1 *conflow.EvalContext, arg2 conflow.RuntimeConfig, arg3 conflow.BlockContainer, arg4 interface{}, arg5 []conflow.WaitGroup, arg6 bool) conflow.JobContainer
func (*FakeParameterNode) CreateContainerArgsForCall ¶
func (fake *FakeParameterNode) CreateContainerArgsForCall(i int) (*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool)
func (*FakeParameterNode) CreateContainerCallCount ¶
func (fake *FakeParameterNode) CreateContainerCallCount() int
func (*FakeParameterNode) CreateContainerCalls ¶
func (fake *FakeParameterNode) CreateContainerCalls(stub func(*conflow.EvalContext, conflow.RuntimeConfig, conflow.BlockContainer, interface{}, []conflow.WaitGroup, bool) conflow.JobContainer)
func (*FakeParameterNode) CreateContainerReturns ¶
func (fake *FakeParameterNode) CreateContainerReturns(result1 conflow.JobContainer)
func (*FakeParameterNode) CreateContainerReturnsOnCall ¶
func (fake *FakeParameterNode) CreateContainerReturnsOnCall(i int, result1 conflow.JobContainer)
func (*FakeParameterNode) Dependencies ¶
func (fake *FakeParameterNode) Dependencies() conflow.Dependencies
func (*FakeParameterNode) DependenciesCallCount ¶
func (fake *FakeParameterNode) DependenciesCallCount() int
func (*FakeParameterNode) DependenciesCalls ¶
func (fake *FakeParameterNode) DependenciesCalls(stub func() conflow.Dependencies)
func (*FakeParameterNode) DependenciesReturns ¶
func (fake *FakeParameterNode) DependenciesReturns(result1 conflow.Dependencies)
func (*FakeParameterNode) DependenciesReturnsOnCall ¶
func (fake *FakeParameterNode) DependenciesReturnsOnCall(i int, result1 conflow.Dependencies)
func (*FakeParameterNode) Directives ¶
func (fake *FakeParameterNode) Directives() []conflow.BlockNode
func (*FakeParameterNode) DirectivesCallCount ¶
func (fake *FakeParameterNode) DirectivesCallCount() int
func (*FakeParameterNode) DirectivesCalls ¶
func (fake *FakeParameterNode) DirectivesCalls(stub func() []conflow.BlockNode)
func (*FakeParameterNode) DirectivesReturns ¶
func (fake *FakeParameterNode) DirectivesReturns(result1 []conflow.BlockNode)
func (*FakeParameterNode) DirectivesReturnsOnCall ¶
func (fake *FakeParameterNode) DirectivesReturnsOnCall(i int, result1 []conflow.BlockNode)
func (*FakeParameterNode) EvalStage ¶
func (fake *FakeParameterNode) EvalStage() conflow.EvalStage
func (*FakeParameterNode) EvalStageCallCount ¶
func (fake *FakeParameterNode) EvalStageCallCount() int
func (*FakeParameterNode) EvalStageCalls ¶
func (fake *FakeParameterNode) EvalStageCalls(stub func() conflow.EvalStage)
func (*FakeParameterNode) EvalStageReturns ¶
func (fake *FakeParameterNode) EvalStageReturns(result1 conflow.EvalStage)
func (*FakeParameterNode) EvalStageReturnsOnCall ¶
func (fake *FakeParameterNode) EvalStageReturnsOnCall(i int, result1 conflow.EvalStage)
func (*FakeParameterNode) Generates ¶
func (fake *FakeParameterNode) Generates() []conflow.ID
func (*FakeParameterNode) GeneratesCallCount ¶
func (fake *FakeParameterNode) GeneratesCallCount() int
func (*FakeParameterNode) GeneratesCalls ¶
func (fake *FakeParameterNode) GeneratesCalls(stub func() []conflow.ID)
func (*FakeParameterNode) GeneratesReturns ¶
func (fake *FakeParameterNode) GeneratesReturns(result1 []conflow.ID)
func (*FakeParameterNode) GeneratesReturnsOnCall ¶
func (fake *FakeParameterNode) GeneratesReturnsOnCall(i int, result1 []conflow.ID)
func (*FakeParameterNode) ID ¶
func (fake *FakeParameterNode) ID() conflow.ID
func (*FakeParameterNode) IDCallCount ¶
func (fake *FakeParameterNode) IDCallCount() int
func (*FakeParameterNode) IDCalls ¶
func (fake *FakeParameterNode) IDCalls(stub func() conflow.ID)
func (*FakeParameterNode) IDReturns ¶
func (fake *FakeParameterNode) IDReturns(result1 conflow.ID)
func (*FakeParameterNode) IDReturnsOnCall ¶
func (fake *FakeParameterNode) IDReturnsOnCall(i int, result1 conflow.ID)
func (*FakeParameterNode) Invocations ¶
func (fake *FakeParameterNode) Invocations() map[string][][]interface{}
func (*FakeParameterNode) IsDeclaration ¶
func (fake *FakeParameterNode) IsDeclaration() bool
func (*FakeParameterNode) IsDeclarationCallCount ¶
func (fake *FakeParameterNode) IsDeclarationCallCount() int
func (*FakeParameterNode) IsDeclarationCalls ¶
func (fake *FakeParameterNode) IsDeclarationCalls(stub func() bool)
func (*FakeParameterNode) IsDeclarationReturns ¶
func (fake *FakeParameterNode) IsDeclarationReturns(result1 bool)
func (*FakeParameterNode) IsDeclarationReturnsOnCall ¶
func (fake *FakeParameterNode) IsDeclarationReturnsOnCall(i int, result1 bool)
func (*FakeParameterNode) Name ¶
func (fake *FakeParameterNode) Name() conflow.ID
func (*FakeParameterNode) NameCallCount ¶
func (fake *FakeParameterNode) NameCallCount() int
func (*FakeParameterNode) NameCalls ¶
func (fake *FakeParameterNode) NameCalls(stub func() conflow.ID)
func (*FakeParameterNode) NameReturns ¶
func (fake *FakeParameterNode) NameReturns(result1 conflow.ID)
func (*FakeParameterNode) NameReturnsOnCall ¶
func (fake *FakeParameterNode) NameReturnsOnCall(i int, result1 conflow.ID)
func (*FakeParameterNode) Pos ¶
func (fake *FakeParameterNode) Pos() parsley.Pos
func (*FakeParameterNode) PosCallCount ¶
func (fake *FakeParameterNode) PosCallCount() int
func (*FakeParameterNode) PosCalls ¶
func (fake *FakeParameterNode) PosCalls(stub func() parsley.Pos)
func (*FakeParameterNode) PosReturns ¶
func (fake *FakeParameterNode) PosReturns(result1 parsley.Pos)
func (*FakeParameterNode) PosReturnsOnCall ¶
func (fake *FakeParameterNode) PosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeParameterNode) Provides ¶
func (fake *FakeParameterNode) Provides() []conflow.ID
func (*FakeParameterNode) ProvidesCallCount ¶
func (fake *FakeParameterNode) ProvidesCallCount() int
func (*FakeParameterNode) ProvidesCalls ¶
func (fake *FakeParameterNode) ProvidesCalls(stub func() []conflow.ID)
func (*FakeParameterNode) ProvidesReturns ¶
func (fake *FakeParameterNode) ProvidesReturns(result1 []conflow.ID)
func (*FakeParameterNode) ProvidesReturnsOnCall ¶
func (fake *FakeParameterNode) ProvidesReturnsOnCall(i int, result1 []conflow.ID)
func (*FakeParameterNode) ReaderPos ¶
func (fake *FakeParameterNode) ReaderPos() parsley.Pos
func (*FakeParameterNode) ReaderPosCallCount ¶
func (fake *FakeParameterNode) ReaderPosCallCount() int
func (*FakeParameterNode) ReaderPosCalls ¶
func (fake *FakeParameterNode) ReaderPosCalls(stub func() parsley.Pos)
func (*FakeParameterNode) ReaderPosReturns ¶
func (fake *FakeParameterNode) ReaderPosReturns(result1 parsley.Pos)
func (*FakeParameterNode) ReaderPosReturnsOnCall ¶
func (fake *FakeParameterNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeParameterNode) Schema ¶
func (fake *FakeParameterNode) Schema() interface{}
func (*FakeParameterNode) SchemaCallCount ¶
func (fake *FakeParameterNode) SchemaCallCount() int
func (*FakeParameterNode) SchemaCalls ¶
func (fake *FakeParameterNode) SchemaCalls(stub func() interface{})
func (*FakeParameterNode) SchemaReturns ¶
func (fake *FakeParameterNode) SchemaReturns(result1 interface{})
func (*FakeParameterNode) SchemaReturnsOnCall ¶
func (fake *FakeParameterNode) SchemaReturnsOnCall(i int, result1 interface{})
func (*FakeParameterNode) SetSchema ¶
func (fake *FakeParameterNode) SetSchema(arg1 schema.Schema)
func (*FakeParameterNode) SetSchemaArgsForCall ¶
func (fake *FakeParameterNode) SetSchemaArgsForCall(i int) schema.Schema
func (*FakeParameterNode) SetSchemaCallCount ¶
func (fake *FakeParameterNode) SetSchemaCallCount() int
func (*FakeParameterNode) SetSchemaCalls ¶
func (fake *FakeParameterNode) SetSchemaCalls(stub func(schema.Schema))
func (*FakeParameterNode) StaticCheck ¶
func (fake *FakeParameterNode) StaticCheck(arg1 interface{}) parsley.Error
func (*FakeParameterNode) StaticCheckArgsForCall ¶
func (fake *FakeParameterNode) StaticCheckArgsForCall(i int) interface{}
func (*FakeParameterNode) StaticCheckCallCount ¶
func (fake *FakeParameterNode) StaticCheckCallCount() int
func (*FakeParameterNode) StaticCheckCalls ¶
func (fake *FakeParameterNode) StaticCheckCalls(stub func(interface{}) parsley.Error)
func (*FakeParameterNode) StaticCheckReturns ¶
func (fake *FakeParameterNode) StaticCheckReturns(result1 parsley.Error)
func (*FakeParameterNode) StaticCheckReturnsOnCall ¶
func (fake *FakeParameterNode) StaticCheckReturnsOnCall(i int, result1 parsley.Error)
func (*FakeParameterNode) Token ¶
func (fake *FakeParameterNode) Token() string
func (*FakeParameterNode) TokenCallCount ¶
func (fake *FakeParameterNode) TokenCallCount() int
func (*FakeParameterNode) TokenCalls ¶
func (fake *FakeParameterNode) TokenCalls(stub func() string)
func (*FakeParameterNode) TokenReturns ¶
func (fake *FakeParameterNode) TokenReturns(result1 string)
func (*FakeParameterNode) TokenReturnsOnCall ¶
func (fake *FakeParameterNode) TokenReturnsOnCall(i int, result1 string)
func (*FakeParameterNode) Value ¶
func (fake *FakeParameterNode) Value(arg1 interface{}) (interface{}, parsley.Error)
func (*FakeParameterNode) ValueArgsForCall ¶
func (fake *FakeParameterNode) ValueArgsForCall(i int) interface{}
func (*FakeParameterNode) ValueCallCount ¶
func (fake *FakeParameterNode) ValueCallCount() int
func (*FakeParameterNode) ValueCalls ¶
func (fake *FakeParameterNode) ValueCalls(stub func(interface{}) (interface{}, parsley.Error))
func (*FakeParameterNode) ValueNode ¶
func (fake *FakeParameterNode) ValueNode() parsley.Node
func (*FakeParameterNode) ValueNodeCallCount ¶
func (fake *FakeParameterNode) ValueNodeCallCount() int
func (*FakeParameterNode) ValueNodeCalls ¶
func (fake *FakeParameterNode) ValueNodeCalls(stub func() parsley.Node)
func (*FakeParameterNode) ValueNodeReturns ¶
func (fake *FakeParameterNode) ValueNodeReturns(result1 parsley.Node)
func (*FakeParameterNode) ValueNodeReturnsOnCall ¶
func (fake *FakeParameterNode) ValueNodeReturnsOnCall(i int, result1 parsley.Node)
func (*FakeParameterNode) ValueReturns ¶
func (fake *FakeParameterNode) ValueReturns(result1 interface{}, result2 parsley.Error)
func (*FakeParameterNode) ValueReturnsOnCall ¶
func (fake *FakeParameterNode) ValueReturnsOnCall(i int, result1 interface{}, result2 parsley.Error)
type FakeVariableNode ¶
type FakeVariableNode struct { IDStub func() conflow.ID ParamNameStub func() conflow.ID ParentIDStub func() conflow.ID PosStub func() parsley.Pos ReaderPosStub func() parsley.Pos SchemaStub func() interface{} TokenStub func() string // contains filtered or unexported fields }
func (*FakeVariableNode) ID ¶
func (fake *FakeVariableNode) ID() conflow.ID
func (*FakeVariableNode) IDCallCount ¶
func (fake *FakeVariableNode) IDCallCount() int
func (*FakeVariableNode) IDCalls ¶
func (fake *FakeVariableNode) IDCalls(stub func() conflow.ID)
func (*FakeVariableNode) IDReturns ¶
func (fake *FakeVariableNode) IDReturns(result1 conflow.ID)
func (*FakeVariableNode) IDReturnsOnCall ¶
func (fake *FakeVariableNode) IDReturnsOnCall(i int, result1 conflow.ID)
func (*FakeVariableNode) Invocations ¶
func (fake *FakeVariableNode) Invocations() map[string][][]interface{}
func (*FakeVariableNode) ParamName ¶
func (fake *FakeVariableNode) ParamName() conflow.ID
func (*FakeVariableNode) ParamNameCallCount ¶
func (fake *FakeVariableNode) ParamNameCallCount() int
func (*FakeVariableNode) ParamNameCalls ¶
func (fake *FakeVariableNode) ParamNameCalls(stub func() conflow.ID)
func (*FakeVariableNode) ParamNameReturns ¶
func (fake *FakeVariableNode) ParamNameReturns(result1 conflow.ID)
func (*FakeVariableNode) ParamNameReturnsOnCall ¶
func (fake *FakeVariableNode) ParamNameReturnsOnCall(i int, result1 conflow.ID)
func (*FakeVariableNode) ParentID ¶
func (fake *FakeVariableNode) ParentID() conflow.ID
func (*FakeVariableNode) ParentIDCallCount ¶
func (fake *FakeVariableNode) ParentIDCallCount() int
func (*FakeVariableNode) ParentIDCalls ¶
func (fake *FakeVariableNode) ParentIDCalls(stub func() conflow.ID)
func (*FakeVariableNode) ParentIDReturns ¶
func (fake *FakeVariableNode) ParentIDReturns(result1 conflow.ID)
func (*FakeVariableNode) ParentIDReturnsOnCall ¶
func (fake *FakeVariableNode) ParentIDReturnsOnCall(i int, result1 conflow.ID)
func (*FakeVariableNode) Pos ¶
func (fake *FakeVariableNode) Pos() parsley.Pos
func (*FakeVariableNode) PosCallCount ¶
func (fake *FakeVariableNode) PosCallCount() int
func (*FakeVariableNode) PosCalls ¶
func (fake *FakeVariableNode) PosCalls(stub func() parsley.Pos)
func (*FakeVariableNode) PosReturns ¶
func (fake *FakeVariableNode) PosReturns(result1 parsley.Pos)
func (*FakeVariableNode) PosReturnsOnCall ¶
func (fake *FakeVariableNode) PosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeVariableNode) ReaderPos ¶
func (fake *FakeVariableNode) ReaderPos() parsley.Pos
func (*FakeVariableNode) ReaderPosCallCount ¶
func (fake *FakeVariableNode) ReaderPosCallCount() int
func (*FakeVariableNode) ReaderPosCalls ¶
func (fake *FakeVariableNode) ReaderPosCalls(stub func() parsley.Pos)
func (*FakeVariableNode) ReaderPosReturns ¶
func (fake *FakeVariableNode) ReaderPosReturns(result1 parsley.Pos)
func (*FakeVariableNode) ReaderPosReturnsOnCall ¶
func (fake *FakeVariableNode) ReaderPosReturnsOnCall(i int, result1 parsley.Pos)
func (*FakeVariableNode) Schema ¶
func (fake *FakeVariableNode) Schema() interface{}
func (*FakeVariableNode) SchemaCallCount ¶
func (fake *FakeVariableNode) SchemaCallCount() int
func (*FakeVariableNode) SchemaCalls ¶
func (fake *FakeVariableNode) SchemaCalls(stub func() interface{})
func (*FakeVariableNode) SchemaReturns ¶
func (fake *FakeVariableNode) SchemaReturns(result1 interface{})
func (*FakeVariableNode) SchemaReturnsOnCall ¶
func (fake *FakeVariableNode) SchemaReturnsOnCall(i int, result1 interface{})
func (*FakeVariableNode) Token ¶
func (fake *FakeVariableNode) Token() string
func (*FakeVariableNode) TokenCallCount ¶
func (fake *FakeVariableNode) TokenCallCount() int
func (*FakeVariableNode) TokenCalls ¶
func (fake *FakeVariableNode) TokenCalls(stub func() string)
func (*FakeVariableNode) TokenReturns ¶
func (fake *FakeVariableNode) TokenReturns(result1 string)
func (*FakeVariableNode) TokenReturnsOnCall ¶
func (fake *FakeVariableNode) TokenReturnsOnCall(i int, result1 string)
type FakeWaitGroup ¶
type FakeWaitGroup struct { AddStub func(int) DoneStub func(error) ErrStub func() error WaitStub func() <-chan struct{} // contains filtered or unexported fields }
func (*FakeWaitGroup) Add ¶
func (fake *FakeWaitGroup) Add(arg1 int)
func (*FakeWaitGroup) AddArgsForCall ¶
func (fake *FakeWaitGroup) AddArgsForCall(i int) int
func (*FakeWaitGroup) AddCallCount ¶
func (fake *FakeWaitGroup) AddCallCount() int
func (*FakeWaitGroup) AddCalls ¶
func (fake *FakeWaitGroup) AddCalls(stub func(int))
func (*FakeWaitGroup) Done ¶
func (fake *FakeWaitGroup) Done(arg1 error)
func (*FakeWaitGroup) DoneArgsForCall ¶
func (fake *FakeWaitGroup) DoneArgsForCall(i int) error
func (*FakeWaitGroup) DoneCallCount ¶
func (fake *FakeWaitGroup) DoneCallCount() int
func (*FakeWaitGroup) DoneCalls ¶
func (fake *FakeWaitGroup) DoneCalls(stub func(error))
func (*FakeWaitGroup) Err ¶
func (fake *FakeWaitGroup) Err() error
func (*FakeWaitGroup) ErrCallCount ¶
func (fake *FakeWaitGroup) ErrCallCount() int
func (*FakeWaitGroup) ErrCalls ¶
func (fake *FakeWaitGroup) ErrCalls(stub func() error)
func (*FakeWaitGroup) ErrReturns ¶
func (fake *FakeWaitGroup) ErrReturns(result1 error)
func (*FakeWaitGroup) ErrReturnsOnCall ¶
func (fake *FakeWaitGroup) ErrReturnsOnCall(i int, result1 error)
func (*FakeWaitGroup) Invocations ¶
func (fake *FakeWaitGroup) Invocations() map[string][][]interface{}
func (*FakeWaitGroup) Wait ¶
func (fake *FakeWaitGroup) Wait() <-chan struct{}
func (*FakeWaitGroup) WaitCallCount ¶
func (fake *FakeWaitGroup) WaitCallCount() int
func (*FakeWaitGroup) WaitCalls ¶
func (fake *FakeWaitGroup) WaitCalls(stub func() <-chan struct{})
func (*FakeWaitGroup) WaitReturns ¶
func (fake *FakeWaitGroup) WaitReturns(result1 <-chan struct{})
func (*FakeWaitGroup) WaitReturnsOnCall ¶
func (fake *FakeWaitGroup) WaitReturnsOnCall(i int, result1 <-chan struct{})
Source Files ¶
- fake_block_container.go
- fake_block_directive.go
- fake_block_interpreter.go
- fake_block_node.go
- fake_block_node_registry.go
- fake_container.go
- fake_function_interpreter.go
- fake_function_node.go
- fake_identifiable.go
- fake_job.go
- fake_job_container.go
- fake_job_scheduler.go
- fake_node.go
- fake_parameter_container.go
- fake_parameter_directive.go
- fake_parameter_node.go
- fake_variable_node.go
- fake_wait_group.go