10 lines
148 B
Go
10 lines
148 B
Go
|
// +build darwin linux
|
||
|
|
||
|
package define
|
||
|
|
||
|
import (
|
||
|
"github.com/opencontainers/runc/libcontainer/devices"
|
||
|
)
|
||
|
|
||
|
type ContainerDevices = []devices.Device
|