Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerMock ¶
LoggerMock is a custom logger embedding mock.Mock and allows to do expectations on logging methods.
func (*LoggerMock) Debug ¶
func (l *LoggerMock) Debug(format string, v ...interface{})
func (*LoggerMock) Err ¶
func (l *LoggerMock) Err(err error, format string, v ...interface{})
func (*LoggerMock) Info ¶
func (l *LoggerMock) Info(format string, v ...interface{})
func (*LoggerMock) Warn ¶
func (l *LoggerMock) Warn(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.