github.com/jiasir/docker@v1.3.3-0.20170609024000-252e610103e7/pkg/plugins/plugins_windows.go (about) 1 package plugins 2 3 // BasePath returns the path to which all paths returned by the plugin are relative to. 4 // For Windows v1 plugins, this returns an empty string, since the plugin is already aware 5 // of the absolute path of the mount. 6 func (p *Plugin) BasePath() string { 7 return "" 8 }