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
@@ -1753,6 +1753,7 @@ type ServerStatus struct {
Disk float64 `json:"disk"`
Protocol string `json:"protocol"`
Online []ServerOnlineUser `json:"online"`
Status string `json:"status"`
}
type ServerTotalDataResponse struct {