Updated Terminal message struct
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 9 Mar 2018 16:29:59 +0000 (17:29 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 13 Mar 2018 11:40:02 +0000 (12:40 +0100)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
glide.yaml
lib/xaapiv1/targets.go

index 8ddc3e1..c680218 100644 (file)
@@ -22,7 +22,7 @@ import:
 - package: github.com/satori/go.uuid
   version: ^1.1.0
 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git
-  version: ~0.2.0
+  version: ~0.3.0
   subpackages:
   - golib/common
 - package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git
index 9cea6ff..1410fe6 100644 (file)
@@ -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