moby--moby/libnetwork/ipams/remote
Brian Goff 791700aed3 Use new plugin interfaces provided by plugin pkg
The use of `Client()` on v2 plugins is being deprecated so that we can
be more flexible on the protocol used for plugins.

This means checking specifically if the plugin implements the
`Client() *plugins.Client` interface for V1 plugins, and for v2 plugins
building a the client manually.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 45824a226b8a220d6f189c2d25fe16f9efc83db9)
Signed-off-by: selansen <elango.siva@docker.com>
2018-06-22 23:52:02 -04:00
..
api Fixed code issues 2017-06-12 11:31:35 -07:00
remote.go Use new plugin interfaces provided by plugin pkg 2018-06-22 23:52:02 -04:00
remote_test.go Use new plugin interfaces provided by plugin pkg 2018-06-22 23:52:02 -04:00