Documentation
¶
Index ¶
Constants ¶
View Source
const ( PRECEDENCE_LOWEST int PRECEDENCE_OR // logical or PRECEDENCE_AND // logical and PRECEDENCE_NOT // logical not PRECEDENCE_EQUALS // == PRECEDENCE_LESSGREATER // > or < PRECEDENCE_SUM // + PRECEDENCE_PRODUCT // * PRECEDENCE_PREFIX // -X or !X PRECEDENCE_CALL // myFunction(X) )
precedences
Variables ¶
This section is empty.
Functions ¶
func ParseCondition ¶ added in v0.2.2
ParseCondition parses the input condition string
func SplitKeyValueAnnotations ¶ added in v0.2.3
SplitKeyValueAnnotations splits and returns the optional prefix annotations map, and the remaining portion of the string. Example of annotated string: `k1:v1, k2:v2; remaining portion of string`
Types ¶
Click to show internal directories.
Click to hide internal directories.