mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e89b6e8c2d
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
8 lines
204 B
Go
8 lines
204 B
Go
package volume
|
|
|
|
func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
|
|
return false
|
|
}
|
|
func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
|
|
return false
|
|
}
|