X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fxsapiv1%2Ftargets.go;h=bae36f9c50218a6a1d42b441e9d711af97f6127e;hp=793724af4170fb1635492304010bac189f0cd7c4;hb=f223efc5e5a08764cf9f78fb5f38917ed949407f;hpb=8e18650d881cbf3d7016e10442e34096d7cca127 diff --git a/lib/xsapiv1/targets.go b/lib/xsapiv1/targets.go index 793724a..bae36f9 100644 --- a/lib/xsapiv1/targets.go +++ b/lib/xsapiv1/targets.go @@ -65,6 +65,8 @@ const ( StatusTermOpen = "Open" // StatusTermClose Close state StatusTermClose = "Close" + // StatusTermClosing Closing state + StatusTermClosing = "Closing" // TerminalInEvent Event send in WS when characters are sent (stdin) TerminalInEvent = "term:input"