|
// +build windows
|
|
|
|
package libpod
|
|
|
|
type containerStateWindows struct {
|
|
}
|
|
|
|
// containerStateLinux is intentionally left as a blank stub
|
|
type containerStateLinux struct {
|
|
}
|
|
|
|
// containerStateDarwin is intentionally left as a blank stub
|
|
type containerStateDarwin struct {
|
|
}
|