Working tty and io support in shim

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-01-26 11:29:19 -08:00
parent 8e5e9ae70e
commit b59bd59d8a
9 changed files with 171 additions and 79 deletions

View File

@@ -1,12 +1,12 @@
package shim
import runc "github.com/crosbymichael/go-runc"
import "github.com/crosbymichael/console"
type process interface {
// Pid returns the pid for the process
Pid() int
// Resize resizes the process console
Resize(ws runc.WinSize) error
Resize(ws console.WinSize) error
// Exited sets the exit status for the process
Exited(status int)
// Status returns the exit status