rclone/fs/sync
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
..
pipe_test.go sync: add a buffer for checks, uploads and renames #379 2018-08-17 17:58:00 +01:00
pipe.go sync: add a buffer for checks, uploads and renames #379 2018-08-17 17:58:00 +01:00
rc_test.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
rc.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
sync_test.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
sync.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00