internal

package
v0.0.0-...-0433a10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadAndSaveBloomFilter

func DownloadAndSaveBloomFilter(outputDir string) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳