mirror of
https://github.com/minio/minio.git
synced 2025-01-12 23:43:22 -05:00
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"`
|
||
|
}
|