Add basic fifo support for IO copy
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e480aedaea
commit
e9f63fc9a4
14 changed files with 141 additions and 191 deletions
2
event.go
2
event.go
|
@ -36,6 +36,8 @@ type Event struct {
|
|||
Timestamp time.Time
|
||||
ID string
|
||||
BundlePath string
|
||||
Stdout string
|
||||
Stderr string
|
||||
Pid int
|
||||
Status int
|
||||
Signal os.Signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue