# Functions
InitializeKeyspace sets the ipns record for the given key to point to an empty directory.
No description provided by the author
NewDNSResolver constructs a name resolver using DNS TXT records.
NewIpnsPublisher constructs a publisher for the IPFS Routing name system.
NewIpnsResolver constructs a name resolver using the IPFS Routing system to implement SFS-like naming on top.
NewNameSystem will construct the IPFS naming system based on Routing.
PkKeyForID returns the public key routing key for the given peer ID.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
DefaultResolverCacheTTL defines max ttl of a record placed in namesys cache.
# Variables
ErrPublishFailed signals an error when attempting to publish.
ErrResolveFailed signals an error when attempting to resolve.
ErrResolveRecursion signals a recursion-depth limit.
# Structs
DNSResolver implements a Resolver on DNS domains.
IpnsPublisher is capable of publishing and resolving names to the IPFS routing system.
IpnsResolver implements NSResolver for the main IPFS SFS-like naming.
No description provided by the author
Result is the return type for Resolver.ResolveAsync.
# Interfaces
Namesys represents a cohesive name publishing and resolving system.
Publisher is an object capable of publishing particular names.
Resolver is an object capable of resolving names.
# Type aliases
No description provided by the author