Documentation
¶
Index ¶
- type Dot
- type Grapher
- func (g *Grapher) ClassDeps(c *symbols.Class, maxRecursion int64) string
- func (g *Grapher) FileDeps(f *symbols.File, maxRecursion int64, root, block bool) string
- func (g *Grapher) FuncDeps(f *symbols.Function) string
- func (g *Grapher) Namespace(ns *symbols.Namespace) string
- func (g *Grapher) Namespaces(ns *symbols.Namespaces) string
- type OutputFormat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dot ¶
type Dot struct { Format OutputFormat InputFile string OutputName string }
type Grapher ¶
type Grapher struct{}
func NewGrapher ¶
func NewGrapher() *Grapher
func (*Grapher) Namespaces ¶
func (g *Grapher) Namespaces(ns *symbols.Namespaces) string
type OutputFormat ¶
type OutputFormat int8
const ( Svg OutputFormat Png )
func (OutputFormat) String ¶
func (f OutputFormat) String() string
Click to show internal directories.
Click to hide internal directories.