Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Error(a ...interface{})
Errorf(template string, a ...interface{})
Warning(a ...interface{})
Warningf(template string, a ...interface{})
Info(a ...interface{})
Infof(template string, a ...interface{})
Debug(a ...interface{})
Debugf(template string, a ...interface{})
PrintResponse(response *http.Response)
}
Click to show internal directories.
Click to hide internal directories.