| 5 | ) |
| 6 | |
| 7 | type RecvMsgEvent struct { |
| 8 | Ses cellnet.Session |
| 9 | ack *RelayACK |
| 10 | Msg interface{} |
| 11 | } |
| 12 | |
| 13 | func (self *RecvMsgEvent) PassThroughAsInt64() int64 { |
| 14 | if self.ack == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected