Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPErrorAndDataResponse ¶ added in v0.0.23
type HTTPErrorAndDataResponse struct { Data json.RawMessage `json:"data,omitempty"` Errors []string `json:"errors,omitempty"` }
type HTTPErrorResponse ¶
type HTTPErrorResponse struct {
Errors []string `json:"errors"`
}
type HTTPResponse ¶
type HTTPResponse struct {
Data json.RawMessage `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.