Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateFilter ¶
type PageReqInter ¶
type PageSortReq ¶
type PageSortReqInter ¶
type PageSortReqInter interface { PageReqInter SortReqInter }
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"` }
type SortReq ¶
type SortReqInter ¶
Click to show internal directories.
Click to hide internal directories.