github.com/devdivbcp/moby@v17.12.0-ce-rc1.0.20200726071732-2d4bfdc789ad+incompatible/pkg/plugins/plugins_windows.go (about)

     1  package plugins // import "github.com/docker/docker/pkg/plugins"
     2  
     3  // ScopedPath returns the path scoped to the plugin's rootfs.
     4  // For v1 plugins, this always returns the path unchanged as v1 plugins run directly on the host.
     5  func (p *Plugin) ScopedPath(s string) string {
     6  	return s
     7  }