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{}
|