Documentation
¶
Index ¶
- type Logger
- func (_m *Logger) AddContext(ctx ...interface{}) logger.Logger
- func (_m *Logger) DebugKV(message string, kvs ...interface{})
- func (_m *Logger) ErrorKV(message string, kvs ...interface{})
- func (_m *Logger) FatalKV(message string, kvs ...interface{})
- func (_m *Logger) InfoKV(message string, kvs ...interface{})
- func (_m *Logger) WarnKV(message string, kvs ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func NewLogger ¶
NewLogger creates a new instance of Logger. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Logger) AddContext ¶
AddContext provides a mock function with given fields: ctx
Click to show internal directories.
Click to hide internal directories.