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

# Functions

NewBlockHooks returns a new list of outgoing block hooks.
NewRequestHooks returns a new list of incoming request hooks.
NewUpdateHooks returns a new list of request updated hooks.

# Structs

BlockResult is the result of processing block hooks.
ErrPaused indicates a request should stop processing, but only cause it's paused.
IncomingRequestHooks is a set of incoming request hooks that can be processed.
OutgoingBlockHooks is a set of outgoing block hooks that can be processed.
RequestResult is the outcome of running requesthooks.
RequestUpdatedHooks manages and runs hooks for request updates.
UpdateResult is the result of running update hooks.

# Interfaces

PersistenceOptions is an interface for getting loaders by name.