Documentation
¶
Index ¶
- func DeepCopyYaml(node *yaml.Node) *yaml.Node
- func GetYamlValue(node *yaml.Node, path []string) *yaml.Node
- func KeyExists(node *yaml.Node, path []string) bool
- func RemoveYamlValue(node *yaml.Node, path []string)
- func SetYamlValue(node *yaml.Node, path []string, value string)
- func YamlEqual(a, b *yaml.Node) bool
- func YamlToString(input *yaml.Node) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopyYaml ¶
DeepCopyYaml creates a deep copy of YAML
func GetYamlValue ¶
GetYamlValue gets a value from a YAML node by path
func RemoveYamlValue ¶
RemoveYamlValue removes a value from a YAML node by path
func SetYamlValue ¶
SetYamlValue sets a value in a YAML node by path
func YamlToString ¶
YamlToString converts a YAML node to a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.