cache: use badgerdb (#15)

This commit is contained in:
l3uddz
2021-02-19 22:20:02 +00:00
committed by GitHub
parent e1945cf714
commit 5b179ed8dc
13 changed files with 175 additions and 77 deletions

View File

@@ -23,10 +23,11 @@ type Config struct {
}
type rssJob struct {
name string
log zerolog.Logger
url string
pvrs map[string]pvr.PVR
name string
log zerolog.Logger
url string
timeout time.Duration
pvrs map[string]pvr.PVR
attempts int
errors []error