Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator string
Operator is string alias that represents selection operators enum
const ( // Equal stands for == Equal Operator = "" // MoreEqual stands for >= MoreEqual Operator = ">=" // LessEqual stands for <= LessEqual Operator = "<=" // NotEqual stands for ! NotEqual Operator = "!" // More stands for > More Operator = ">" // Less stands for < Less Operator = "<" // InRange stands for - InRange Operator = "-" // NotInRange stands for !- NotInRange Operator = "!-" )
const ReferenceSign Operator = "$()"
ReferenceSign defines the operator for anchor reference
func GetOperatorFromStringPattern ¶
GetOperatorFromStringPattern parses opeartor from pattern
Click to show internal directories.
Click to hide internal directories.