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

Struct RecvMsgEvent

relay/event.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type RecvMsgEvent struct {
8 Ses cellnet.Session
9 ack *RelayACK
10 Msg interface{}
11}
12
13func (self *RecvMsgEvent) PassThroughAsInt64() int64 {
14 if self.ack == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected