Categorygithub.com/ipfs/go-fetcher
modulepackage
1.6.2
Repository: https://github.com/ipfs/go-fetcher.git
Documentation: pkg.go.dev

# README

go-fetcher

ā— This repo is no longer maintained.

šŸ‘‰ We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/fetcher. šŸŽļø Good news! There is tooling and documentation to expedite a switch in your repo.

āš ļø If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).

šŸ“š Learn more, including how to take the maintainership mantle or ask questions, here.

Go-fetcher is a library to retrieve IPLD prime nodes from IPFS using data exchange protocols

License

The go-fetcher project is dual-licensed under Apache 2.0 and MIT terms:

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

FetchResult is a single node read as part of a dag operation called on a fetcher Deprecated: use github.com/ipfs/boxo/fetcher.FetchResult.

# Interfaces

Factory is anything that can create new sessions of the fetcher Deprecated: use github.com/ipfs/boxo/fetcher.Factory.
Fetcher is an interface for reading from a dag.

# Type aliases

FetchCallback is called for each node traversed during a fetch Deprecated: use github.com/ipfs/boxo/fetcher.FetchCallback.