| 28 | ) |
| 29 | |
| 30 | type aibridgeTestFactory struct { |
| 31 | providerName string |
| 32 | source aibridge.Source |
| 33 | err error |
| 34 | rt http.RoundTripper |
| 35 | } |
| 36 | |
| 37 | func (f *aibridgeTestFactory) TransportFor(providerName string, source aibridge.Source) (http.RoundTripper, error) { |
| 38 | f.providerName = providerName |
nothing calls this directly
no outgoing calls
no test coverage detected