| 380 | } |
| 381 | |
| 382 | type cmdClient struct{} |
| 383 | |
| 384 | // OnRecv 这函数理论上是多线程调用,客户端需要注意下 |
| 385 | func (c *cmdClient) OnRecv(event int32, operate int32, id int64, group int64, from int64, to int64, body string) { |
nothing calls this directly
no outgoing calls
no test coverage detected