Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateMermaidMarkupFile ¶
func GenerateMermaidMarkupFile(filename string, graph *MermaidGraph) error
Types ¶
type MermaidEdge ¶
type MermaidEdge struct { FromNode *MermaidNode ToNode *MermaidNode }
type MermaidGraph ¶
type MermaidGraph struct { Nodes []*MermaidNode Edges []*MermaidEdge SubGraphs []*MermaidSubgraph }
func FillMermaidGraph ¶
func FillMermaidGraph(t *tzap.Tzap) *MermaidGraph
type MermaidNode ¶
type MermaidSubgraph ¶
type MermaidSubgraph struct { Id string Label string Nodes []*MermaidNode Edges []*MermaidEdge SubGraphs []*MermaidSubgraph }
Click to show internal directories.
Click to hide internal directories.