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