github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/configs/cgroup_windows.go (about)

     1  package configs
     2  
     3  // TODO Windows: This can ultimately be entirely factored out on Windows as
     4  // cgroups are a Unix-specific construct.
     5  type Cgroup struct {
     6  }