Documentation ¶
Index ¶
Constants ¶
View Source
const ( And = "and" Or = "or" Eq = "equals" Neq = "notEquals" Gt = "greaterThan" Gte = "greaterThanOrEquals" Lt = "lessThan" Lte = "lessThanOrEquals" Contain = "contains" NotContain = "notContains" In = "isAnyOf" NotIn = "isNoneOf" Empty = "isEmpty" NotEmpty = "isNotEmpty" HasAnyOf = "hasAnyOf" HasNoneOf = "hasNoneOf" IsOnOrBefore = "isOnOrBefore" IsOnOrAfter = "isOnOrAfter" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.