Documentation ¶
Overview ¶
Package graphviz converts service graphs into Graphviz DOT language.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GraphToDotLanguage ¶
GraphToDotLanguage converts a graphviz graph to a Graphviz DOT language string via a template.
func ServiceGraphToDotLanguage ¶
func ServiceGraphToDotLanguage( serviceGraph graph.ServiceGraph) (dotLang string, err error)
ServiceGraphToDotLanguage converts a ServiceGraph to a Graphviz DOT language string.
Types ¶
type Graph ¶
Graph represents a Graphviz graph.
func ServiceGraphToGraph ¶
func ServiceGraphToGraph(sg graph.ServiceGraph) (Graph, error)
ServiceGraphToGraph converts a service graph to a graphviz graph.
Click to show internal directories.
Click to hide internal directories.