(*plugin.MuxBroker)
| 69 | } |
| 70 | |
| 71 | func (p *SayerPlugin) Server(*plugin.MuxBroker) (interface{}, error) { |
| 72 | return &SayerRPCServer{Impl: p.Impl}, nil |
| 73 | } |
| 74 | |
| 75 | func (SayerPlugin) Client(b *plugin.MuxBroker, c *rpc.Client) (interface{}, error) { |
| 76 | return &SayerRPC{client: c}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected