Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadAndSaveBloomFilter ¶
DownloadAndSaveBloomFilter downloads the remote bloom filter file and saves it to the specified location.
Types ¶
type Config ¶
type Config struct { S3Bucket string `mapstructure:"s3_bucket"` // S3 bucket name S3Key string `mapstructure:"s3_key"` // S3 object key Region string `mapstructure:"region"` // AWS region FilePath string `mapstructure:"file_path"` // File path to read from }
Config represents the configuration structure.
Click to show internal directories.
Click to hide internal directories.