Skip to content

Commit

Permalink
add ip to public machine struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed May 28, 2024
1 parent 3d613a2 commit 288e4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type Machine struct {
Fingerprint string `json:"fingerprint"`
Hostname string `json:"hostname"`
Platform string `json:"platform"`
IP string `json:"ip"`
Cores int `json:"cores"`
RequireHeartbeat bool `json:"requireHeartbeat"`
HeartbeatStatus HeartbeatStatusCode `json:"heartbeatStatus"`
Expand Down

0 comments on commit 288e4df

Please sign in to comment.