Fix build errors
This commit is contained in:
@@ -3,5 +3,4 @@ package containerd
|
||||
// runtime handles containers, containers handle their own actions.
|
||||
type Runtime interface {
|
||||
Create(id, bundlePath string) (Container, error)
|
||||
Delete(id sting) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user