mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
cache: offline uploading
This commit is contained in:
2
backend/cache/storage_memory.go
vendored
2
backend/cache/storage_memory.go
vendored
@@ -14,8 +14,6 @@ import (
|
||||
|
||||
// Memory is a wrapper of transient storage for a go-cache store
|
||||
type Memory struct {
|
||||
ChunkStorage
|
||||
|
||||
db *cache.Cache
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user