Documentation ¶ Index ¶ type 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, a ...interface{}) Warnf(format string, a ...interface{}) Debugf(format string, a ...interface{}) Errorf(format string, a ...interface{}) } Source Files ¶ View all Source files logger.go Directories ¶ Show internal Expand all Path Synopsis mocks Click to show internal directories. Click to hide internal directories.