Remove hc id

Former-commit-id: 8bfb4659c0
This commit is contained in:
Owen
2026-04-20 21:52:21 -07:00
parent 9725c266be
commit 7c3e0de5c9
-1
View File
@@ -38,7 +38,6 @@ func (s Health) String() string {
// Config holds the health check configuration for a target
type Config struct {
ID int `json:"id"`
HcID int `json:"hcId"` // the id of the health check table not the target
Enabled bool `json:"hcEnabled"`
Path string `json:"hcPath"`
Scheme string `json:"hcScheme"`