dag

package
v0.1.0-preview Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateGraph

func ValidateGraph(g Graph) error

Types

type Graph

type Graph struct {
	Nodes []NodeSpec `json:"nodes"`
}

func DefaultGraph

func DefaultGraph() Graph

func NormalizeGraph

func NormalizeGraph(g Graph) Graph

type NodeSpec

type NodeSpec struct {
	NodeID    string   `json:"node_id"`
	Type      string   `json:"type"`
	DependsOn []string `json:"depends_on"`
}

Jump to

Keyboard shortcuts

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