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

Struct chatAIGatewayTestFactory

coderd/x/chatd/chatd_test.go:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type chatAIGatewayTestFactory struct {
83 target *url.URL
84 transport http.RoundTripper
85 mu sync.Mutex
86 requests []chatAIGatewayRecordedRequest
87}
88
89func newChatAIGatewayTestFactory(t testing.TB, targetBaseURL string) *chatAIGatewayTestFactory {
90 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected