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

# Functions

New returns a decoder object used to retrieve children of an intermediate chunk.
NewConfigFromContext returns a new Config based on the context.
SetConfigInContext sets the config params in the context.
SetFetchTimeout sets the timeout for each fetch.
No description provided by the author
SetStrategy sets the strategy for the retrieval.
SetStrict sets the strict mode for the retrieval.

# Constants

just retrieve data shards no decoding.
timeout for each chunk retrieval.
default prefetching strategy.
default fallback modes.
no prefetching and no decoding.
proximity driven selective fetching.
aggressive fetching racing all chunks.

# Variables

DefaultConfig is the default configuration for the getter.

# Structs

Config is the configuration for the getter - public.

# Type aliases

No description provided by the author