mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Fixed field tag in crawler
This commit is contained in:
parent
5d811f31ab
commit
e3ef9d4276
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue