Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
func (*Registry) Request ¶
func (r *Registry) Request( req *http.Request, _ time.Duration, _ time.Duration, ) (*http.Response, error)
Request satisfies Requester interface
type Responder ¶
func ErrorResponse ¶ added in v1.4.0
func ErrorResponse() Responder
func ErrorResponseWithBody ¶ added in v1.6.9
func ErrorResponseWithBody(body interface{}) Responder
func JSONResponse ¶
func JSONResponse(body interface{}) Responder
func StringResponse ¶
Click to show internal directories.
Click to hide internal directories.