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

# Functions

New creates a new QueryExecutor.

# Constants

No description provided by the author
ErrFirstBlockLoad indicates the traversal was unable to load the very first block in the traversal.
No description provided by the author

# Structs

QueryExecutor is responsible for performing individual requests by executing their traversals.
ResponseSignals are message channels to communicate between the manager and the QueryExecutor.
ResponseTask returns all information needed to execute a given response.

# Interfaces

BlockHooks is an interface for processing block hooks.
Manager providers an interface to the response manager.
ResponseStream is an interface that returns sender interfaces for peer responses.
UpdateHooks is an interface for processing update hooks.