We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a8ed3 commit 2b0be79Copy full SHA for 2b0be79
machine_group.go
@@ -28,6 +28,7 @@ type Machine struct {
28
IP string
29
UniqueID string `json:"machine-uniqueid"`
30
UserdefinedID string `json:"userdefined-id"`
31
+ LastHeartBeatTime int `json:"lastHeartbeatTime"`
32
}
33
34
// MachineList defines machine list
0 commit comments