package
0.11.2
Repository: https://github.com/ipfs/interface-go-ipfs-core.git
Documentation: pkg.go.dev

# Functions

IpfsPath creates new /ipfs path from the provided CID Deprecated: use github.com/ipfs/boxo/coreiface/path.IpfsPath.
IpldPath creates new /ipld path from the provided CID Deprecated: use github.com/ipfs/boxo/coreiface/path.IpldPath.
Join appends provided segments to the base path Deprecated: use github.com/ipfs/boxo/coreiface/path.Join.
New parses string path to a Path Deprecated: use github.com/ipfs/boxo/coreiface/path.New.
NewResolvedPath creates new Resolved path.

# Interfaces

Path is a generic wrapper for paths used in the API.
Resolved is a path which was resolved to the last resolvable node.