Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dot ¶
type Dot struct {
// Name is the name of the graphviz graph.
Name string
// GraphAttrs are attributes that apply to the graph as a whole.
GraphAttrs map[string]interface{}
// EdgeAttrs are attributes that apply to specific edges in the graph.
EdgeAttrs map[goraph.Edge]map[string]interface{}
// VertexAttrs are attributes that apply to specific vertices in the graph.
VertexAttrs map[goraph.Vertex]map[string]interface{}
// EdgeGlobalAttrs are attributes that apply to every edge in the graph.
EdgeGlobalAttrs map[string]interface{}
// VertexGlobalAttrs are attributes that apply to every vertex in the graph.
VertexGlobalAttrs map[string]interface{}
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.