mirror of https://github.com/k3s-io/k3s
7 lines
163 B
Go
7 lines
163 B
Go
![]() |
package libcontainer
|
||
|
|
||
|
// TODO Windows: This can ultimately be entirely factored out as criu is
|
||
|
// a Unix concept not relevant on Windows.
|
||
|
type CriuOpts struct {
|
||
|
}
|