mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
8690e9cc8c
Signed-off-by: John Howard <jhoward@microsoft.com>
7 lines
158 B
Go
7 lines
158 B
Go
package configs
|
|
|
|
// TODO Windows: This can ultimately be entirely factored out on Windows as
|
|
// cgroups are a Unix-specific construct.
|
|
type Cgroup struct {
|
|
}
|