Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Sources map[string]SourceConfig `yaml:"sources"`
}
Config is used to configure the data source client
func UnmarshallConfig ¶
type SourceConfig ¶
type SourceConfig struct { // Valid keys map to the Period enum in service.proto // i.e. DAY, WEEK Queries map[string]string `yaml:"queries,flow"` }
SourceConfig specifies the configuration for a single data source
Click to show internal directories.
Click to hide internal directories.