Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AWS AWS
BindAddr string `envconfig:"BIND_ADDR"`
ElasticSearchAPIURL string `envconfig:"ELASTIC_SEARCH_URL"`
ElasticVersion710 bool `envconfig:"ELASTIC_VERSION_710"`
GracefulShutdownTimeout time.Duration `envconfig:"GRACEFUL_SHUTDOWN_TIMEOUT"`
HealthCheckCriticalTimeout time.Duration `envconfig:"HEALTHCHECK_CRITICAL_TIMEOUT"`
HealthCheckInterval time.Duration `envconfig:"HEALTHCHECK_INTERVAL"`
ServiceAuthToken string `envconfig:"SERVICE_AUTH_TOKEN"`
ZebedeeURL string `envconfig:"ZEBEDEE_URL"`
}
Config is the search API handler config
Click to show internal directories.
Click to hide internal directories.