podman/libpod/define/mount_linux.go

9 lines
110 B
Go

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