Support websocket event to send server stats; ref pterodactyl/panel#2414

This commit is contained in:
Dane Everitt
2020-09-27 09:46:00 -07:00
parent 3655b172f3
commit a0fa5a94b6
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ const (
SetStateEvent = "set state"
SendServerLogsEvent = "send logs"
SendCommandEvent = "send command"
SendStatsEvent = "send stats"
ErrorEvent = "daemon error"
JwtErrorEvent = "jwt error"
)