Skip to content

Commit 92f46d9

Browse files
authored
fix: correct data type of filed Active.checks.active.https_verify_certificate (#2422)
1 parent bd1f6c1 commit 92f46d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/internal/core/entity/entity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type Active struct {
133133
Host string `json:"host,omitempty"`
134134
Port int `json:"port,omitempty"`
135135
HTTPPath string `json:"http_path,omitempty"`
136-
HTTPSVerifyCertificate string `json:"https_verify_certificate,omitempty"`
136+
HTTPSVerifyCertificate bool `json:"https_verify_certificate,omitempty"`
137137
Healthy Healthy `json:"healthy,omitempty"`
138138
UnHealthy UnHealthy `json:"unhealthy,omitempty"`
139139
ReqHeaders []string `json:"req_headers,omitempty"`

0 commit comments

Comments
 (0)