Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Success bool `json:"success"` Error *ResponseError `json:"error"` }
type ResponseError ¶
func (*ResponseError) Error ¶
func (re *ResponseError) Error() string
Click to show internal directories.
Click to hide internal directories.