Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtensionConfig ¶
type ExtensionConfig struct { Search *SearchConfig Sync *sync.Config Metrics *MetricsConfig Scrub *ScrubConfig Lint *LintConfig }
type LintConfig ¶ added in v1.4.2
type MetricsConfig ¶
type MetricsConfig struct { Enable *bool Prometheus *PrometheusConfig }
type PrometheusConfig ¶
type PrometheusConfig struct {
Path string // default is "/metrics"
}
type ScrubConfig ¶ added in v1.4.0
type SearchConfig ¶
Click to show internal directories.
Click to hide internal directories.