Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶ added in v0.20.11
type Header struct { Type ParserType Name string }
type Node ¶
type Operation ¶
type ParserType ¶
type ParserType int8
const ( OpQuery ParserType OpMutate OpSub NodeStr NodeNum NodeBool NodeObj NodeList NodeVar )
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.
Click to show internal directories.
Click to hide internal directories.