| 19 | ) |
| 20 | |
| 21 | type cmdClient struct { |
| 22 | } |
| 23 | |
| 24 | // OnRecv 这函数理论上是多线程调用,客户端需要注意下 |
| 25 | func (c *cmdClient) OnRecv(id int64, method int, group int64, from int64, to int64, body string) { |
nothing calls this directly
no outgoing calls
no test coverage detected