Initial commit
This commit is contained in:
11
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/getpids.go
generated
vendored
Normal file
11
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/getpids.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build windows
|
||||
|
||||
package windows
|
||||
|
||||
import "fmt"
|
||||
|
||||
// GetPidsForContainer implements the exec driver Driver interface.
|
||||
func (d *Driver) GetPidsForContainer(id string) ([]int, error) {
|
||||
// TODO Windows: Implementation required.
|
||||
return nil, fmt.Errorf("GetPidsForContainer: GetPidsForContainer() not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user