containerd/windows/hcs/types.go
Kenfe-Mickael Laventure acf863a04e
windows: Rely on the OCI specs instead of custom type
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-07-20 17:22:59 +02:00

10 lines
147 B
Go

// +build windows
package hcs
import "time"
type Configuration struct {
TerminateDuration time.Duration `json:"terminateDuration,omitempty"`
}