rclone/backend/cache
Aleksandar Jankovic f78cd1e043 Add context propagation to rclone
- Change rclone/fs interfaces to accept context.Context
- Update interface implementations to use context.Context
- Change top level usage to propagate context to lover level functions

Context propagation is needed for stopping transfers and passing other
request-scoped values.
2019-06-19 11:59:46 +01:00
..
cache.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cache_internal_test.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cache_mount_unix_test.go cache: update internal tests and small fixes 2018-06-08 23:34:38 +03:00
cache_mount_windows_test.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_test.go local: define OpenWriterAt interface and test and implement it #2252 2019-05-11 23:35:19 +01:00
cache_unsupported.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_upload_test.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
directory.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
handle.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
object.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
plex.go Update after goimports change 2018-12-04 10:11:57 +00:00
storage_memory.go Update after goimports change 2018-12-04 10:11:57 +00:00
storage_persistent.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00