package
0.31.14
Repository: https://github.com/onflow/flow-archive.git
Documentation: pkg.go.dev

# Functions

NewGCPStreamer returns a new GCP Streamer using the given bucket and options.
WithBufferSize can be used to specify the buffer size for a Google Cloud Streamer to use.
WithCatchupBlocks injects a number of block IDs that are already finalized, but for which we still need to download the execution data records.

# Variables

DefaultConfig is the default configuration for the Google Cloud Streamer.

# Structs

Config is the configuration for a Google Cloud Streamer.
GCPStreamer is a component that downloads block data from a Google Cloud bucket.

# Type aliases

Option is a function that can be applied to a Config.