graph

package
v0.0.0-...-0a479bd Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TopoSort

func TopoSort(g *Graph) ([]string, error)

Types

type Graph

type Graph struct {
	Nodes map[string]Node
}

func Build

func Build(profile *config.Profile) (*Graph, error)

type Node

type Node struct {
	Name      string
	Kind      string
	DependsOn []string
}

Jump to

Keyboard shortcuts

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