Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpFileRespResult ¶
type HttpHtmlRespResult ¶
type HttpJsonRespResult ¶
type HttpJsonRespResult struct { Resp RespResult HttpStatus int }
type HttpProtoBufRespResult ¶
type HttpProtoBufRespResult struct { Data interface{} HttpStatus int }
type HttpRedirectRespResult ¶
type HttpTextRespResult ¶
type HttpXmlRespResult ¶
type HttpXmlRespResult struct { Data interface{} HttpStatus int }
type ListRespResult ¶
type ListRespResult struct { Total int `json:"total"` Data interface{} `json:"data"` }
type PageRespResult ¶
type RespResult ¶
Click to show internal directories.
Click to hide internal directories.