Files
kube-plex/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go
T
2016-04-24 22:27:52 +01:00

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 {
}