Versions in this module Expand all Collapse all v0 v0.3.1 Aug 12, 2020 Changes in this version + type Path interface + IsValid func() error + Mutable func() bool + Namespace func() string + String func() string + func Join(base Path, a ...string) Path + func New(p string) Path + type Resolved interface + Cid func() cid.Cid + Remainder func() string + Root func() cid.Cid + func IpfsPath(c cid.Cid) Resolved + func IpldPath(c cid.Cid) Resolved + func NewResolvedPath(ipath ipfspath.Path, c cid.Cid, root cid.Cid, remainder string) Resolved