| 53 | } |
| 54 | |
| 55 | type SessionEventMsg struct { |
| 56 | MsgType EventType |
| 57 | Sender Agent |
| 58 | Cid ComponentID |
| 59 | } |
| 60 | |
| 61 | func (this *SessionEventMsg) GetType() EventType { |
| 62 | return this.MsgType |
nothing calls this directly
no outgoing calls
no test coverage detected