stmcginnis / gofish

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

Add etag to entity #238

Closed Danile71 closed 1 year ago

Danile71 commented 1 year ago

For POST/PATCH redfish need etag as header If-Match In main brach etag added only for redfish/system, but need for all entries I moved GET/POST/PATH to entity.go

code backwards compatible with previous versions