Documentation
¶
Index ¶
Constants ¶
View Source
const ( STRING_DBL = iota STRING_SNG STRING_LIT IDENT AT LCURLY RCURLY LSQUARE RSQUARE SEMI COMMA )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Directive ¶
type Document ¶
type Document struct { Directives []Node // contains filtered or unexported fields }
type RepeatedDirective ¶
type RepeatedDirective struct { Identifier string IsContext bool Values []Node // contains filtered or unexported fields }
func (RepeatedDirective) Execute ¶
func (r RepeatedDirective) Execute(x interface{}) (err error)
func (RepeatedDirective) String ¶
func (d RepeatedDirective) String() string
type Whitespace ¶
type Whitespace struct {
// contains filtered or unexported fields
}
func (Whitespace) Execute ¶
func (w Whitespace) Execute(x interface{}) error
Click to show internal directories.
Click to hide internal directories.