disabling cache; it's not really necessary.
This commit is contained in:
11
runner/types.go
Normal file
11
runner/types.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user