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

9 lines
235 B
Go

package config
// Notifications settings
type Notifications struct {
Enabled bool `json:"enabled"`
NotifyOnTestCompletion bool `json:"notify_on_test_completion"`
NotifyOnNews bool `json:"notify_on_news"`
}