Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { // ID of the node. ID string `json:"id"` // Parent node. Parent *string `json:"parent"` // Child nodes. Children []string `json:"children"` }
Node within a graph.
Click to show internal directories.
Click to hide internal directories.