| 8 | ) |
| 9 | |
| 10 | type WshRpcStreamClientAdapter struct { |
| 11 | rpc *WshRpc |
| 12 | } |
| 13 | |
| 14 | func (a *WshRpcStreamClientAdapter) StreamDataAckCommand(data wshrpc.CommandStreamAckData, opts *wshrpc.RpcOpts) error { |
| 15 | return a.rpc.SendCommand("streamdataack", data, opts) |
nothing calls this directly
no outgoing calls
no test coverage detected