Skip to content

Commit

Permalink
Added Memory and Adjusted Volumes LinkWrapper
Browse files Browse the repository at this point in the history
Added Memory and Adjusted Volumes LinkWrapper to adjust super micro models.
  • Loading branch information
scriptinperl authored Jul 25, 2024
1 parent b67c6a4 commit 99e12a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oem/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ type System struct {
SystemHostname string `json:"HostName"`
Oem OemSys `json:"Oem"`
MemorySummary MemorySummary `json:"MemorySummary"`
Volumes Link `json:"Volumes"`
Memory Link `json:"Memory"`
Volumes LinksWrapper `json:"Volumes"`
}

type OemSys struct {
Expand Down

0 comments on commit 99e12a5

Please sign in to comment.