Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + type Resolver struct + func NewResolver(id conflow.ID, nodes ...conflow.Node) *Resolver + func (r *Resolver) AddNodes(nodes ...conflow.Node) + func (r *Resolver) Resolve() (result []conflow.Node, dependencies conflow.Dependencies, err parsley.Error)