Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResponse ¶
GetResponse adaptor
Types ¶
type APIResponse ¶
type APIResponse struct { Result bool `json:"result"` Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` }
APIResponse response for api request
Click to show internal directories.
Click to hide internal directories.