| 37 | } |
| 38 | |
| 39 | type routedDataSender struct { |
| 40 | wshRpc *wshutil.WshRpc |
| 41 | route string |
| 42 | } |
| 43 | |
| 44 | func (rds *routedDataSender) SendData(dataPk wshrpc.CommandStreamData) { |
| 45 | // log.Printf("SendData: sending seq=%d, len=%d, eof=%t, error=%s, route=%s", |
nothing calls this directly
no outgoing calls
no test coverage detected