restic/internal/backend/rclone
Michael Eischer 7881309d63 backend: move backend implementation helpers to util package
This removes code that is only used within a backend implementation from
the backend package. The latter now only contains code that also has
external users.
2023-10-25 22:54:07 +02:00
..
backend_test.go backend: Adjust tests to use the Factory to instantiate the backend 2023-06-17 15:15:58 +02:00
backend.go backend: move backend implementation helpers to util package 2023-10-25 22:54:07 +02:00
config_test.go backend: fix linter warnings 2023-06-07 22:31:15 +02:00
config.go backend: let ParseConfig return a Config pointer 2023-06-07 22:31:15 +02:00
internal_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00
stdio_conn.go rclone: Better field names for stdio conn 2020-07-26 00:29:25 +02:00