(data wshrpc.CommandStreamData, opts *wshrpc.RpcOpts)
| 23 | type StreamRpcInterface interface { |
| 24 | StreamDataAckCommand(data wshrpc.CommandStreamAckData, opts *wshrpc.RpcOpts) error |
| 25 | StreamDataCommand(data wshrpc.CommandStreamData, opts *wshrpc.RpcOpts) error |
| 26 | } |
| 27 | |
| 28 | type Broker struct { |
no outgoing calls
no test coverage detected