package
0.17.0
Repository: https://github.com/ipfs/go-graphsync.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package reconciledloader implements a block loader that can load from two different sources: - a local store - a series of remote responses for a given graphsync selector query It verifies the sequence of remote responses matches the sequence of loads called from a local selector traversal.
No description provided by the author

# Functions

New generates a new request manager from a context, network, and selectorQuerier.

# Structs

RequestManager tracks outgoing requests and processes incoming reponses to them.

# Interfaces

PeerHandler is an interface that can send requests to peers.
PersistenceOptions is an interface for getting loaders by name.
RequestHooks run for new requests.
ResponseHooks run for new responses.