Documentation ¶
Index ¶
- type Command
- type Dot
- func (ctx *Dot) ClusterLabel(tree *pkgset.Tree, parentPrinted bool) string
- func (ctx *Dot) Label(p *packages.Package) string
- func (ctx *Dot) Ref(p *packages.Package) string
- func (ctx *Dot) TreeLabel(tree *pkgset.Tree, parentPrinted bool) string
- func (ctx *Dot) TreeRef(tree *pkgset.Tree) string
- func (ctx *Dot) WriteClusters(result pkgset.Set, pkgs []*packages.Package)
- func (ctx *Dot) WriteRegular(result pkgset.Set, pkgs []*packages.Package)
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 ¶ added in v0.0.2
type Dot struct {
// contains filtered or unexported fields
}
func (*Dot) ClusterLabel ¶ added in v0.0.2
func (*Dot) WriteClusters ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.