mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
a2d348968f
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> |
||
---|---|---|
.. | ||
pluginrpc-gen | ||
client.go | ||
client_test.go | ||
discovery.go | ||
discovery_test.go | ||
plugins.go |