Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FPInfo ¶
func FastParseBytes ¶
FastParseBytes parses the query and returns the operation type and name
type Node ¶
type Operation ¶
type ParserType ¶
type ParserType int8
const ( OpQuery ParserType OpMutate OpSub NodeStr NodeNum NodeBool NodeObj NodeList NodeVar NodeLabel )
func (ParserType) String ¶
func (i ParserType) String() string
type Pos ¶
type Pos int
Pos represents a byte position in the original input text from which this template was parsed.
type Schema ¶
func ParseSchema ¶
type StateFn ¶
type StateFn func(*lexer) StateFn
StateFn represents the state of the scanner as a function that returns the next state.
Click to show internal directories.
Click to hide internal directories.