ooni-probe-cli/internal/engine/experiment/ndt7
Simone Basso 6351d898d6
refactor: miniooni should be outside of the engine (#206)
* refactor: miniooni should be outside of the engine

This is part of https://github.com/ooni/probe/issues/1335. We also need
to think whether we wanna keep libminiooni and miniooni separated.

The previous use case for having a top-level libminiooni was that of
enabling others to integrate miniooni into other binaries.

This was usegul when studying internet censorship in Spain in May 2020.

I am wondering whether we should be keeping this complexity. I am not
sure about this and probably we should be killing it.

(In any case, reducing complexity is not the objective of this diff,
since I would like instead to move things around with minimal changes
and make sure we have a ~good repository organization here.)

* fix: import in libminiooni
2021-02-03 11:21:10 +01:00
..
callback_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
callback.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
download_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
download.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
mockable_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
mockable.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
ndt7_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
ndt7.go refactor: miniooni should be outside of the engine (#206) 2021-02-03 11:21:10 +01:00
param.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
spec.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
upload_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
upload.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00