Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( TokLabel tokenKind = iota + 1 TokStringLiteral TokLBrace TokRBrace TokComma TokEq TokNe TokIn TokNot TokNotIn TokAll TokHas TokLParen TokRParen TokAnd TokOr TokEof )
      View Source
      
  
const (
	// LabelKeyMatcher is the base regex for a valid label key.
	LabelKeyMatcher = `([a-zA-Z0-9_./-]{0,253}/)?[a-zA-Z0-9]([a-zA-Z0-9_.-]{0,61}[a-zA-Z0-9])?`
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
      
      Source Files
      ¶
    
- tokenizer.go
 
 Click to show internal directories. 
   Click to hide internal directories.