# Functions

ConvertMapToNode converts map[string]string to yaml node.
ConvertNodeToMap converts yaml node to map[string]string.
ConvertNodeToMapInterface converts yaml node to map[string]interface.
CreateMappingNode creates yaml node based on node key.
CreateNode creates yaml node based on node key Type.
CreateScalarNode creates yaml node based on node key and value.
CreateSequenceNode creates yaml node based on node key.
DeleteNodes delete nodes in dst as per patchStrategy prior performing merge.
Equal checks whether the passed two nodes are equal.
FindNode parse the yaml node and return the matched node based on Config Options passed.
GetNodeIndex retrieves node index of specific node object value; yaml nodes are stored in arrays for all value types.
MergeNodes to merge two yaml nodes src(source) to dst(destination) node.
NotEqual checks whether the passed two nodes are not deep equal.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CfgNode options to be used to find specific node based on arrays of Keys passed in hierarchical order.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author