package
0.3.2
Repository: https://github.com/ipfs/go-path.git
Documentation: pkg.go.dev

# Functions

NewBasicResolver constructs a new basic resolver.
ResolveSingle simply resolves one hop of a path through a graph with no extra context (does not opaquely resolve through sharded nodes) Deprecated: fetch node as ipld-prime or convert it and then use a selector to traverse through it.

# Variables

ErrNoComponents is used when Paths after a protocol do not contain at least one component Deprecated: use github.com/ipfs/boxo/path/resolver.ErrNoComponents.

# Structs

ErrNoLink is returned when a link is not found in a path Deprecated: use github.com/ipfs/boxo/path/resolver.ErrNoLink.

# Interfaces

Resolver provides path resolution to IPFS.