Merge branch 'deploy'

This commit is contained in:
2026-05-07 10:20:58 -06:00
4 changed files with 42 additions and 8 deletions
+4
View File
@@ -69,6 +69,10 @@ func NewCache(cacheRoot string, mirrorURLs []string, mirroredRepos []string) (*C
}, nil
}
func (c *Cache) Close() error {
return c.cr.Close()
}
type UpstreamError struct {
StatusCode int
}