package
Version:
v0.2.15
Opens a new window with list of versions in this module.
Published: Dec 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Graph[T common.Named] interface {
Add(node T, dependencies ...T)
TopoSort() error
Nodes() []T
Count() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.