Send server stat updates over the websocket
This commit is contained in:
@@ -9,6 +9,7 @@ type EventListenerFunction *func(string)
|
||||
const (
|
||||
ConsoleOutputEvent = "console output"
|
||||
StatusEvent = "status"
|
||||
StatsEvent = "stats"
|
||||
)
|
||||
|
||||
// Adds an event listener for the server instance.
|
||||
|
||||
Reference in New Issue
Block a user