Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFlow
- func (fake *FakeFlow) Invocations() map[string][][]interface{}
- func (fake *FakeFlow) Run(arg1 context.Context, arg2 interface{}, arg3 bool) (flow.Result, error)
- func (fake *FakeFlow) RunArgsForCall(i int) (context.Context, interface{}, bool)
- func (fake *FakeFlow) RunCallCount() int
- func (fake *FakeFlow) RunCalls(stub func(context.Context, interface{}, bool) (flow.Result, error))
- func (fake *FakeFlow) RunReturns(result1 flow.Result, result2 error)
- func (fake *FakeFlow) RunReturnsOnCall(i int, result1 flow.Result, result2 error)
- type FakeResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFlow ¶
type FakeFlow struct { RunStub func(context.Context, interface{}, bool) (flow.Result, error) // contains filtered or unexported fields }
func (*FakeFlow) Invocations ¶
func (*FakeFlow) RunArgsForCall ¶
func (*FakeFlow) RunCallCount ¶
type FakeResult ¶
type FakeResult struct {
// contains filtered or unexported fields
}
func (*FakeResult) Invocations ¶
func (fake *FakeResult) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.