Correctly send stats & proc information back for servers

This commit is contained in:
Dane Everitt
2020-08-18 21:38:42 -07:00
parent 956e87eb93
commit 5b241fdf36
7 changed files with 225 additions and 110 deletions

View File

@@ -8,6 +8,7 @@ import (
const (
ConsoleOutputEvent = "console output"
StateChangeEvent = "state change"
ResourceEvent = "resources"
)
// Defines the basic interface that all environments need to implement so that