1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-10 22:24:04 +00:00
restic/internal/backend/rclone
Michael Eischer 50e0d5e6b5 backend: Hardcode backend scheme in Factory
Our ParseConfig implementations always expect a specific scheme, thus no
other scheme would work.
2023-06-17 15:15:58 +02:00
..
backend.go backend: Hardcode backend scheme in Factory 2023-06-17 15:15:58 +02:00
backend_test.go backend: Adjust tests to use the Factory to instantiate the backend 2023-06-17 15:15:58 +02:00
config.go
config_test.go
internal_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00
stdio_conn.go