Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #370 from packethost/add_sos_field
Browse files Browse the repository at this point in the history
feat: add Device.SOS field
  • Loading branch information
ctreatma authored Jun 12, 2023
2 parents b45284c + 49405ac commit d7f968e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ type Device struct {
SSHKeys []SSHKey `json:"ssh_keys,omitempty"`
ShortID string `json:"short_id,omitempty"`
SwitchUUID string `json:"switch_uuid,omitempty"`
SOS string `json:"sos,omitempty"`
}

type NetworkInfo struct {
Expand Down

0 comments on commit d7f968e

Please sign in to comment.