@@ -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)
|
|
||||||
}
|
|
Reference in New Issue
Block a user