Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Types = map[string]func(json []byte) (structure.Structure, error){ "single": single.New, "list": list.New, "table": table.New, }
Types represents a map which returns the corresponding New function of the provided type string.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.