Documentation ¶
Index ¶
- func BuildBoolNode(key, value, comment string) []*yaml.Node
- func BuildIntNode(key, value, comment string) []*yaml.Node
- func BuildMapNode(key, comment string) (*yaml.Node, *yaml.Node)
- func BuildSequenceNode(key, comment string) (*yaml.Node, *yaml.Node)
- func BuildStringNode(key, value, comment string) []*yaml.Node
- func FileExists(path string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildBoolNode ¶ added in v0.3.0
func BuildBoolNode(key, value, comment string) []*yaml.Node
func BuildIntNode ¶ added in v0.3.0
func BuildIntNode(key, value, comment string) []*yaml.Node
func BuildMapNode ¶ added in v0.3.0
func BuildMapNode(key, comment string) (*yaml.Node, *yaml.Node)
func BuildSequenceNode ¶ added in v0.3.0
func BuildSequenceNode(key, comment string) (*yaml.Node, *yaml.Node)
func BuildStringNode ¶ added in v0.3.0
func BuildStringNode(key, value, comment string) []*yaml.Node
func FileExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.