()
| 736 | } |
| 737 | |
| 738 | func (x *CoordinateResponse) GetPeerUpdates() []*CoordinateResponse_PeerUpdate { |
| 739 | if x != nil { |
| 740 | return x.PeerUpdates |
| 741 | } |
| 742 | return nil |
| 743 | } |
| 744 | |
| 745 | func (x *CoordinateResponse) GetError() string { |
| 746 | if x != nil { |
no outgoing calls