Documentation ¶
Index ¶
- type Command
- type Digraph
- type Dot
- func (ctx *Dot) Label(p *pkggraph.Node) string
- func (ctx *Dot) ModuleLabel(mod *pkgtree.Module) string
- func (ctx *Dot) ModuleRef(mod *pkgtree.Module) string
- func (ctx *Dot) Ref(p *pkggraph.Node) string
- func (ctx *Dot) RepoRef(repo *pkgtree.Repo) string
- func (ctx *Dot) TreePackageLabel(tp *pkgtree.Package, parentPrinted bool) string
- func (ctx *Dot) TreePackageRef(tp *pkgtree.Package) string
- func (ctx *Dot) Write(graph *pkggraph.Graph) error
- func (ctx *Dot) WriteClusters(graph *pkggraph.Graph) error
- func (ctx *Dot) WriteRegular(graph *pkggraph.Graph) error
- type Edges
- type Format
- type GraphML
- type TGF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) Execute ¶
func (cmd *Command) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
type Dot ¶
type Dot struct {
// contains filtered or unexported fields
}
func (*Dot) TreePackageLabel ¶ added in v0.5.0
func (*Dot) TreePackageRef ¶ added in v0.5.0
type GraphML ¶
type GraphML struct {
// contains filtered or unexported fields
}
func (*GraphML) ConvertGraph ¶
Click to show internal directories.
Click to hide internal directories.