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{}
}
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 Storage ¶
type TermFilter ¶ added in v0.4.0
type TermFilter struct {
Op TermFilterOp
Terms map[string]interface{}
}
Source Files
¶
- storage.go
Click to show internal directories.
Click to hide internal directories.