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