mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
Add option to skip notification at the very first analysis of an image (#10)
This commit is contained in:
@@ -2,6 +2,7 @@ package model
|
||||
|
||||
// Watch holds data necessary for watch configuration
|
||||
type Watch struct {
|
||||
Workers int `yaml:"workers,omitempty"`
|
||||
Schedule string `yaml:"schedule,omitempty"`
|
||||
Workers int `yaml:"workers,omitempty"`
|
||||
Schedule string `yaml:"schedule,omitempty"`
|
||||
FirstCheckNotif bool `yaml:"first_check_notif,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user