summaryrefslogtreecommitdiff
path: root/libpod/container_windows.go
blob: db2bf24d7880645381be9867cea7271597f50695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// +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 {
}