@@ -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
@@ -1,6 +0,0 @@
|
||||
package containerd
|
||||
|
||||
type Process interface {
|
||||
// Signal sends a signal to the process.
|
||||
SetExited(status int)
|
||||
}
|