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