Merge pull request #2530 from coffeehc/master

adapt to server's checker field TLSSkipVerify type
This commit is contained in:
James Phillips 2016-11-29 16:00:21 -08:00 committed by GitHub
commit d97eb758c6
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ type AgentServiceCheck struct {
TCP string `json:",omitempty"`
Status string `json:",omitempty"`
Notes string `json:",omitempty"`
TLSSkipVerify string `json:",omitempty"`
TLSSkipVerify bool `json:",omitempty"`
// In Consul 0.7 and later, checks that are associated with a service
// may also contain this optional DeregisterCriticalServiceAfter field,