github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/volume/mounts/volume_windows.go (about) 1 package mounts // import "github.com/demonoid81/moby/volume/mounts" 2 3 func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool { 4 return false 5 } 6 func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool { 7 return false 8 }