blob: d415c1dc540cb17f40704b0bd38900448c2108e5 [file] [log] [blame]
package specs
import oci "github.com/opencontainers/runtime-spec/specs-go"
type (
// ProcessSpec aliases the platform process specs
ProcessSpec oci.Process
// Spec aliases the platform oci spec
Spec oci.Spec
// Rlimit aliases the platform resource limit
Rlimit oci.POSIXRlimit
)