Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Cond ¶
type Cond struct { Operator CondOperator Left Node Right Node }
type CondOperator ¶
type CondOperator int
const ( CondOperatorAND CondOperator = iota + 1 CondOperatorOR )
type LabelQL ¶
type LabelQL struct {
Node
}
swagger:strfmt lql
func ParseLabelQL ¶
func (LabelQL) MarshalText ¶
func (*LabelQL) RangeLabel ¶
func (*LabelQL) UnmarshalText ¶
type TokenScanner ¶
type TokenScanner struct {
// contains filtered or unexported fields
}
func (*TokenScanner) Last ¶
func (s *TokenScanner) Last() *Token
func (*TokenScanner) Push ¶
func (s *TokenScanner) Push(token *Token)
func (*TokenScanner) Scan ¶
func (s *TokenScanner) Scan() (Node, error)
Click to show internal directories.
Click to hide internal directories.