Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateFilter ¶
type ListReq ¶ added in v1.2.8
type ListReq[T Ordered] struct { PageSortReq *RangeReq[T] }
func NewListReq ¶ added in v1.2.8
type PageSortReq ¶
type Pagination ¶
type RangeReq ¶
type RangeReq[T constraints.Range] struct { RangeField string `json:"dateField,omitempty"` RangeStart T `json:"dateStart,omitempty"` RangeEnd T `json:"dateEnd,omitempty"` Include bool `json:"include,omitempty"` }
Click to show internal directories.
Click to hide internal directories.