emailer configurable interval

This commit is contained in:
Bel LaPointe
2022-01-11 07:50:58 -05:00
parent 6c455764e1
commit 27605997c1
4 changed files with 14 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ import (
type Config struct {
Interval struct {
Email Duration
OK Duration
Error Duration
}