This commit is contained in:
2026-04-11 03:05:07 +02:00
parent 56a4a6ba25
commit ad7d7e20fc
5 changed files with 24 additions and 24 deletions

View File

@@ -86,10 +86,10 @@ type rawConfig struct {
}
type rawMaglev struct {
HealthChecker rawHealthCheckerCfg `yaml:"healthchecker"`
HealthChecker rawHealthCheckerCfg `yaml:"healthchecker"`
HealthChecks map[string]rawHealthCheck `yaml:"healthchecks"`
Backends map[string]rawBackend `yaml:"backends"`
Frontends map[string]rawFrontend `yaml:"frontends"`
Backends map[string]rawBackend `yaml:"backends"`
Frontends map[string]rawFrontend `yaml:"frontends"`
}
type rawHealthCheckerCfg struct {