durations are now optionally spans for jitter

This commit is contained in:
Bel LaPointe
2022-01-11 07:39:24 -05:00
parent 31a3d4948b
commit 6c455764e1
4 changed files with 149 additions and 11 deletions

View File

@@ -10,11 +10,14 @@ import (
)
type Config struct {
Interval Duration
States []State
Storage []string
Client string
Message struct {
Interval struct {
OK Duration
Error Duration
}
States []State
Storage []string
Client string
Message struct {
Matrix struct {
Mock bool
Homeserver string