AgentConn returns a new connection to the specified agent.
(ctx context.Context, agentID uuid.UUID)
| 75 | |
| 76 | // AgentConn returns a new connection to the specified agent. |
| 77 | AgentConn(ctx context.Context, agentID uuid.UUID) (_ workspacesdk.AgentConn, release func(), _ error) |
| 78 | |
| 79 | ServeHTTPDebug(w http.ResponseWriter, r *http.Request) |
| 80 |
no outgoing calls