ooni-probe-cli/internal/engine/experiment/urlgetter
Simone Basso d3c6c11e48
cleanup(netx): remove the DNSClient type (#660)
The DNSClient type existed because the Resolver type did not
include CloseIdleConnections in its signature.

Now that Resolver includes CloseIdleConnections, the DNSClient
type has become unnecessary and can be safely removed.

See https://github.com/ooni/probe/issues/1956.
2022-01-10 11:53:06 +01:00
..
.gitignore chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
configurer_test.go cleanup(netx): remove more legacy names and functions (#658) 2022-01-07 20:02:19 +01:00
configurer.go cleanup(netx): remove the DNSClient type (#660) 2022-01-10 11:53:06 +01:00
getter_integration_test.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
getter_test.go feat: tutorial on how to write the torsf experiment (#390) 2021-06-22 00:12:03 +02:00
getter.go cleanup: merge legacy errorsx in netxlite and hide classifiers (#655) 2022-01-07 17:31:21 +01:00
multi_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
multi.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
runner_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
runner.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
urlgetter_test.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
urlgetter.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00