Remove hc id

This commit is contained in:
Owen
2026-04-20 21:52:21 -07:00
parent e8961c5de5
commit 8bfb4659c0

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"`