GoBroke/runner/types.go
2024-12-20 01:29:56 -05:00

12 lines
147 B
Go

package runner
import (
`r00t2.io/gobroke/cachedb`
`r00t2.io/gobroke/conf`
)
type Updater struct {
cfg *conf.Config
cache *cachedb.Cache
}