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

Add deprecation note to Storage.StorageControllers #309

Closed stmcginnis closed 3 months ago

stmcginnis commented 3 months ago

This property has been deprecated in favor of linking to a collection of objects, rather than embedding in the storage object. This adds a note to make it clear to consumers that this property may not be the right way to access this information if talking to a newer system.

Closes: #294