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