Update rpResponse default to isDefault

pull/10616/head
Chris Goller 2017-03-24 10:06:59 -07:00
parent 24f15e3036
commit 43c70c45e9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ type rpResponse struct {
Duration string `json:"duration"` // the duration
Replication int32 `json:"replication"` // the replication factor
ShardDuration string `json:"shardDuration"` // the shard duration
Default bool `json:"default"` // whether the RP should be the default
Default bool `json:"isDefault"` // whether the RP should be the default
Links rpLinks `json:"links"` // Links are URI locations related to the database
}