package
1.7.5
Repository: https://github.com/filecoin-project/boost.git
Documentation: pkg.go.dev

# Packages

Package mock is a generated GoMock package.

# Functions

FetcherForHTTPEndpoint makes an fetcher that reads from an HTTP endpoint.
No description provided by the author
NewConfigFilter constructs a new peer filter.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

AllowList is a peer list where only the specified peers are allowed to serve retrievals.
DenyList is a peer list where the specified peers cannot serve retrievals, but all others can.
UpdateInterval is the default interval at which the public list is refected and updated.

# Structs

BlockFilter manages updating a deny list and checking for CID inclusion in that list.
ConfigFilter manages filtering based on a remotely fetched retrieval configuration.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

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

# Type aliases

Fetcher is a function that fetches from a remote source The first return value indicates whether any update has occurred since the last fetch time The second return is a stream of data if an update has occurred The third is any error.
PeerListType is either an allow list or a deny list.