package
Version:
v1.10.0
Opens a new window with list of versions in this module.
Published: Jan 21, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package graph provides DAG graph generation for pipeline visualization.
Edge represents a directed edge between two nodes.
Graph represents a directed acyclic graph of pipeline jobs.
New creates a new empty Graph.
AddEdge adds a directed edge from one node to another.
AddNode adds a node to the graph.
DOT generates a Graphviz DOT format representation of the graph.
Edges returns all edges in the graph.
Mermaid generates a Mermaid diagram representation of the graph.
Nodes returns all nodes in the graph.
Node represents a job node in the dependency graph.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.