Port ctr to use client

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-05 16:17:37 -07:00
parent bdf9f5f738
commit 4c1af8fdd8
26 changed files with 526 additions and 1179 deletions

View File

@@ -110,3 +110,7 @@ func (p *process) Resize(ctx context.Context, w, h uint32) error {
})
return err
}
func (p *process) Delete() error {
return p.io.Close()
}