mirror of
https://github.com/rancher/plugins.git
synced 2025-09-16 05:06:08 +00:00
Windows: Updates Windows Vendoring
Updates windows dependent libraries for vendoing.
This commit is contained in:
10
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_resume.go
generated
vendored
Normal file
10
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_resume.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package runhcs
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
// Resume resumes all processes that have been previously paused.
|
||||
func (r *Runhcs) Resume(context context.Context, id string) error {
|
||||
return r.runOrError(r.command(context, "resume", id))
|
||||
}
|
Reference in New Issue
Block a user