MCPcopy Index your code
hub / github.com/dearcode/candy / cmdClient

Struct cmdClient

candy.go:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected