1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-04-07 20:55:55 +02:00
This commit is contained in:
Jan Eitzinger 2024-03-19 16:16:02 +01:00
parent 81fe492655
commit 0005469101

@ -31,12 +31,10 @@ var (
type JobRepository struct {
DB *sqlx.DB
driver string
stmtCache *sq.StmtCache
cache *lrucache.Cache
archiveChannel chan *schema.Job
driver string
archivePending sync.WaitGroup
}