ooni-probe-cli/config/automated_testing.go

9 lines
226 B
Go
Raw Normal View History

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