| 31 | } |
| 32 | |
| 33 | type ComponentEventMsg struct { |
| 34 | MsgType EventType |
| 35 | Sender Component |
| 36 | Attach interface{} |
| 37 | Err error |
| 38 | } |
| 39 | |
| 40 | func (this *ComponentEventMsg) GetType() EventType { |
| 41 | return this.MsgType |
nothing calls this directly
no outgoing calls
no test coverage detected