podman-build/libpod/define/mount_unsupported.go
2025-10-11 12:30:35 +09:00

9 lines
123 B
Go

//go:build !linux && !freebsd
package define
const (
// TypeBind is the type for mounting host dir
TypeBind = "bind"
)