package
0.15.5-dev
Repository: https://github.com/joeduffy/pulumi.git
Documentation: pkg.go.dev

# Packages

Package dotconv converts a resource graph into its DOT digraph equivalent.

# Functions

Topsort topologically sorts the graph, yielding an array of nodes that are in dependency order, using a simple DFS-based algorithm.

# Interfaces

Edge is a directed edge from one vertex to another.
Graph is an instance of a resource digraph.
Vertex is a single vertex within an overall resource graph.