Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResponseResultSuccess = "success" ResponseResultError = "error" ResponseResultWarning = "warning" )
Variables ¶
This section is empty.
Functions ¶
func JSONString ¶
Types ¶
type ResponsePaginationResult ¶
type ResponsePaginationResult struct { Total int64 `json:"total"` Items interface{} `json:"items"` }
Click to show internal directories.
Click to hide internal directories.