HTTPFetcher provides data fetcher implementation using http
| 26 | ) |
| 27 | |
| 28 | // HTTPFetcher provides data fetcher implementation using http |
| 29 | type HTTPFetcher struct { |
| 30 | DataFetcher |
| 31 | } |
| 32 | |
| 33 | // FetchGMs fetches GMs via http |
nothing calls this directly
no outgoing calls
no test coverage detected