Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comparable ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) Comparable ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node implements INode and should be embedded into structs that will be added to a Graph. Usage:
type Entity struct { dag.Node Attribute string }
Click to show internal directories.
Click to hide internal directories.