Documentation
¶
Index ¶
- type Command
- type Digraph
- type Dot
- func (ctx *Dot) ClusterLabel(tree *pkggraph.Tree, parentPrinted bool) string
- func (ctx *Dot) Label(p *pkggraph.Node) string
- func (ctx *Dot) Ref(p *pkggraph.Node) string
- func (ctx *Dot) TreeLabel(tree *pkggraph.Tree, parentPrinted bool) string
- func (ctx *Dot) TreeRef(tree *pkggraph.Tree) string
- func (ctx *Dot) Write(graph *pkggraph.Graph)
- func (ctx *Dot) WriteClusters(graph *pkggraph.Graph)
- func (ctx *Dot) WriteRegular(graph *pkggraph.Graph)
- 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) ClusterLabel ¶
func (*Dot) WriteClusters ¶
func (*Dot) WriteRegular ¶
type GraphML ¶
type GraphML struct {
// contains filtered or unexported fields
}
func (*GraphML) ConvertGraph ¶
Click to show internal directories.
Click to hide internal directories.