Documentation ¶ Index ¶ type Config func (cfg *Config) RegisterFlags(f *flag.FlagSet) func (cfg *Config) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Consumer consumer.Config `yaml:"consumer"` Querier querier.Config `yaml:"querier"` // StorageBucketPrefix is the prefix to use for the storage bucket. StorageBucketPrefix string `yaml:"storage_bucket_prefix"` } func (*Config) RegisterFlags ¶ func (cfg *Config) RegisterFlags(f *flag.FlagSet) func (*Config) Validate ¶ func (cfg *Config) Validate() error Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.