(ctx context.Context, _ string)
| 141 | } |
| 142 | |
| 143 | func (c *Client) ConnectRPC29WithRole(ctx context.Context, _ string) ( |
| 144 | agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error, |
| 145 | ) { |
| 146 | return c.ConnectRPC29(ctx) |
| 147 | } |
| 148 | |
| 149 | func (c *Client) ConnectRPC29(ctx context.Context) ( |
| 150 | agentproto.DRPCAgentClient29, proto.DRPCTailnetClient28, error, |
nothing calls this directly
no test coverage detected