github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/pkg/plugins/plugins_unix.go (about)

     1  // +build !windows
     2  
     3  package plugins
     4  
     5  // BasePath returns the path to which all paths returned by the plugin are relative to.
     6  // For v1 plugins, this always returns the host's root directory.
     7  func (p *Plugin) BasePath() string {
     8  	return "/"
     9  }