github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/api/server/router/plugin/plugin_regular.go (about)

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