Documentation
¶
Index ¶
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"`
Index index.Config `yaml:"index"`
Metastore metastore.Config `yaml:"metastore"`
// StorageBucketPrefix is the prefix to use for the storage bucket.
StorageBucketPrefix string `yaml:"storage_bucket_prefix"`
}
func (*Config) RegisterFlags ¶
Click to show internal directories.
Click to hide internal directories.