Register stores an upload with its expected file size
(filePath string, fileSize int64)
| 17 | type UploadCache interface { |
| 18 | // Register stores an upload with its expected file size |
| 19 | Register(filePath string, fileSize int64) |
| 20 | |
| 21 | // Complete removes an upload from the cache |
| 22 | Complete(filePath string) |
no outgoing calls
no test coverage detected