chore: coding style (#4037)

This commit is contained in:
Kevin Wan
2024-04-03 22:55:52 +08:00
committed by GitHub
parent 968727412d
commit 08563482e5
3 changed files with 9 additions and 7 deletions

View File

@@ -9,5 +9,5 @@ type Config struct {
HealthPath string `json:",default=/healthz"`
EnableMetrics bool `json:",default=true"`
EnablePprof bool `json:",default=true"`
HealthRespInfo string `json:",default=OK"`
HealthResponse string `json:",default=OK"`
}