restic/internal/backend/rest
Michael Eischer 7d12c29286 backend: Unify backend construction using factory and registry
This unified construction removes most backend-specific code from
global.go. The backend registry will also enable integration tests to
use custom backends if necessary.
2023-06-17 15:15:57 +02:00
..
config.go backend: let ParseConfig return a Config pointer 2023-06-07 22:31:15 +02:00
config_test.go backend: use generic implementation for ParseConfig tests 2023-06-07 22:30:35 +02:00
rest.go backend: Unify backend construction using factory and registry 2023-06-17 15:15:57 +02:00
rest_int_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00
rest_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00