package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jun 12, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Filter struct {
Field string `json:"field"`
Operator string `json:"operator"`
Value string `json:"value"`
}
type Query struct {
Page pagination.Page `json:"page"`
Search string `json:"search,omitempty"`
Sorts []Sort `json:"sorts,omitempty"`
Filters []Filter `json:"filters,omitempty"`
}
type Sort struct {
Field string `json:"field"`
Desc bool `json:"desc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.