Initial commit
This commit is contained in:
14
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/update.go
generated
vendored
Normal file
14
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/update.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// +build windows
|
||||
|
||||
package windows
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/hyperhq/hypercli/daemon/execdriver"
|
||||
)
|
||||
|
||||
// Update updates resource configs for a container.
|
||||
func (d *Driver) Update(c *execdriver.Command) error {
|
||||
return fmt.Errorf("Windows: Update not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user