()
| 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 |
| 91 | // destination. |
no outgoing calls
no test coverage detected