Documentation
¶
Index ¶
- type Logger
- func (_m *Logger) Debugf(format string, v ...interface{})
- func (_m *Logger) Donef(format string, v ...interface{})
- func (_m *Logger) EnableDebugLog(enable bool)
- func (_m *Logger) Errorf(format string, v ...interface{})
- func (_m *Logger) Infof(format string, v ...interface{})
- func (_m *Logger) Printf(format string, v ...interface{})
- func (_m *Logger) Println()
- func (_m *Logger) TDebugf(format string, v ...interface{})
- func (_m *Logger) TDonef(format string, v ...interface{})
- func (_m *Logger) TErrorf(format string, v ...interface{})
- func (_m *Logger) TInfof(format string, v ...interface{})
- func (_m *Logger) TPrintf(format string, v ...interface{})
- func (_m *Logger) TWarnf(format string, v ...interface{})
- func (_m *Logger) Warnf(format string, v ...interface{})
- type OutputExporter
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) EnableDebugLog ¶
EnableDebugLog provides a mock function with given fields: enable
func (*Logger) Println ¶
func (_m *Logger) Println()
Println provides a mock function with no fields
type OutputExporter ¶
OutputExporter is an autogenerated mock type for the OutputExporter type
func NewOutputExporter ¶
func NewOutputExporter(t interface { mock.TestingT Cleanup(func()) }) *OutputExporter
NewOutputExporter creates a new instance of OutputExporter. 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 (*OutputExporter) ExportOutput ¶
func (_m *OutputExporter) ExportOutput(key string, value string) error
ExportOutput provides a mock function with given fields: key, value