Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pagination ¶
type Pagination struct { Page int `json:"page"` Pages int `json:"pages"` Limit interface{} `json:"limit"` Total int `json:"total"` Next interface{} `json:"next"` Prev interface{} `json:"prev"` }
Pagination represents the data to be sent back from the API on list routes.
Click to show internal directories.
Click to hide internal directories.