1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00

chore: cache: generate mocks for act/artifactcache/caches.go

This commit is contained in:
Earl Warren 2025-09-05 15:03:52 +02:00
parent c28a98082b
commit c48accfb51
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 234 additions and 3 deletions

View file

@ -17,6 +17,7 @@ import (
"go.etcd.io/bbolt"
)
//go:generate mockery --inpackage --name caches
type caches interface {
openDB() (*bolthold.Store, error)
validateMac(rundata RunData) (string, error)