github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/mount_unsupported.go (about)

     1  //go:build !linux
     2  // +build !linux
     3  
     4  package configs
     5  
     6  type Mount struct{}
     7  
     8  func (m *Mount) IsBind() bool {
     9  	return false
    10  }