Skip to content

Commit

Permalink
Not really json bools, they are strings "true" and "false"
Browse files Browse the repository at this point in the history
  • Loading branch information
weberr13 committed May 7, 2015
1 parent a0300cf commit 4ab6b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/clusterstatresponses.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ type NodeStatsNodeResponse struct {
}

type NodeStatsNodeAttributes struct {
Data bool
Client bool
Data string `json:"data"`
Client string `json:"client"`
}
type NodeStatsNetworkResponse struct {
TCP NodeStatsTCPResponse `json:"tcp"`
Expand Down

0 comments on commit 4ab6b89

Please sign in to comment.