Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComparatorType ¶
type ComparatorType uint8
const ( EQ ComparatorType = iota + 1 GT LT GE LE InArray Like Regexp SetHas MapHasValue MapHasKey )
type Condition ¶
type Condition struct {
WithNot bool
IsOr bool
BracketLevel int
Cmp FieldComparator
}
type Conditions ¶
type Conditions []Condition
Click to show internal directories.
Click to hide internal directories.