Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter struct{}
Formatter formats dependency graphs as Graphviz DOT.
func (*Formatter) Format ¶
func (f *Formatter) Format(g depgraph.FileDependencyGraph, opts formatters.RenderOptions) (string, error)
Format converts the dependency graph to Graphviz DOT format.
Click to show internal directories.
Click to hide internal directories.