Sign in
cos
/
third_party
/
runc
/
refs/heads/release-R129
/
.
/
libcontainer
/
configs
/
mount_unsupported.go
blob: 1d4d9fe52a5f3ba73bb5766963a98f475f4dc856 [
file
] [
edit
]
//go:build !linux
package configs
type Mount struct{}
func (m *Mount) IsBind() bool {
return false
}