(_ *plugin.MuxBroker, c *rpc.Client)
| 32 | } |
| 33 | |
| 34 | func (ChainloopCliPlugin) Client(_ *plugin.MuxBroker, c *rpc.Client) (interface{}, error) { |
| 35 | return &RPCClient{client: c}, nil |
| 36 | } |
| 37 | |
| 38 | // RPCClient is an implementation of Plugin that talks over RPC. |
| 39 | type RPCClient struct { |