SetTunnelDestination indicates to tailnet that the peer id is a destination.
(id uuid.UUID)
| 90 | // SetTunnelDestination indicates to tailnet that the peer id is a |
| 91 | // destination. |
| 92 | SetTunnelDestination(id uuid.UUID) |
| 93 | } |
| 94 | |
| 95 | const LoggerName = "coord" |
no outgoing calls
no test coverage detected