Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) Push(arg1 string, arg2 string, arg3 string, arg4 string, arg5 map[string]string) error
- func (fake *FakeImpl) PushArgsForCall(i int) (string, string, string, string, map[string]string)
- func (fake *FakeImpl) PushCallCount() int
- func (fake *FakeImpl) PushCalls(stub func(string, string, string, string, map[string]string) error)
- func (fake *FakeImpl) PushReturns(result1 error)
- func (fake *FakeImpl) PushReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { PushStub func(string, string, string, string, map[string]string) error // contains filtered or unexported fields }
func (*FakeImpl) Invocations ¶
func (*FakeImpl) PushArgsForCall ¶
func (*FakeImpl) PushCallCount ¶
func (*FakeImpl) PushReturns ¶
func (*FakeImpl) PushReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.