MCPcopy
hub / github.com/davyxu/cellnet / RecvMsgEvent

Struct RecvMsgEvent

event.go:4–7  ·  view source on GitHub ↗

接收到消息

Source from the content-addressed store, hash-verified

2
3// 接收到消息
4type RecvMsgEvent struct {
5 Ses Session
6 Msg interface{}
7}
8
9func (self *RecvMsgEvent) Session() Session {
10 return self.Ses

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected