GoBroke/runner/types.go

12 lines
147 B
Go
Raw Normal View History

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