ooni-probe-cli/config/automated_testing.go
2018-02-07 20:02:18 +02:00

9 lines
226 B
Go

package config
// AutomatedTesting settings
type AutomatedTesting struct {
Enabled bool `json:"enabled"`
EnabledTests []string `json:"enabled_tests"`
MonthlyAllowance string `json:"monthly_allowance"`
}