cmd/pkgserver: finish search implementation

This commit is contained in:
mae
2026-04-18 02:07:52 -05:00
parent 5a552993e5
commit fbf1dd4c6c
14 changed files with 411 additions and 206 deletions

View File

@@ -10,8 +10,8 @@ import (
"syscall"
"time"
"hakurei.app/check"
"hakurei.app/command"
"hakurei.app/container/check"
"hakurei.app/internal/pkg"
"hakurei.app/internal/rosa"
"hakurei.app/message"
@@ -47,7 +47,7 @@ func main() {
return err
}
cache, err = pkg.Open(ctx, msg, 0, baseDir)
cache, err = pkg.Open(ctx, msg, 0, 0, baseDir)
if err != nil {
return err
}