Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ReadinessPath string `mapstructure:"readinessPath"`
LivenessPath string `mapstructure:"livenessPath"`
Port string `mapstructure:"port"`
Pprof string `mapstructure:"pprof"`
PrometheusPath string `mapstructure:"prometheusPath"`
PrometheusPort string `mapstructure:"prometheusPort"`
CheckIntervalSeconds int `mapstructure:"checkIntervalSeconds"`
}
Click to show internal directories.
Click to hide internal directories.