aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xaapiv1/targets.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xaapiv1/targets.go')
-rw-r--r--lib/xaapiv1/targets.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xaapiv1/targets.go b/lib/xaapiv1/targets.go
index 9cea6ff..1410fe6 100644
--- a/lib/xaapiv1/targets.go
+++ b/lib/xaapiv1/targets.go
@@ -99,8 +99,8 @@ type (
TerminalOutMsg struct {
TermID string `json:"termID"`
Timestamp string `json:"timestamp"`
- Stdout string `json:"stdout"`
- Stderr string `json:"stderr"`
+ Stdout []byte `json:"stdout"`
+ Stderr []byte `json:"stderr"`
}
// TerminalExitMsg Message sent on terminal/console exit