blob: 02f1da69a1c1eedde9b6abd2469643bc83b0595e [file] [log] [blame]
// +build !windows
package plugins
// BasePath returns the path to which all paths returned by the plugin are relative to.
// For v1 plugins, this always returns the host's root directory.
func (p *Plugin) BasePath() string {
return "/"
}