Skip to content

Commit 2b0be79

Browse files
support ListMachines lastHeartbeatTime
1 parent 14a8ed3 commit 2b0be79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_group.go

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type Machine struct {
2828
IP string
2929
UniqueID string `json:"machine-uniqueid"`
3030
UserdefinedID string `json:"userdefined-id"`
31+
LastHeartBeatTime int `json:"lastHeartbeatTime"`
3132
}
3233

3334
// MachineList defines machine list

0 commit comments

Comments
 (0)