Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PageResponse ¶
type PageResponse struct { Total string `json:"total"` Page string `json:"page"` PageSize string `json:"pageSize"` Data interface{} `json:"data"` }
PageResponse response paged response
Click to show internal directories.
Click to hide internal directories.