ooni-probe-cli/config/notifications.go

9 lines
235 B
Go
Raw Normal View History

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