Skip to content

Commit

Permalink
This one is actually a float
Browse files Browse the repository at this point in the history
  • Loading branch information
weberr13 committed May 7, 2015
1 parent d7ea304 commit 39ef9c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/clusterstatresponses.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ type NodeStatsNetworkResponse struct {
}

type NodeStatsFieldDataBreakerResponse struct {
MaximumSizeInBytes int64 `json:"maximum_size_in_bytes"`
MaximumSize string `json:"maximum_size"`
EstimatedSizeInBytes int64 `json:"estimated_size_in_bytes"`
EstimatedSize string `json:"estimated_size"`
Overhead int64 `json:"overhead"`
Tripped int64 `json:"tripped"`
MaximumSizeInBytes int64 `json:"maximum_size_in_bytes"`
MaximumSize string `json:"maximum_size"`
EstimatedSizeInBytes int64 `json:"estimated_size_in_bytes"`
EstimatedSize string `json:"estimated_size"`
Overhead float64 `json:"overhead"`
Tripped int64 `json:"tripped"`
}
type NodeStatsTransportResponse struct {
ServerOpen int64 `json:"server_open"`
Expand Down

0 comments on commit 39ef9c6

Please sign in to comment.