mirror of
https://github.com/rancher/os.git
synced 2025-07-05 02:56:13 +00:00
9 lines
126 B
Go
9 lines
126 B
Go
package specs
|
|
|
|
import ocs "github.com/opencontainers/specs/specs-go"
|
|
|
|
type (
|
|
ProcessSpec ocs.Process
|
|
Spec ocs.Spec
|
|
)
|