Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Range ¶
type Range struct {
// If provided, specifies field to sort by.
Sort *string
// If provided, limits the results to the provided value.
Max *int
// The order the results are returned in.
Order *string
}
func ParseRange ¶
func (*Range) WithDefaults ¶
WithDefaults returns a new Range instance with the defaults taken from d.
Click to show internal directories.
Click to hide internal directories.