Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { Name string Label string Nodes map[string][]string Edges map[string]map[string]bool Subgraphs map[string]*Graph }
func (*Graph) AddNode ¶
AddNode adds a node example: ` "%s" [color="%s",penwidth=2,style="dashed"];`
func (*Graph) AddSubgraph ¶
func (*Graph) RenderAsDot ¶
func (*Graph) RenderDotBody ¶
Click to show internal directories.
Click to hide internal directories.