podman/libpod/container_windows.go

15 lines
271 B
Go

// +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 {
}