Documentation ¶
Overview ¶
Package ast provides the log query language abstract syntax tree.
Index ¶
Constants ¶
View Source
const ( LNOT Op = "not" NOT = "!" IN = "in" OR = "||" AND = "&&" NE = "!=" EQ = "=" GT = ">" LT = "<" GE = ">=" LE = "<=" )
Op types.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.