mirror of https://github.com/hashicorp/consul
api/agent: Support HTTP service checks in client api
parent
954aec6623
commit
8cbca78b29
|
@ -66,6 +66,7 @@ type AgentServiceCheck struct {
|
|||
Script string `json:",omitempty"`
|
||||
Interval string `json:",omitempty"`
|
||||
TTL string `json:",omitempty"`
|
||||
HTTP string `json:",omitempty"`
|
||||
}
|
||||
type AgentServiceChecks []*AgentServiceCheck
|
||||
|
||||
|
|
Loading…
Reference in New Issue