package
2.5.0
Repository: https://github.com/ethersphere/bee.git
Documentation: pkg.go.dev

# Functions

NewMultiResolver will return a new MultiResolver instance.
ParseConnectionStrings will apply ParseConnectionString to each connection string.
WithConnectionConfigs will set the initial connection configuration.
No description provided by the author
WithForceDefault will force resolution using the default resolver chain.
WithLogger will set the logger used by the MultiResolver.

# Variables

ErrCloseFailed denotes that closing the multiresolver failed.
ErrInvalidTLD denotes passing an invalid TLD to the MultiResolver.
ErrResolverChainEmpty denotes trying to pop an empty resolver chain.
ErrResolverChainFailed denotes that an entire name resolution chain for a given TLD failed.
ErrTLDTooLong denotes when a TLD in a name exceeds maximum length.

# Structs

ConnectionConfig contains the TLD, endpoint and contract address used to establish to a resolver.
MultiResolver performs name resolutions based on the TLD label in the name.

# Type aliases

Option is a function that applies an option to a MultiResolver.