Documentation
¶
Index ¶
- Variables
- func Contains(left interface{}, right string) query.Rule
- func Eq(left, right interface{}) query.Rule
- func IsNotNull(field interface{}) query.Rule
- func IsNull(field interface{}) query.Rule
- func List(r ...query.Rule) []query.Rule
- func MatchID64(id ...int64) query.Rule
- func New(left interface{}, op match.Type, right interface{}) query.Rule
- func WithLeft(r query.Rule, v interface{}) query.Rule
- func WithRight(r query.Rule, v interface{}) query.Rule
- func WithType(r query.Rule, o match.Type) query.Rule
Constants ¶
This section is empty.
Variables ¶
View Source
var False query.Rule = falseRule{}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.