toposort

package
v0.0.0-...-6939f6d Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DisplayGraph

func DisplayGraph(w io.Writer, graph *Graph)

Types

type Graph

type Graph struct {
	Nodes []Node
}

func NewGraph

func NewGraph(nodes ...Node) *Graph

func ResolveGraph

func ResolveGraph(graph *Graph) (Graph, error)

type Node

type Node interface {
	Symbol() string
	GetDeps() []string
}

Jump to

Keyboard shortcuts

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