Remove process
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c787ecada3
commit
cb7ab16427
2 changed files with 0 additions and 7 deletions
|
@ -4,7 +4,6 @@ type Container interface {
|
||||||
ID() string
|
ID() string
|
||||||
Start() error
|
Start() error
|
||||||
Pid() (int, error)
|
Pid() (int, error)
|
||||||
// Process() Process
|
|
||||||
SetExited(status int)
|
SetExited(status int)
|
||||||
Delete() error
|
Delete() error
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
package containerd
|
|
||||||
|
|
||||||
type Process interface {
|
|
||||||
// Signal sends a signal to the process.
|
|
||||||
SetExited(status int)
|
|
||||||
}
|
|
Loading…
Reference in a new issue