Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BadGateway = HttpStatus{502, "Bad Gateway"}
View Source
var BadRequest = HttpStatus{400, "Bad Request"}
View Source
var Forbidden = HttpStatus{403, "Forbidden"}
View Source
var NotFound = HttpStatus{404, "Not Found"}
View Source
var OK = HttpStatus{200, "OK"}
View Source
var ServerError = HttpStatus{500, "Internal Server Error"}
Functions ¶
Types ¶
type HttpStatus ¶
func GetHttpStatus ¶
func GetHttpStatus(value int) (status *HttpStatus)
type Pageable ¶
type Pageable struct { PageNumber int `json:"pageNumber"` PageSize int `json:"pageSize"` TotalItems int64 `json:"totalItems"` TotalPages int64 `json:"totalPages"` }
Pageable general page data
Click to show internal directories.
Click to hide internal directories.