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