Documentation ¶
Index ¶
Constants ¶
View Source
const ( And = "and" Or = "or" Eq = "eq" Neq = "neq" Gt = "gt" Gte = "gte" Lt = "lt" Lte = "lte" Contain = "contain" NotContain = "notContain" In = "in" NotIn = "notIn" Empty = "empty" NotEmpty = "notEmpty" HasAnyOf = "hasAnyOf" HasNoneOf = "hasNoneOf" )
Variables ¶
This section is empty.
Functions ¶
func ConvertOpToOpV2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.