Versions in this module Expand all Collapse all v0 v0.0.11 Mar 7, 2024 Changes in this version + func ApplyPerNodeFuncs(original fsnode.Parent, fns ...PerNodeFunc) fsnode.Parent + type PerNodeFunc interface + Apply func(context.Context, fsnode.T) (adds []fsnode.T, _ error) + func NewPerNodeFunc(fn func(context.Context, fsnode.T) ([]fsnode.T, error)) PerNodeFunc