Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateFilter ¶
type IPageSortReq ¶
type ListReq ¶
type ListReq[T Ordered] struct { PageSortReq *RangeReq[T] }
func NewListReq ¶
type PageSortReq ¶
type Pagination ¶
type RangeReq ¶
type RangeReq[T constraints.Range] struct { RangeField string `json:"rangeField,omitempty"` RangeBegin T `json:"rangeBegin,omitempty"` RangeEnd T `json:"rangeEnd,omitempty"` Include bool `json:"include,omitempty"` }
Click to show internal directories.
Click to hide internal directories.