Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DependencyGraph ¶
type DependencyGraph struct {
*Graph
}
func NewDependencyGraph ¶
func NewDependencyGraph(project *configurations.Project) (*DependencyGraph, error)
func (*DependencyGraph) Edges ¶
func (g *DependencyGraph) Edges() []Edge
func (*DependencyGraph) Nodes ¶
func (g *DependencyGraph) Nodes() []string
type Graph ¶
func (*Graph) TopologicalSort ¶
Click to show internal directories.
Click to hide internal directories.