([]*proto.CoordinateResponse_PeerUpdate)
| 85 | // Conn. |
| 86 | type Coordinatee interface { |
| 87 | UpdatePeers([]*proto.CoordinateResponse_PeerUpdate) error |
| 88 | SetAllPeersLost() |
| 89 | SetNodeCallback(func(*Node)) |
| 90 | // SetTunnelDestination indicates to tailnet that the peer id is a |
no outgoing calls