Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶ added in v0.0.8
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)
}
type URLReplacerFactory ¶ added in v0.0.8
type URLReplacerFactory interface {
Make(requestURL *url.URL) (*urlreplacer.Replacer, *urlreplacer.Replacer, error)
}
Click to show internal directories.
Click to hide internal directories.