Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidToken = errors.New("the field `page_token` is invalid") ErrOverdueToken = errors.New("the field `page_token` is overdue") ErrOverMaxPageSizeToken = errors.New("the field `page_token` is over max page size") ErrInvalidPageSize = errors.New("the page size provided must not be negative") )
Functions ¶
func SetMaxElements ¶
func SetMaxIndex ¶
Types ¶
type PageToken ¶
type PageToken interface { TokenGenerator ProcessPageTokens }
type ProcessPageTokens ¶
Click to show internal directories.
Click to hide internal directories.