From 6aa5e4ccb5adadcc0cb802c44c1e88a35a20a925 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 9 Mar 2018 17:29:59 +0100 Subject: Updated Terminal message struct Signed-off-by: Sebastien Douheret --- lib/xaapiv1/targets.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/xaapiv1/targets.go') 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 -- cgit 1.2.3-korg