package
0.0.0-20240715142559-4fefc294b2bd
Repository: https://github.com/base-org/blob-archiver.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrCompress is returned when there is an error gzipping the data.
ErrMarshaling is returned when there is an error in (un)marshaling the blob.
ErrNotFound is returned when a blob is not found in the storage.
ErrStorage is returned when there is an error accessing the storage.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DataStore is the interface for a data store that can be both written to and read from.
DataStoreReader is the interface for reading from a data store.
DataStoreWriter is the interface for writing to a data store.
# Type aliases
BackfillProcesses maps backfill start block hash --> BackfillProcess.