Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooleanFilter ¶
type EnumFilter ¶
type EnumFilter struct {
Is interface{} `json:"is,omitempty"`
IsNot interface{} `json:"is_not,omitempty"`
IsPresent *bool `json:"is_present,omitempty"`
In []interface{} `json:"in,omitempty"`
NotIn []interface{} `json:"not_in,omitempty"`
}
type NumberFilter ¶
type NumberFilter struct {
Is int64 `json:"is,omitempty"`
IsNot int64 `json:"is_not,omitempty"`
Lt int64 `json:"lt,omitempty"`
Lte int64 `json:"lte,omitempty"`
Gt int64 `json:"gt,omitempty"`
Gte int64 `json:"gte,omitempty"`
Between []int64 `json:"between,omitempty"`
IsPresent *bool `json:"is_present,omitempty"`
}
type SortFilter ¶
type StringFilter ¶
Click to show internal directories.
Click to hide internal directories.