feat(oonirun): add support for OONIRun v2 links (#844)

This diff adds support for OONIRun v2 links.

Part of https://github.com/ooni/probe/issues/2184.
This commit is contained in:
Simone Basso
2022-07-08 16:53:59 +02:00
committed by GitHub
parent ebb78c2848
commit 9a0153a349
11 changed files with 644 additions and 22 deletions
+2
View File
@@ -27,6 +27,8 @@ type Session struct {
MockableFetchTorTargetsErr error
MockableFetchURLListResult []model.OOAPIURLInfo
MockableFetchURLListErr error
MockableCheckInInfo *model.OOAPICheckInInfo
MockableCheckInErr error
MockableResolverIP string
MockableSoftwareName string
MockableSoftwareVersion string