Dial connects to the tailnet control plane and returns clients for the different control sub-protocols (coordination, DERP maps, resume tokens, and telemetry). If the ResumeTokenController is not nil, the dialer should query for a resume token and use it to dial, if available.
(ctx context.Context, r ResumeTokenController)
| 140 | // ResumeTokenController is not nil, the dialer should query for a resume token and use it to |
| 141 | // dial, if available. |
| 142 | Dial(ctx context.Context, r ResumeTokenController) (ControlProtocolClients, error) |
| 143 | } |
| 144 | |
| 145 | // BasicCoordinationController handles the basic coordination operations common to all types of |
no outgoing calls