Fixed field tag in crawler

This commit is contained in:
David Allen 2024-08-27 15:40:43 -06:00
parent 5d811f31ab
commit e3ef9d4276
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -45,7 +45,7 @@ type InventoryDetail struct {
URI string `json:"uri,omitempty"` // URI of the BMC
UUID string `json:"uuid,omitempty"` // UUID of Node
Manufacturer string `json:"manufacturer,omitempty"` // Manufacturer of the Node
SystemType string `json:"system_type,omitempty` // System type of the Node
SystemType string `json:"system_type,omitempty"` // System type of the Node
Name string `json:"name,omitempty"` // Name of the Node
Model string `json:"model,omitempty"` // Model of the Node
Serial string `json:"serial,omitempty"` // Serial number of the Node