ooni-probe-cli/internal/cmd/oohelperd/internal/websteps
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simone Basso 566c6b246a
cleanup: remove unnecessary legacy interfaces (#656)
This diff addresses another point of https://github.com/ooni/probe/issues/1956:

> - [ ] observe that we're still using a bunch of private interfaces for common interfaces such as the `Dialer`, so we can get rid of these private interfaces and always use the ones in `model`, which allows us to remove a bunch of legacy wrappers

Additional cleanups may still be possible. The more I cleanup, the more I see
there's extra legacy code we can dispose of (which seems good?).
2022-01-07 18:33:37 +01:00
..
explore.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
explore_test.go [forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594) 2021-11-12 14:43:28 +01:00
generate.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
generate_test.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
h3.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
h3_test.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
initialchecks.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
initialchecks_test.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
measure.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
measure_test.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
model.go refactor: sync messages with spec draft (#435) 2021-08-17 11:56:36 +02:00
websteps.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
websteps_test.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00