Documentation
¶
Index ¶
Constants ¶
View Source
const ( DataTypeStr = "string" DataTypeInt = "int" OperatorEq = "eq" OperatorNotEq = "neq" OperatorLowerThan = "lt" OperatorLowerThanEq = "lte" OperatorGreaterThan = "gt" OperatorGreaterThanEq = "gte" )
Variables ¶
This section is empty.
Functions ¶
func ParseOperator ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.