ConnectRPC29WithRole is like ConnectRPC29 but sends an explicit role query parameter to the server. The workspace agent should use role "agent" to enable connection monitoring.
(ctx context.Context, role string)
| 127 | // role query parameter to the server. The workspace agent should |
| 128 | // use role "agent" to enable connection monitoring. |
| 129 | ConnectRPC29WithRole(ctx context.Context, role string) ( |
| 130 | proto.DRPCAgentClient29, tailnetproto.DRPCTailnetClient28, error, |
| 131 | ) |
| 132 | tailnet.DERPMapRewriter |
no outgoing calls
no test coverage detected