reg/vendor/github.com/docker/docker-ce/components/engine/volume/volume_windows.go

9 lines
204 B
Go
Raw Normal View History

package volume
func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}
func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
return false
}