We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1f6c1 commit 92f46d9Copy full SHA for 92f46d9
api/internal/core/entity/entity.go
@@ -133,7 +133,7 @@ type Active struct {
133
Host string `json:"host,omitempty"`
134
Port int `json:"port,omitempty"`
135
HTTPPath string `json:"http_path,omitempty"`
136
- HTTPSVerifyCertificate string `json:"https_verify_certificate,omitempty"`
+ HTTPSVerifyCertificate bool `json:"https_verify_certificate,omitempty"`
137
Healthy Healthy `json:"healthy,omitempty"`
138
UnHealthy UnHealthy `json:"unhealthy,omitempty"`
139
ReqHeaders []string `json:"req_headers,omitempty"`
0 commit comments