2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/internal/backend/retry
Michael Eischer 5c7a9a739a backend: Split RetryBackend into own package
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.
2022-10-21 21:38:17 +02:00
..
backend_retry_test.go backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00
backend_retry.go backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00
testing.go backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00