Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BindAddr string `envconfig:"BIND_ADDR"`
RendererURL string `envconfig:"RENDERER_URL"`
FilterAPIURL string `envconfig:"FILTER_API_URL"`
DatasetAPIURL string `envconfig:"DATASET_API_URL"`
HierarchyAPIURL string `envconfig:"HIERARCHY_API_URL"`
DatasetAPIAuthToken string `envconfig:"DATASET_API_AUTH_TOKEN" json:"-"`
FilterAPIAuthToken string `envconfig:"FILTER_API_AUTH_TOKEN" json:"-"`
SearchAPIAuthToken string `envconfig:"SEARCH_API_AUTH_TOKEN" json:"-"`
SearchAPIURL string `envconfig:"SEARCH_API_URL"`
DownloadServiceURL string `envconfig:"DOWNLOAD_SERVICE_URL"`
EnableDatasetPreview bool `envconfig:"ENABLE_DATASET_PREVIEW"`
EnableLoop11 bool `envconfig:"ENABLE_LOOP11"`
HealthCheckInterval time.Duration `envconfig:"HEALTHCHECK_INTERVAL"`
HealthCheckCriticalTimeout time.Duration `envconfig:"HEALTHCHECK_CRITICAL_TIMEOUT"`
}
Config represents service configuration for dp-frontend-filter-dataset-controller
Click to show internal directories.
Click to hide internal directories.