use hdd instead of empty string
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
type DiskType string
|
||||
|
||||
const (
|
||||
HardDriveType DiskType = ""
|
||||
HardDriveType DiskType = "hdd"
|
||||
SsdType = "ssd"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user