package
1.32.0-rc2
Repository: https://github.com/filecoin-project/lotus.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).

# Variables

ErrNoComponents is used when Paths after a protocol do not contain at least one component.

# Structs

ErrNoLink is returned when a link is not found in a path.
Resolver provides path resolution to IPFS It has a pointer to a DAGService, which is uses to resolve nodes.

# Type aliases

ResolveOnce resolves path through a single node.