config

package
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RendererVersion = "v0.2.0"

Functions

This section is empty.

Types

type Config

type Config struct {
	APIRouterURL                   string        `envconfig:"API_ROUTER_URL"`
	BindAddr                       string        `envconfig:"BIND_ADDR"`
	CacheCensusTopicUpdateInterval time.Duration `envconfig:"CACHE_CENSUS_TOPICS_UPDATE_INTERVAL"`
	CacheDataTopicUpdateInterval   time.Duration `envconfig:"CACHE_DATA_TOPICS_UPDATE_INTERVAL"`
	CacheNavigationUpdateInterval  time.Duration `envconfig:"CACHE_NAVIGATION_UPDATE_INTERVAL"`
	CensusTopicID                  string        `envconfig:"CENSUS_TOPIC_ID"`
	Debug                          bool          `envconfig:"DEBUG"`
	DefaultLimit                   int           `envconfig:"DEFAULT_LIMIT"`
	DefaultMaximumLimit            int           `envconfig:"DEFAULT_MAXIMUM_LIMIT"`
	DefaultMaximumSearchResults    int           `envconfig:"DEFAULT_MAXIMUM_SEARCH_RESULTS"`
	DefaultOffset                  int           `envconfig:"DEFAULT_OFFSET"`
	DefaultPage                    int           `envconfig:"DEFAULT_PAGE"`
	*DefaultSort
	EnableAggregationPages             bool          `envconfig:"ENABLE_AGGREGATION_PAGES"`
	EnableNLPSearch                    bool          `envconfig:"ENABLE_NLP_SEARCH"`
	EnableRedirectAPI                  bool          `envconfig:"ENABLE_REDIRECT_API"`
	EnableTopicAggregationPages        bool          `envconfig:"ENABLE_TOPIC_AGGREGATION_PAGES"`
	FeedbackAPIURL                     string        `envconfig:"FEEDBACK_API_URL"`
	EnableCensusDimensionsFilterOption bool          `envconfig:"ENABLE_CENSUS_DIMENSIONS_FILTER_OPTION"`
	EnableCensusTopicFilterOption      bool          `envconfig:"ENABLE_CENSUS_TOPIC_FILTER_OPTION"`
	EnableNewNavBar                    bool          `envconfig:"ENABLE_NEW_NAV_BAR"`
	GracefulShutdownTimeout            time.Duration `envconfig:"GRACEFUL_SHUTDOWN_TIMEOUT"`
	HealthCheckCriticalTimeout         time.Duration `envconfig:"HEALTHCHECK_CRITICAL_TIMEOUT"`
	HealthCheckInterval                time.Duration `envconfig:"HEALTHCHECK_INTERVAL"`
	OTBatchTimeout                     time.Duration `encconfig:"OTEL_BATCH_TIMEOUT"`
	OTExporterOTLPEndpoint             string        `envconfig:"OTEL_EXPORTER_OTLP_ENDPOINT"`
	OTServiceName                      string        `envconfig:"OTEL_SERVICE_NAME"`
	OtelEnabled                        bool          `envconfig:"OTEL_ENABLED"`
	IsPublishing                       bool          `envconfig:"IS_PUBLISHING"`
	PatternLibraryAssetsPath           string        `envconfig:"PATTERN_LIBRARY_ASSETS_PATH"`
	RedirectAPIURL                     string        `envconfig:"REDIRECT_API_URL"`
	ServiceAuthToken                   string        `envconfig:"SERVICE_AUTH_TOKEN"   json:"-"`
	SiteDomain                         string        `envconfig:"SITE_DOMAIN"`
	SupportedLanguages                 []string      `envconfig:"SUPPORTED_LANGUAGES"`
}

Config represents service configuration for dp-frontend-search-controller

func Get

func Get() (*Config, error)

Get returns the default config with any modifications through environment variables

type DefaultSort added in v1.1.0

type DefaultSort struct {
	Aggregation      string `envconfig:"DEFAULT_AGGREGATION_SORT"`
	Dataset          string `envconfig:"DEFAULT_DATASET_SORT"`
	Other            string `envconfig:"DEFAULT_SORT"`
	PreviousReleases string `envconfig:"DEFAULT_PREVIOUS_RELEASES_SORT"`
	RelatedData      string `envconfig:"DEFAULT_RELATED_DATA_SORT"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL