Documentation ¶
Overview ¶
Package dot provides serialization utilities for a servicegraph using the dot format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateHTML ¶
func GenerateHTML(w io.Writer, g *servicegraph.Dynamic) error
GenerateHTML writes out HTML that will visually display a graph based on a js rendering of dot.
func GenerateRaw ¶
func GenerateRaw(w io.Writer, g *servicegraph.Dynamic) error
GenerateRaw writes out a dot graph in text form.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.