Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBlockWithClose
- func (fake *FakeBlockWithClose) Close(arg1 context.Context) error
- func (fake *FakeBlockWithClose) CloseArgsForCall(i int) context.Context
- func (fake *FakeBlockWithClose) CloseCallCount() int
- func (fake *FakeBlockWithClose) CloseCalls(stub func(context.Context) error)
- func (fake *FakeBlockWithClose) CloseReturns(result1 error)
- func (fake *FakeBlockWithClose) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeBlockWithClose) Invocations() map[string][][]interface{}
- type FakeBlockWithInit
- func (fake *FakeBlockWithInit) Init(arg1 context.Context) (bool, error)
- func (fake *FakeBlockWithInit) InitArgsForCall(i int) context.Context
- func (fake *FakeBlockWithInit) InitCallCount() int
- func (fake *FakeBlockWithInit) InitCalls(stub func(context.Context) (bool, error))
- func (fake *FakeBlockWithInit) InitReturns(result1 bool, result2 error)
- func (fake *FakeBlockWithInit) InitReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeBlockWithInit) Invocations() map[string][][]interface{}
- type FakeBlockWithRun
- func (fake *FakeBlockWithRun) Invocations() map[string][][]interface{}
- func (fake *FakeBlockWithRun) Run(arg1 context.Context) (conflow.Result, error)
- func (fake *FakeBlockWithRun) RunArgsForCall(i int) context.Context
- func (fake *FakeBlockWithRun) RunCallCount() int
- func (fake *FakeBlockWithRun) RunCalls(stub func(context.Context) (conflow.Result, error))
- func (fake *FakeBlockWithRun) RunReturns(result1 conflow.Result, result2 error)
- func (fake *FakeBlockWithRun) RunReturnsOnCall(i int, result1 conflow.Result, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBlockWithClose ¶
type FakeBlockWithClose struct { CloseStub func(context.Context) error // contains filtered or unexported fields }
func (*FakeBlockWithClose) Close ¶
func (fake *FakeBlockWithClose) Close(arg1 context.Context) error
func (*FakeBlockWithClose) CloseArgsForCall ¶
func (fake *FakeBlockWithClose) CloseArgsForCall(i int) context.Context
func (*FakeBlockWithClose) CloseCallCount ¶
func (fake *FakeBlockWithClose) CloseCallCount() int
func (*FakeBlockWithClose) CloseCalls ¶
func (fake *FakeBlockWithClose) CloseCalls(stub func(context.Context) error)
func (*FakeBlockWithClose) CloseReturns ¶
func (fake *FakeBlockWithClose) CloseReturns(result1 error)
func (*FakeBlockWithClose) CloseReturnsOnCall ¶
func (fake *FakeBlockWithClose) CloseReturnsOnCall(i int, result1 error)
func (*FakeBlockWithClose) Invocations ¶
func (fake *FakeBlockWithClose) Invocations() map[string][][]interface{}
type FakeBlockWithInit ¶
type FakeBlockWithInit struct { InitStub func(context.Context) (bool, error) // contains filtered or unexported fields }
func (*FakeBlockWithInit) Init ¶
func (fake *FakeBlockWithInit) Init(arg1 context.Context) (bool, error)
func (*FakeBlockWithInit) InitArgsForCall ¶
func (fake *FakeBlockWithInit) InitArgsForCall(i int) context.Context
func (*FakeBlockWithInit) InitCallCount ¶
func (fake *FakeBlockWithInit) InitCallCount() int
func (*FakeBlockWithInit) InitCalls ¶
func (fake *FakeBlockWithInit) InitCalls(stub func(context.Context) (bool, error))
func (*FakeBlockWithInit) InitReturns ¶
func (fake *FakeBlockWithInit) InitReturns(result1 bool, result2 error)
func (*FakeBlockWithInit) InitReturnsOnCall ¶
func (fake *FakeBlockWithInit) InitReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeBlockWithInit) Invocations ¶
func (fake *FakeBlockWithInit) Invocations() map[string][][]interface{}
type FakeBlockWithRun ¶
type FakeBlockWithRun struct { RunStub func(context.Context) (conflow.Result, error) // contains filtered or unexported fields }
func (*FakeBlockWithRun) Invocations ¶
func (fake *FakeBlockWithRun) Invocations() map[string][][]interface{}
func (*FakeBlockWithRun) RunArgsForCall ¶
func (fake *FakeBlockWithRun) RunArgsForCall(i int) context.Context
func (*FakeBlockWithRun) RunCallCount ¶
func (fake *FakeBlockWithRun) RunCallCount() int
func (*FakeBlockWithRun) RunReturns ¶
func (fake *FakeBlockWithRun) RunReturns(result1 conflow.Result, result2 error)
func (*FakeBlockWithRun) RunReturnsOnCall ¶
func (fake *FakeBlockWithRun) RunReturnsOnCall(i int, result1 conflow.Result, result2 error)
Click to show internal directories.
Click to hide internal directories.