Add stdin support for client and daemon

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-14 14:40:50 -08:00
parent c4aa39a818
commit 92c0790899
8 changed files with 43 additions and 26 deletions

View file

@ -38,6 +38,7 @@ type Event struct {
BundlePath string
Stdout string
Stderr string
Stdin string
Pid int
Status int
Signal os.Signal