Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIErrorHandler ¶
type APIErrorHandler interface {
HandleAPIError(res interface{}) error
}
type Decoder ¶
type Decoder interface {
Decode(body io.ReadCloser, res interface{}) error
}
type ResponseData ¶
type ResponseData struct {
Data json.RawMessage `json:"data,omitempty"`
}
type ResponseMap ¶
type ResponseMap map[string]interface{}
type ResponseStatus ¶
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.