1
0
Fork 0
hswro-alarm-bot/config.go

16 lines
226 B
Go
Raw Normal View History

2024-03-23 09:40:20 +00:00
package main
import (
"time"
"git.sr.ht/~michalr/go-satel"
)
type AppConfig struct {
satelAddr string
chatIds []int64
allowedTypes []satel.ChangeType
allowedIndexes []int
poolInterval time.Duration
}