mirror of
https://github.com/rancher/os.git
synced 2025-07-04 02:26:13 +00:00
10 lines
157 B
Go
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
|
|
)
|