Send installation data over socket when running

This commit is contained in:
Dane Everitt
2020-01-18 13:05:44 -08:00
parent 5c3823de9a
commit c6fcd8cabb
4 changed files with 128 additions and 60 deletions

View File

@@ -12,6 +12,8 @@ type EventListenerFunction *func(string)
// Defines all of the possible output events for a server.
// noinspection GoNameStartsWithPackageName
const (
DaemonMessageEvent = "daemon message"
InstallOutputEvent = "install output"
ConsoleOutputEvent = "console output"
StatusEvent = "status"
StatsEvent = "stats"