1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/vendor/github.com/docker/containerd/specs/spec_linux.go
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -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
)