refactored for streaming

This commit is contained in:
2026-05-14 11:12:32 -06:00
parent f25d36a17e
commit ff596276cb
2 changed files with 23 additions and 35 deletions
+3 -2
View File
@@ -33,8 +33,9 @@ type CacheConfig struct {
}
type inFlight struct {
done chan struct{}
err error
tmpPath string
done chan struct{}
err error
}
type CacheFile struct {