UI: implement rpc call to return UI version

This commit is contained in:
Krishna Srinivas
2016-02-12 00:26:27 +05:30
parent 4ef01bc225
commit 5e32dec4fb
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ type ServerInfoArgs struct{}
// ListBucketsArgs - list bucket args.
type ListBucketsArgs struct{}
// GenericArgs - empty struct
type GenericArgs struct{}
// DiskInfoRep - disk info reply.
type DiskInfoRep struct {
DiskInfo disk.Info `json:"diskInfo"`