1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 11:06:13 +00:00
os/vendor/github.com/docker/containerd/specs/spec_linux.go
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00

10 lines
157 B
Go

package specs
import ocs "github.com/opencontainers/runtime-spec/specs-go"
type (
ProcessSpec ocs.Process
Spec ocs.Spec
Rlimit ocs.Rlimit
)