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

Method TransportFor

coderd/aibridge/factory.go:69–69  ·  view source on GitHub ↗
(providerName string, source Source)

Source from the content-addressed store, hash-verified

67// to the request context so handlers can include it in logs and metrics.
68type TransportFactory interface {
69 TransportFor(providerName string, source Source) (http.RoundTripper, error)
70}

Implementers 4

stubTransportFactorycoderd/aibridge_test.go
aibridgeTestFactorycoderd/x/chatd/model_routing_internal_
chatAIGatewayTestFactorycoderd/x/chatd/chatd_test.go
transportFactorycoderd/aibridged/transport.go

Calls

no outgoing calls