Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Infof(template string, args ...interface{}) Infow(msg string, keysAndValues ...interface{}) Errorf(template string, args ...interface{}) Errorw(msg string, keysAndValues ...interface{}) }
Logger is the interface that defines the behaviour for logging throughout this service.
Click to show internal directories.
Click to hide internal directories.