Add stdin support for client and daemon
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c4aa39a818
commit
92c0790899
8 changed files with 43 additions and 26 deletions
1
event.go
1
event.go
|
@ -38,6 +38,7 @@ type Event struct {
|
|||
BundlePath string
|
||||
Stdout string
|
||||
Stderr string
|
||||
Stdin string
|
||||
Pid int
|
||||
Status int
|
||||
Signal os.Signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue