github.com/stevvooe/containerd@v0.2.5/specs/spec_solaris.go (about)

     1  package specs
     2  
     3  import ocs "github.com/opencontainers/specs/specs-go"
     4  
     5  type (
     6  	ProcessSpec ocs.Process
     7  	Spec        ocs.Spec
     8  )