Add tty support from client
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
b2e649b164
commit
d542ece69c
9 changed files with 80 additions and 20 deletions
1
event.go
1
event.go
|
@ -41,6 +41,7 @@ type Event struct {
|
|||
Stdout string
|
||||
Stderr string
|
||||
Stdin string
|
||||
Console string
|
||||
Pid int
|
||||
Status int
|
||||
Signal os.Signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue