mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 10:55:46 +00:00
8 lines
223 B
Go
8 lines
223 B
Go
//go:build !linux
|
|
|
|
package cgroups
|
|
|
|
// Cgroup holds properties of a cgroup on Linux
|
|
// TODO Windows: This can ultimately be entirely factored out on Windows as
|
|
// cgroups are a Unix-specific construct.
|
|
type Cgroup struct{}
|