moby--moby/pkg/plugins
Lei Jitang a2d348968f pkg/plugins/client.go: don't try to encode os decode if it's nil
When user call the `Call()` method, they don't always want to sent
some args or get the return value, so they use `nil` when call `Call()`
method and this will casue an error. It's better to not trying to
encode or decode if it's nil.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
2015-12-05 02:55:50 -05:00
..
pluginrpc-gen Add README for pluginrpc-gen 2015-09-22 19:34:44 -04:00
client.go pkg/plugins/client.go: don't try to encode os decode if it's nil 2015-12-05 02:55:50 -05:00
client_test.go pkg/plugins/client.go: don't try to encode os decode if it's nil 2015-12-05 02:55:50 -05:00
discovery.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
discovery_test.go Separate plugin sockets and specs. 2015-07-16 14:20:07 -07:00
plugins.go Retry registering a volume driver 2015-09-01 14:56:29 -04:00