Documentation ¶
Overview ¶
Package resolver handles name resolution for the Swarm bee. It implements the Resolver interface as well as clients to connect to external name resolution services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrParse denotes failure to parse given value ErrParse = errors.New("could not parse") // ErrNotFound denotes that given name was not found ErrNotFound = errors.New("not found") // ErrServiceNotAvailable denotes that remote ENS service is not available ErrServiceNotAvailable = errors.New("not available") // ErrInvalidContentHash denotes that the value of the response contenthash record is not valid. ErrInvalidContentHash = errors.New("invalid swarm content hash") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.