Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeLogger
- func (fake *FakeLogger) Error(arg1 error, arg2 string, arg3 ...interface{})
- func (fake *FakeLogger) ErrorArgsForCall(i int) (error, string, []interface{})
- func (fake *FakeLogger) ErrorCallCount() int
- func (fake *FakeLogger) ErrorCalls(stub func(error, string, ...interface{}))
- func (fake *FakeLogger) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeLogger ¶
type FakeLogger struct { ErrorStub func(error, string, ...interface{}) // contains filtered or unexported fields }
func (*FakeLogger) Error ¶
func (fake *FakeLogger) Error(arg1 error, arg2 string, arg3 ...interface{})
func (*FakeLogger) ErrorArgsForCall ¶
func (fake *FakeLogger) ErrorArgsForCall(i int) (error, string, []interface{})
func (*FakeLogger) ErrorCallCount ¶
func (fake *FakeLogger) ErrorCallCount() int
func (*FakeLogger) ErrorCalls ¶
func (fake *FakeLogger) ErrorCalls(stub func(error, string, ...interface{}))
func (*FakeLogger) Invocations ¶
func (fake *FakeLogger) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.