github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/cgroup_unsupported.go (about) 1 //go:build !linux 2 // +build !linux 3 4 package configs 5 6 // Cgroup holds properties of a cgroup on Linux 7 // TODO Windows: This can ultimately be entirely factored out on Windows as 8 // cgroups are a Unix-specific construct. 9 type Cgroup struct{}