graph

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

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

func (*Command) Name

func (*Command) Name() string

func (*Command) SetFlags

func (cmd *Command) SetFlags(f *flag.FlagSet)

func (*Command) Synopsis

func (*Command) Synopsis() string

func (*Command) Usage

func (*Command) Usage() string

type Digraph added in v0.2.2

type Digraph struct {
	// contains filtered or unexported fields
}

func (*Digraph) Label added in v0.2.2

func (ctx *Digraph) Label(p *pkggraph.Node) string

func (*Digraph) Write added in v0.2.2

func (ctx *Digraph) Write(graph *pkggraph.Graph)

type Dot added in v0.0.2

type Dot struct {
	// contains filtered or unexported fields
}

func (*Dot) ClusterLabel added in v0.0.2

func (ctx *Dot) ClusterLabel(tree *pkggraph.Tree, parentPrinted bool) string

func (*Dot) Label added in v0.0.2

func (ctx *Dot) Label(p *pkggraph.Node) string

func (*Dot) Ref added in v0.0.2

func (ctx *Dot) Ref(p *pkggraph.Node) string

func (*Dot) TreeLabel added in v0.0.2

func (ctx *Dot) TreeLabel(tree *pkggraph.Tree, parentPrinted bool) string

func (*Dot) TreeRef added in v0.0.2

func (ctx *Dot) TreeRef(tree *pkggraph.Tree) string

func (*Dot) Write added in v0.2.2

func (ctx *Dot) Write(graph *pkggraph.Graph)

func (*Dot) WriteClusters added in v0.0.2

func (ctx *Dot) WriteClusters(graph *pkggraph.Graph)

func (*Dot) WriteRegular added in v0.0.2

func (ctx *Dot) WriteRegular(graph *pkggraph.Graph)

type Edges added in v0.2.2

type Edges struct {
	// contains filtered or unexported fields
}

func (*Edges) Label added in v0.2.2

func (ctx *Edges) Label(p *pkggraph.Node) string

func (*Edges) Write added in v0.2.2

func (ctx *Edges) Write(graph *pkggraph.Graph)

type Format added in v0.2.2

type Format interface {
	Write(*pkggraph.Graph)
}

type GraphML added in v0.2.2

type GraphML struct {
	// contains filtered or unexported fields
}

func (*GraphML) ConvertGraph added in v0.2.2

func (ctx *GraphML) ConvertGraph(graph *pkggraph.Graph) *graphml.Graph

func (*GraphML) Label added in v0.2.2

func (ctx *GraphML) Label(p *pkggraph.Node) string

func (*GraphML) Write added in v0.2.2

func (ctx *GraphML) Write(graph *pkggraph.Graph)

type TGF added in v0.2.2

type TGF struct {
	// contains filtered or unexported fields
}

func (*TGF) Label added in v0.2.2

func (ctx *TGF) Label(p *pkggraph.Node) string

func (*TGF) Write added in v0.2.2

func (ctx *TGF) Write(graph *pkggraph.Graph)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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