Versions in this module Expand all Collapse all v0 v0.14.3 Oct 20, 2023 v0.14.2 May 10, 2021 Changes in this version + type Graph struct + func New() *Graph + func (g *Graph) Add(name string, in []string, out []string) error + func (g *Graph) Analyze() error + func (g *Graph) Has(name string) bool