ooni-probe-cli/internal/engine/tunnel
Simone Basso 47aa773731
refactor(tunnel): provide TorArgs and TorBinary directly (#293)
We're trying to remove a circular dependency between the measurement
Session and the tunnel package. To this end, continue to reduce the
dependency scope by providing TorArgs and TorBinary directly.

Part of https://github.com/ooni/probe/issues/985
2021-04-04 12:08:13 +02:00
..
config.go refactor(tunnel): provide TorArgs and TorBinary directly (#293) 2021-04-04 12:08:13 +02:00
integration_test.go refactor(tunnel): pass the config as a pointer (#288) 2021-04-03 20:12:56 +02:00
psiphon_test.go refactor(tunnel): simplify tor implementation (#290) 2021-04-03 21:25:08 +02:00
psiphon.go fix(tunnel/psiphon): don't overwrite config.WorkDir (#291) 2021-04-03 21:34:19 +02:00
tor_test.go refactor(tunnel): simplify tor implementation (#290) 2021-04-03 21:25:08 +02:00
tor.go refactor(tunnel): provide TorArgs and TorBinary directly (#293) 2021-04-04 12:08:13 +02:00
tunnel_test.go refactor(tunnel): pass the config as a pointer (#288) 2021-04-03 20:12:56 +02:00
tunnel.go refactor(tunnel): provide TorArgs and TorBinary directly (#293) 2021-04-04 12:08:13 +02:00