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

Struct transportFactory

coderd/aibridged/transport.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type transportFactory struct {
34 handler http.Handler
35}
36
37// TransportFor returns an in-process [http.RoundTripper] that dispatches
38// requests through the aibridged handler. The provider name is the routing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected