1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 02:26:13 +00:00
os/vendor/github.com/docker/containerd/specs/spec_linux.go
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
)