Send installation data over socket when running
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user