()
| 137 | func (*Client) RewriteDERPMap(*tailcfg.DERPMap) {} |
| 138 | |
| 139 | func (c *Client) Close() { |
| 140 | c.derpMapOnce.Do(func() { close(c.derpMapUpdates) }) |
| 141 | } |
| 142 | |
| 143 | func (c *Client) ConnectRPC29WithRole(ctx context.Context, _ string) ( |
| 144 | agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error, |