Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageRequest ¶
type PageRequest struct { Page int `from:"page" url:"page" json:"page"` PageSize int `from:"pageSize" url:"pageSize" json:"pageSize"` }
PageRequest page request info
type PageResponse ¶
type PageResponse struct { Page int `json:"page"` PageSize int `json:"pageSize"` Total int `json:"total"` }
PageResponse page response info
Click to show internal directories.
Click to hide internal directories.