mirror of https://github.com/minio/minio.git
8 lines
198 B
Go
8 lines
198 B
Go
|
package madmin
|
||
|
|
||
|
// ServerDiskHwOBDInfo - Includes usage counters, disk counters and partitions
|
||
|
type ServerDiskHwOBDInfo struct {
|
||
|
Addr string `json:"addr"`
|
||
|
Error string `json:"error,omitempty"`
|
||
|
}
|