stmcginnis / gofish

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

Fix ComputerSystem.ManagedBy access #326

Closed stmcginnis closed 5 months ago

stmcginnis commented 5 months ago

This is an array of links to Managers. We had been just collecting the strings for the URIs, but to make this consistent with how other related objects are handled this makes the objects themselves accessible by a method call.