From 8bfb4659c05f78af4fd82e58f7b470b4cac1c4ce Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 20 Apr 2026 21:52:21 -0700 Subject: [PATCH] Remove hc id --- healthcheck/healthcheck.go | 1 - 1 file changed, 1 deletion(-) diff --git a/healthcheck/healthcheck.go b/healthcheck/healthcheck.go index be0c7ff..a7f0b6a 100644 --- a/healthcheck/healthcheck.go +++ b/healthcheck/healthcheck.go @@ -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"`