gomod

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCmd

func GetCmd() *cobra.Command

Types

type GraphNode

type GraphNode struct {
	NodeId    int
	FillColor string
}

func NewGraphNode

func NewGraphNode(id int) *GraphNode

type ModGraph

type ModGraph struct {
	Mod       map[string]*GraphNode
	DepMod    map[int][]int
	Keyword   string
	FillColor string
	// contains filtered or unexported fields
}

func NewModGraph

func NewModGraph(r io.Reader) *ModGraph

func (*ModGraph) Parse

func (m *ModGraph) Parse()

func (*ModGraph) Render

func (m *ModGraph) Render(w io.Writer) error

Jump to

Keyboard shortcuts

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