//
pkg.gl
Category
github.com/joeduffy/pulumi
pkg
graph
package
0.15.5-dev
Repository:
https://github.com/joeduffy/pulumi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
52 SLOC
#
Packages
dotconv
Package dotconv converts a resource graph into its DOT digraph equivalent.
#
Functions
Topsort
Topsort topologically sorts the graph, yielding an array of nodes that are in dependency order, using a simple DFS-based algorithm.
#
Interfaces
Edge
Edge is a directed edge from one vertex to another.
Graph
Graph is an instance of a resource digraph.
Vertex
Vertex is a single vertex within an overall resource graph.