mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
UI: implement rpc call to return UI version
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user