mirror of
https://github.com/restic/restic.git
synced 2025-12-22 23:59:51 -05:00
The RetryBackend tests depend on the mock backend. When the Backend interface is eventually split from the restic package, this will lead to a dependency cycle between backend and backend/mock. Thus split the RetryBackend into a separate package to avoid this problem. |
||
|---|---|---|
| .. | ||
| backend_retry.go | ||
| backend_retry_test.go | ||
| testing.go | ||