mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
10 lines
207 B
Go
10 lines
207 B
Go
|
// +build !experimental
|
||
|
|
||
|
package plugin
|
||
|
|
||
|
func (r *pluginRouter) initRoutes() {}
|
||
|
|
||
|
// Backend is empty so that the package can compile in non-experimental
|
||
|
// (Needed by volume driver)
|
||
|
type Backend interface{}
|