Documentation
¶
Overview ¶
Package yamledit provides functions to edit YAML files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FieldAttributeOrder = mapKeyOrder{
"name": -6,
"type": -5,
"external": -4,
"value": -3,
"description": -2,
}
FieldAttributeOrder is an ast.Visitor that sorts maps keys for field definitions.
Functions ¶
func DeleteNode ¶
DeleteNode deletes a node from a map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.