equinixmetal-archive / packngo

[Deprecated] A Golang client for the Equinix Metal API. (Packet is now Equinix Metal)
https://deploy.equinix.com/labs/equinix-sdk-go/
Other
79 stars 60 forks source link

Add Rescue function to device #365

Closed nuclearbob closed 1 year ago

nuclearbob commented 1 year ago

Added a Rescue function to the Device interface. Looks like my IDE also stripped some whitespace. I can try to back that out if needed.

displague commented 1 year ago

Noting that this can be done with metal-go: https://github.com/equinix-labs/metal-go/blob/808a44026f8c7fc4ca69a0a8f185cbf568259cad/docs/DevicesApi.md#performaction

nuclearbob commented 1 year ago

Thanks for the info about metal-go! I don't think I was aware of that project, maybe I should just move to that.