stmcginnis / gofish

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

redfish/task: Adds the Oem field as json.RawMessage #289

Closed joelrebel closed 9 months ago

joelrebel commented 9 months ago

This exposes the Task Oem field to the caller, its upto the caller to unmarshal its contents.

@stmcginnis Let me know if this should go into common.Entity or if it should be done differently.