moby--moby/volume/volume_windows.go

9 lines
248 B
Go

package volume // import "github.com/docker/docker/volume"
func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}
func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}