Support websocket event to send server stats; ref pterodactyl/panel#2414
This commit is contained in:
@@ -8,6 +8,7 @@ const (
|
||||
SetStateEvent = "set state"
|
||||
SendServerLogsEvent = "send logs"
|
||||
SendCommandEvent = "send command"
|
||||
SendStatsEvent = "send stats"
|
||||
ErrorEvent = "daemon error"
|
||||
JwtErrorEvent = "jwt error"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user