Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidMarker = errors.New("invalid marker")
)
Functions ¶
Types ¶
type Pagination ¶
type Pagination struct {
// HTTP Request Object
HTTPRequest *http.Request `json:"-"`
/*Sets the page size.
In: query
*/
Limit *int64
/*Pagination ID of the last item in the previous list.
In: query
*/
Marker *strfmt.UUID
/*Sets the page direction.
In: query
*/
PageReverse *bool
/*Comma-separated list of sort keys, optionally prefix with - to reverse sort order.
In: query
*/
Sort *string
}
Click to show internal directories.
Click to hide internal directories.