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