Merge pull request #262 from AnalogJ/beta

pre-v0.4.7 release
This commit is contained in:
Jason Kulatunga
2022-05-25 07:50:21 -07:00
committed by GitHub
24 changed files with 653 additions and 165 deletions
+4
View File
@@ -21,6 +21,10 @@ type Device struct {
WWN string `json:"wwn" gorm:"primary_key"`
DeviceName string `json:"device_name"`
DeviceUUID string `json:"device_uuid"`
DeviceSerialID string `json:"device_serial_id"`
DeviceLabel string `json:"device_label"`
Manufacturer string `json:"manufacturer"`
ModelName string `json:"model_name"`
InterfaceType string `json:"interface_type"`