Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + func AddGraphScalability(name string) error + func WriteGraph(name string, graphData string) error + type Dot struct + Format OutputFormat + InputFile string + OutputName string + func (d *Dot) Execute() error + type Grapher struct + Database *models.Database + Graph *models.Graph + func NewGrapher(database *models.Database) *Grapher + func (g *Grapher) FunctionDeps(funcGraph *models.Graph) string + func (g *Grapher) Paths(paths [][]*models.Func) string + type OutputFormat int8 + const Png + const Svg + func (f OutputFormat) String() string