()
| 660 | } |
| 661 | |
| 662 | func (x *CoordinateRequest) GetUpdateSelf() *CoordinateRequest_UpdateSelf { |
| 663 | if x != nil { |
| 664 | return x.UpdateSelf |
| 665 | } |
| 666 | return nil |
| 667 | } |
| 668 | |
| 669 | func (x *CoordinateRequest) GetDisconnect() *CoordinateRequest_Disconnect { |
| 670 | if x != nil { |
no outgoing calls