Tizen_4.0 base
[platform/upstream/docker-engine.git] / pkg / plugins / plugins_unix.go
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 }