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:
parent
c28a98082b
commit
c48accfb51
4 changed files with 234 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue