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
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
discovery_test.go
plugins.go