aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_unsupported.go
blob: 16bf11622b267d2195c5f67df8dc967f904b1e9c (plain)
1
2
3
4
5
6
7
//go:build !linux && !freebsd
// +build !linux,!freebsd

package libpod

type containerPlatformState struct {
}