Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Logger
- func (fake *Logger) Debugf(template string, args ...interface{})
- func (fake *Logger) DebugfArgsForCall(i int) (string, []interface{})
- func (fake *Logger) DebugfCallCount() int
- func (fake *Logger) Errorf(template string, args ...interface{})
- func (fake *Logger) ErrorfArgsForCall(i int) (string, []interface{})
- func (fake *Logger) ErrorfCallCount() int
- func (fake *Logger) Infof(template string, args ...interface{})
- func (fake *Logger) InfofArgsForCall(i int) (string, []interface{})
- func (fake *Logger) InfofCallCount() int
- func (fake *Logger) Invocations() map[string][][]interface{}
- func (fake *Logger) Warn(args ...interface{})
- func (fake *Logger) WarnArgsForCall(i int) []interface{}
- func (fake *Logger) WarnCallCount() int
- func (fake *Logger) Warnf(template string, args ...interface{})
- func (fake *Logger) WarnfArgsForCall(i int) (string, []interface{})
- func (fake *Logger) WarnfCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { DebugfStub func(template string, args ...interface{}) WarnfStub func(template string, args ...interface{}) InfofStub func(template string, args ...interface{}) ErrorfStub func(template string, args ...interface{}) WarnStub func(args ...interface{}) // contains filtered or unexported fields }
func (*Logger) DebugfArgsForCall ¶
func (*Logger) DebugfCallCount ¶
func (*Logger) ErrorfArgsForCall ¶
func (*Logger) ErrorfCallCount ¶
func (*Logger) InfofArgsForCall ¶
func (*Logger) InfofCallCount ¶
func (*Logger) Invocations ¶
func (*Logger) WarnArgsForCall ¶
func (*Logger) WarnCallCount ¶
func (*Logger) WarnfArgsForCall ¶
func (*Logger) WarnfCallCount ¶
Click to show internal directories.
Click to hide internal directories.