mirror of
https://github.com/fosrl/newt.git
synced 2026-05-05 23:50:10 -05:00
Remove hc id
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user