Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UtilsSet = wire.NewSet( NewLogger, NewConfig, )
Functions ¶
Types ¶
type Config ¶ added in v0.0.12
type Logger ¶ added in v0.0.12
type Logger interface {
Debugf(template string, args ...interface{})
Debugw(template string, keysAndValues ...interface{})
Infof(template string, args ...interface{})
Infow(template string, keysAndValues ...interface{})
Warnf(template string, args ...interface{})
Warnw(template string, keysAndValues ...interface{})
Errorf(template string, args ...interface{})
Errorw(template string, keysAndValues ...interface{})
Panicf(template string, args ...interface{})
Panicw(template string, keysAndValues ...interface{})
}
Click to show internal directories.
Click to hide internal directories.