| 73 | } |
| 74 | |
| 75 | type DataEventMsg struct { |
| 76 | MsgType EventType |
| 77 | Sender Agent |
| 78 | TypeID ProtoTypeID |
| 79 | MsgData interface{} |
| 80 | } |
| 81 | |
| 82 | func (this *DataEventMsg) GetType() EventType { |
| 83 | return this.MsgType |
nothing calls this directly
no outgoing calls
no test coverage detected