depdag

package
v0.1.2-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeDAG

func MakeDAG(nodes []Node) graph.Graph[string, string]

func SaveDAG

func SaveDAG(nodes []Node, fname string)

Types

type Node

type Node struct {
	ID           string   `yaml:"id"`
	Dependencies []string `yaml:"dependencies"`
}

Jump to

Keyboard shortcuts

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