(*plugin.MuxBroker)
| 28 | } |
| 29 | |
| 30 | func (p *ChainloopCliPlugin) Server(*plugin.MuxBroker) (interface{}, error) { |
| 31 | return &RPCServer{Impl: p.Impl}, nil |
| 32 | } |
| 33 | |
| 34 | func (ChainloopCliPlugin) Client(_ *plugin.MuxBroker, c *rpc.Client) (interface{}, error) { |
| 35 | return &RPCClient{client: c}, nil |
no outgoing calls
no test coverage detected