mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
diskInfo: Add DiskInfo API
This commit is contained in:
@@ -23,6 +23,9 @@ type MakeBucketArgs struct {
|
||||
BucketName string `json:"bucketName"`
|
||||
}
|
||||
|
||||
// DiskInfoArgs - disk info args.
|
||||
type DiskInfoArgs struct{}
|
||||
|
||||
// ListBucketsArgs - list bucket args.
|
||||
type ListBucketsArgs struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user