Flatten stuff
This commit is contained in:
parent
86ec7e8fd2
commit
412d2b0239
5 changed files with 8 additions and 23 deletions
|
@ -4,6 +4,7 @@ type Container interface {
|
|||
ID() string
|
||||
Start() error
|
||||
Pid() (int, error)
|
||||
// Process() Process
|
||||
SetExited(status int)
|
||||
Delete() error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue