Start laying out the structure of gooni
This commit is contained in:
commit
7327e1ff7f
22 changed files with 529 additions and 0 deletions
8
config/notifications.go
Normal file
8
config/notifications.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package config
|
||||
|
||||
// Notifications settings
|
||||
type Notifications struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
NotifyOnTestCompletion bool `json:"notify_on_test_completion"`
|
||||
NotifyOnNews bool `json:"notify_on_news"`
|
||||
}
|
||||
Loading…
Reference in a new issue