Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAMLTree ¶
type YAMLTree struct {
Root *yaml.Node
}
YAMLTree represents a YAML document. It makes it possible to insert value nodes with comments.
func NewYAMLTree ¶
func NewYAMLTree() *YAMLTree
Click to show internal directories.
Click to hide internal directories.