Versions in this module Expand all Collapse all v5 v5.0.0 Feb 25, 2024 Changes in this version + var NoChildren = []Noder + type Equal func(a, b Hasher) bool + type Hasher interface + Hash func() []byte + type Noder interface + Children func() ([]Noder, error) + IsDir func() bool + Name func() string + NumChildren func() (int, error) + Skip func() bool + type Path []Noder + func (p Path) Children() ([]Noder, error) + func (p Path) Compare(other Path) int + func (p Path) Hash() []byte + func (p Path) IsDir() bool + func (p Path) Last() Noder + func (p Path) Name() string + func (p Path) NumChildren() (int, error) + func (p Path) Skip() bool + func (p Path) String() string