Skip to content

Commit

Permalink
Adds notes field to API.
Browse files Browse the repository at this point in the history
Closes #2336.
  • Loading branch information
slackpad committed Nov 18, 2016
1 parent 953286b commit 9a81d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type AgentServiceCheck struct {
HTTP string `json:",omitempty"`
TCP string `json:",omitempty"`
Status string `json:",omitempty"`
Notes string `json:",omitempty"`
TLSSkipVerify string `json:",omitempty"`

// In Consul 0.7 and later, checks that are associated with a service
Expand Down

0 comments on commit 9a81d40

Please sign in to comment.