refactored for streaming
This commit is contained in:
Vendored
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user