ensure that all buckets are created during init. Remove all references to "name" field for attributes (shoudl come from metadata instead). Status is now an int64 (0 is passing).
This commit is contained in:
@@ -6,7 +6,7 @@ const AtaSmartAttributeDisplayTypeTransformed = "transformed"
|
||||
|
||||
type AtaAttributeMetadata struct {
|
||||
ID int64 `json:"-"`
|
||||
DisplayName string `json:"-"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Ideal string `json:"ideal"`
|
||||
Critical bool `json:"critical"`
|
||||
Description string `json:"description"`
|
||||
|
||||
Reference in New Issue
Block a user