Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Additional ¶
type Additional interface{}
type Response ¶
type Response struct {
Code string `json:"code"`
Message string `json:"message"`
// Additional must be json serializable or expect errors
Additional `json:"additional,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.