MCPcopy Index your code
hub / github.com/coder/coder / fakeAgentProvider

Struct fakeAgentProvider

coderd/workspaceagents_internal_test.go:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected