mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
e4aa73424b
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
9 lines
176 B
Go
9 lines
176 B
Go
// +build !linux
|
|
|
|
package configs
|
|
|
|
// TODO Windows: This can ultimately be entirely factored out on Windows as
|
|
// cgroups are a Unix-specific construct.
|
|
type Cgroup struct {
|
|
}
|