package
Version:
v0.0.0-...-c95cf46
Opens a new window with list of versions in this module.
Published: May 14, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Debug(msg string, args ...interface{})
Error(msg string, args ...interface{})
Info(msg string, args ...interface{})
Warn(msg string, args ...interface{})
Panic(msg string, args ...interface{})
}
Logger is the logger used in the app
Source Files
¶
Click to show internal directories.
Click to hide internal directories.