From 288e4df3301167378464ba18fcdfdaea002d8fe1 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Tue, 28 May 2024 12:37:39 -0500 Subject: [PATCH] add ip to public machine struct --- machine.go | 1 + 1 file changed, 1 insertion(+) diff --git a/machine.go b/machine.go index 7cf05e9..167d644 100644 --- a/machine.go +++ b/machine.go @@ -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"`