Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filters ¶
type Filters struct {
Term TermFilter
Range map[string]interface{}
}
func NewFilters ¶ added in v0.4.0
func NewFilters() *Filters
type RangeFilter ¶ added in v0.4.0
type RangeFilter struct {
Gt interface{} `json:"gt,omitempty"`
Lt interface{} `json:"lt,omitempty"`
Gte interface{} `json:"gte,omitempty"`
Lte interface{} `json:"lte,omitempty"`
}
type TermFilter ¶ added in v0.4.0
type TermFilter struct {
Op TermFilterOp
Terms map[string]interface{}
}
Click to show internal directories.
Click to hide internal directories.