grapher

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

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
}

func (*Dot) Execute

func (d *Dot) Execute() error

type Grapher

type Grapher struct{}

func NewGrapher

func NewGrapher() *Grapher

func (*Grapher) ClassDeps

func (g *Grapher) ClassDeps(c *symbols.Class, maxRecursion int64) string

func (*Grapher) FileDeps

func (g *Grapher) FileDeps(f *symbols.File, maxRecursion int64, root, block bool) string

func (*Grapher) FuncDeps

func (g *Grapher) FuncDeps(f *symbols.Function) string

func (*Grapher) Namespace

func (g *Grapher) Namespace(ns *symbols.Namespace) string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL