Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseResult ¶
type ResponseResult struct { Code int `json:"code"` Msg string `json:"msg"` Data interface{} `json:"data"` }
func ResponseResource ¶
func ResponseResource(code int, msg string, data interface{}) (responseResult *ResponseResult)
Click to show internal directories.
Click to hide internal directories.