| 95 | } |
| 96 | |
| 97 | type RpcEventMsg struct { |
| 98 | MsgType EventType |
| 99 | Sender Agent |
| 100 | RpcName string |
| 101 | Data []interface{} |
| 102 | } |
| 103 | |
| 104 | func (this *RpcEventMsg) GetType() EventType { |
| 105 | return this.MsgType |
nothing calls this directly
no outgoing calls
no test coverage detected