# 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:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
# 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.
# Type aliases
FetchCallback is called for each node traversed during a fetch
Deprecated: use github.com/ipfs/boxo/fetcher.FetchCallback.