feat: start sketching out the oonirun package (#842)

This diff refactors the ./internal/cmd/miniooni pkg and moves the code
for running experiments inside of the ./internal/oonirun pkg.

It's the first concrete step towards https://github.com/ooni/probe/issues/2184.
This commit is contained in:
Simone Basso 2022-07-08 14:20:49 +02:00 committed by GitHub
commit 0b4a49190a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 377 additions and 134 deletions

5
internal/oonirun/doc.go Normal file
View file

@ -0,0 +1,5 @@
// Package oonirun contains code to run OONI experiments.
//
// This package supports OONI Run v1 and v2 as well as the direct
// creation and instantiation of OONI experiments.
package oonirun