Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> Upstream-commit: e89b6e8c2d2c36c43f22aeaf2a885646c2994051 Component: engine
9 lines
204 B
Go
9 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
|
|
}
|