()
| 507 | } |
| 508 | |
| 509 | func (x *TunnelMessage) GetLog() *Log { |
| 510 | if x, ok := x.GetMsg().(*TunnelMessage_Log); ok { |
| 511 | return x.Log |
| 512 | } |
| 513 | return nil |
| 514 | } |
| 515 | |
| 516 | func (x *TunnelMessage) GetPeerUpdate() *PeerUpdate { |
| 517 | if x, ok := x.GetMsg().(*TunnelMessage_PeerUpdate); ok { |