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

# Functions

DefaultPublishOptions returns the default options for publishing an IPNS record.
DefaultResolveOpts returns the default options for resolving an IPNS path Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.DefaultResolveOpts.
Depth is the recursion depth limit Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.Depth.
DhtRecordCount is the number of IPNS records to retrieve from the DHT Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.DhtRecordCount.
DhtTimeout is the amount of time to wait for DHT records to be fetched and verified.
ProcessOpts converts an array of ResolveOpt into a ResolveOpts object Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.ProcessOpts.
ProcessPublishOptions converts an array of PublishOpt into a PublishOpts object.
PublishWithEOL sets an EOL.
PublishWithEOL sets a TTL.

# Constants

DefaultDepthLimit is the default depth limit used by Resolve.
DefaultIPNSRecordEOL specifies the time that the network will cache IPNS records after being published.
DefaultIPNSRecordTTL specifies the time that the record can be cached before checking if its validity again.
UnlimitedDepth allows infinite recursion in Resolve.

# Structs

PublishOptions specifies options for publishing an IPNS record.
ResolveOpts specifies options for resolving an IPNS path Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.ResolveOpts.

# Type aliases

PublishOption is used to set an option for PublishOpts.
ResolveOpt is used to set an option Deprecated: use github.com/ipfs/boxo/coreiface/options/namesys.ResolveOpt.