//go:build !linux && !freebsd
// +build !linux,!freebsd

package libpod

type containerPlatformState struct {
}