Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node is a node in tree structure that has children or value If value is set it will assume there are no children, only used for last node in tree
func CreateTree ¶
CreateTree creates a new node tree based on the value map sent in. It will parse the keys as dot separated paths, ie. dependency.test.outputs.id and create a node tree where instead of key being dot separated it will have a root node called "dependency" that has child "test" and so on.
Returns the root node with all top level nodes
Click to show internal directories.
Click to hide internal directories.