()
| 500 | } |
| 501 | |
| 502 | func (m *TunnelMessage) GetMsg() isTunnelMessage_Msg { |
| 503 | if m != nil { |
| 504 | return m.Msg |
| 505 | } |
| 506 | return nil |
| 507 | } |
| 508 | |
| 509 | func (x *TunnelMessage) GetLog() *Log { |
| 510 | if x, ok := x.GetMsg().(*TunnelMessage_Log); ok { |
no outgoing calls
no test coverage detected