Getting ctr closer to compiling on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
8d2051232a
commit
d4ca79c978
18 changed files with 115 additions and 83 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/docker/containerd/runtime"
|
||||
"github.com/docker/containerd/specs"
|
||||
)
|
||||
|
||||
type testProcess struct {
|
||||
|
@ -44,8 +45,8 @@ func (p *testProcess) Container() runtime.Container {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (p *testProcess) Spec() runtime.ProcessSpec {
|
||||
return runtime.ProcessSpec{}
|
||||
func (p *testProcess) Spec() specs.ProcessSpec {
|
||||
return specs.ProcessSpec{}
|
||||
}
|
||||
|
||||
func (p *testProcess) Signal(os.Signal) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue