Open bassosimone opened 1 year ago
When implementing https://github.com/ooni/probe/issues/2607, we chose another approach, given that it was possible to adapt the code without doing this refactoring. We may still want to make this change sometime in the future.
The engine codebase allows submitting measurements using two mechanisms. There are methods of the
engine.Experiment
type and there is theengine.Submitter
. We should probably have a single implementation implementing both APIs such that we don't need to change existing code but we reduce code complexity.