Documentation ¶ Index ¶ type Logger func New() Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger interface { Infof(format string, v ...interface{}) Errorf(format string, v ...interface{}) Warnf(format string, v ...interface{}) Debugf(format string, v ...interface{}) } Logger . func New ¶ func New() Logger Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.