Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Code int `json:"code"` Status string `json:"status"` Content interface{} `json:"content,omitempty"` }
func (*Response) ContentToBytes ¶ added in v1.2.0
func (*Response) GetStatusCode ¶
func (*Response) SetResponseData ¶
Click to show internal directories.
Click to hide internal directories.