Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DONE for undefined/success DONE = iota // ERROR from callback ERROR // EMPTY parameter EMPTY // VAR is a generic parameter VAR // VALUE denotes a parameter value VALUE // LIST denotes a parameter list LIST )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
Data represents parsed data
func (*Data) Lookup ¶
Lookup element in nested data structure by a path description. allows for automatic reference resolution (link processing)
Click to show internal directories.
Click to hide internal directories.