mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
7 lines
158 B
Go
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 {
|
|
}
|