plugin_regular.go 207 B

123456789
  1. // +build !experimental
  2. package plugin
  3. func (r *pluginRouter) initRoutes() {}
  4. // Backend is empty so that the package can compile in non-experimental
  5. // (Needed by volume driver)
  6. type Backend interface{}