build map tests passing

This commit is contained in:
2026-05-22 23:13:59 -06:00
parent f8c77e7fdd
commit 959e21f1fa
4 changed files with 169 additions and 11 deletions
+6
View File
@@ -6,6 +6,12 @@ import (
"github.com/ewpt3ch/pkgstash/internal/cache"
)
const (
repoArch = "os/x86_64"
dbSuffix = ".db.tar.gz"
pkgSuffix = "-x86_64.pkg.tar.zst"
)
type CacheClient interface {
FetchDB() error
Fetch(relpath string) (*cache.CacheFile, error)