mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-15 04:16:01 +08:00
9 lines
223 B
Go
9 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{}
|