disabling cache; it's not really necessary.

This commit is contained in:
brent saner
2024-12-20 01:29:56 -05:00
parent c0af14d890
commit 3b4d712722
24 changed files with 941 additions and 112 deletions

11
runner/types.go Normal file
View File

@@ -0,0 +1,11 @@
package runner
import (
`r00t2.io/gobroke/cachedb`
`r00t2.io/gobroke/conf`
)
type Updater struct {
cfg *conf.Config
cache *cachedb.Cache
}