Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disks ¶
type Disks struct {
Name string `json:"name"`
SizeBytes int64 `json:"size_bytes"`
//PhysicalBlockSizeBytes int `json:"physical_block_size_bytes"`
DriveType string `json:"drive_type"`
Removable bool `json:"removable"`
StorageController string `json:"storage_controller"`
BusPath string `json:"bus_path"`
Vendor string `json:"vendor"`
Model string `json:"model"`
SerialNumber string `json:"serial_number"`
Wwn string `json:"wwn"`
}
Click to show internal directories.
Click to hide internal directories.