Files
opentf/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_windows.go
Mitchell Hashimoto 8af241e501 vendor: Nomad
2016-10-24 10:33:59 -07: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 {
}