Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyGraph ¶
func New ¶
func New() DependencyGraph
func (*DependencyGraph) AddDependency ¶
func (g *DependencyGraph) AddDependency(from string, to string) error
func (*DependencyGraph) AddFile ¶
func (g *DependencyGraph) AddFile(pkg string, path string)
func (*DependencyGraph) GetDependencies ¶
func (g *DependencyGraph) GetDependencies(nodes []*Node) []*Node
func (*DependencyGraph) GetDependenciesOfPackage ¶
func (g *DependencyGraph) GetDependenciesOfPackage(pkg string) []*Node
Click to show internal directories.
Click to hide internal directories.