durations are now optionally spans for jitter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user