volume_windows.go 204 B

12345678
  1. package volume
  2. func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
  3. return false
  4. }
  5. func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
  6. return false
  7. }