podman/libpod/container_unsupported.go

8 lines
91 B
Go

//go:build !linux
// +build !linux
package libpod
type containerPlatformState struct {
}