stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
204 stars 109 forks source link

Workaround for NVIDIA PowerSubsystem issue #331

Closed stmcginnis closed 2 months ago

stmcginnis commented 2 months ago

Their implmentation incorrectly returns PowerSubsystem.Attributes as an array, causing unmarshal errors. This works around that by skipping it.