Skip to content

Commit

Permalink
Removing un-used xml healthcheck tags
Browse files Browse the repository at this point in the history
  • Loading branch information
s32x committed Apr 29, 2018
1 parent 809e0da commit 8ecfcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

// Health is a healthcheck response body
type Health struct {
Status string `json:"status" xml:"status"`
Hostname string `json:"hostname" xml:"hostname"`
Status string `json:"status"`
Hostname string `json:"hostname"`
}

// HealthHandler returns a HealthResponse indicating the
Expand Down
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ecfcd1

Please sign in to comment.