Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Operators = struct { Equals Operator Exists Operator GreaterThan Operator GreaterThanOrEqual Operator LowerThan Operator LowerThanOrEqual Operator }{ "EQUALS", "EXISTS", "GREATER_THAN", "GREATER_THAN_OR_EQUAL", "LOWER_THAN", "LOWER_THAN_OR_EQUAL", }
Operators offers the known enum values
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator string
Operator Operator of the comparison. You can reverse it by setting **negate** to `true`. Possible values depend on the **type** of the comparison. Find the list of actual models in the description of the **type** field and check the description of the model you need.
Click to show internal directories.
Click to hide internal directories.