Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
PrintfLogger
Infof(string, ...interface{})
Warnf(string, ...interface{})
Errorf(string, ...interface{})
}
type PrintfLogger ¶
type PrintfLogger interface {
Printf(string, ...interface{})
}
Click to show internal directories.
Click to hide internal directories.