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_solaris.go
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -07:00

9 lines
126 B
Go

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