fix(server): add server status handling based on last reported time
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user