feat(webconnectivity): long-term-evolution prototype (#882)
See https://github.com/ooni/probe/issues/2237
This commit is contained in:
parent
9ba6f8dcbb
commit
1a1d3126ae
20 changed files with 3067 additions and 1 deletions
8
internal/experiment/webconnectivity/config.go
Normal file
8
internal/experiment/webconnectivity/config.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package webconnectivity
|
||||
|
||||
//
|
||||
// Config
|
||||
//
|
||||
|
||||
// Config contains webconnectivity experiment configuration.
|
||||
type Config struct{}
|
||||
Loading…
Reference in a new issue