| 31 | } |
| 32 | |
| 33 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected