Skip to content

Commit

Permalink
Added server_version_string
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget committed Aug 16, 2018
1 parent 028ea8d commit 3eb310a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type InfoResp struct {
VirtualBlockNetLimit JSONInt64 `json:"virtual_block_net_limit"`
BlockCPULimit JSONInt64 `json:"block_cpu_limit"`
BlockNetLimit JSONInt64 `json:"block_net_limit"`
ServerVersionString string `json:"server_version_string"`
}

type BlockResp struct {
Expand Down

0 comments on commit 3eb310a

Please sign in to comment.