| 43 | ) |
| 44 | |
| 45 | type fakeAgentProvider struct { |
| 46 | agentConn func(ctx context.Context, agentID uuid.UUID) (_ workspacesdk.AgentConn, release func(), _ error) |
| 47 | } |
| 48 | |
| 49 | func (fakeAgentProvider) ReverseProxy(targetURL, dashboardURL *url.URL, agentID uuid.UUID, app appurl.ApplicationURL, wildcardHost string) *httputil.ReverseProxy { |
| 50 | panic("unimplemented") |
nothing calls this directly
no outgoing calls
no test coverage detected