Files
scrutiny/collector/pkg/models/smart.go
T
Jason Kulatunga 8482272d45 init
2020-08-19 16:04:21 -07:00

15 lines
301 B
Go

package models
//type Smart struct {
// DeviceWWN string
// Device Device `gorm:"foreignkey:DeviceWWN"` // use DeviceWWN as foreign key
//
// TestDate time.Time
//
// Temp float32
// PowerOnCount int64
// PowerOnHours int64
// SmartStatus string
// SmartAttributes string
//}