automation-tests/libpod/define/mount_freebsd.go

9 lines
114 B
Go

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