Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeReader
- func (fake *FakeReader) Copy(arg1 string, arg2 map[string]interface{}) error
- func (fake *FakeReader) CopyArgsForCall(i int) (string, map[string]interface{})
- func (fake *FakeReader) CopyCallCount() int
- func (fake *FakeReader) CopyCalls(stub func(string, map[string]interface{}) error)
- func (fake *FakeReader) CopyReturns(result1 error)
- func (fake *FakeReader) CopyReturnsOnCall(i int, result1 error)
- func (fake *FakeReader) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReader ¶
type FakeReader struct {
CopyStub func(string, map[string]interface{}) error
// contains filtered or unexported fields
}
func (*FakeReader) Copy ¶
func (fake *FakeReader) Copy(arg1 string, arg2 map[string]interface{}) error
func (*FakeReader) CopyArgsForCall ¶
func (fake *FakeReader) CopyArgsForCall(i int) (string, map[string]interface{})
func (*FakeReader) CopyCallCount ¶
func (fake *FakeReader) CopyCallCount() int
func (*FakeReader) CopyCalls ¶
func (fake *FakeReader) CopyCalls(stub func(string, map[string]interface{}) error)
func (*FakeReader) CopyReturns ¶
func (fake *FakeReader) CopyReturns(result1 error)
func (*FakeReader) CopyReturnsOnCall ¶
func (fake *FakeReader) CopyReturnsOnCall(i int, result1 error)
func (*FakeReader) Invocations ¶
func (fake *FakeReader) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.