stmcginnis / gofish

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

Manager set to plugin system #151

Closed mikeletux closed 3 years ago

mikeletux commented 3 years ago

Hi Sean,

I need to use oem, oemLinks and OemActions on my Terraform provider. I did the same as the simpleUpdate for the plugin system.

Changed oem and oemLinks from map[string]interface{} to json.RawMessage, so everyone can build structs around it and parse that stuff accordingly.

Also I added an OemActions field, so OemActions can be parsed later as well.

Let me know! Best regards. /Miguel