Add emitters for install started/stopped

This commit is contained in:
Dane Everitt
2020-07-29 21:39:27 -07:00
parent f0d6f67c6b
commit 7f9ec4402a
3 changed files with 17 additions and 6 deletions

View File

@@ -43,6 +43,8 @@ func (h *Handler) ListenForServerEvents(ctx context.Context) {
server.StatusEvent,
server.ConsoleOutputEvent,
server.InstallOutputEvent,
server.InstallStartedEvent,
server.InstallCompletedEvent,
server.DaemonMessageEvent,
server.BackupCompletedEvent,
}