fix(server): add server status handling based on last reported time

This commit is contained in:
Chang lue Tsen
2025-09-02 14:38:53 -04:00
parent 3e5284c4ec
commit ca344a1ce9
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -29,6 +29,7 @@ type (
Disk float64 `json:"disk"`
Protocol string `json:"protocol"`
Online []ServerOnlineUser `json:"online"`
Status string `json:"status"`
}
Server {
Id int64 `json:"id"`