(source string, duration, timeout time.Duration)
| 209 | } |
| 210 | |
| 211 | func (f testFetcher) Fetch(source string, duration, timeout time.Duration) (*profile.Profile, string, error) { |
| 212 | // http://pproftest.local prevents file from being saved. |
| 213 | return f.profile, "http://pproftest.local", nil |
| 214 | } |
| 215 | |
| 216 | var _ driver.Fetcher = testFetcher{} |
nothing calls this directly
no outgoing calls
no test coverage detected