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

Struct cmdClient

client/candy_test.go:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected