ooni-probe-cli/internal/engine/experiment/dash
Simone Basso c740be987b
refactor(tracex): do not depend on strings for event names (#777)
Rather than matching a string, match a type.

This is more robust considering future refactorings.

We're confident the names did not change in _this_ refactoring
because we're still testing the same strings in the tests.

Part of https://github.com/ooni/probe/issues/2121
2022-06-01 14:32:16 +02:00
..
collect_test.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
collect.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
dash_test.go refactor(tracex): do not depend on strings for event names (#777) 2022-06-01 14:32:16 +02:00
dash.go refactor(tracex): do not depend on strings for event names (#777) 2022-06-01 14:32:16 +02:00
doc.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
download_test.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
download.go fix(all): introduce and use iox.ReadAllContext (#379) 2021-06-15 11:57:40 +02:00
fake_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
locate.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
model.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
negotiate_test.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
negotiate.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
spec.go fix(all): introduce and use iox.ReadAllContext (#379) 2021-06-15 11:57:40 +02:00