1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-07 15:08:03 +00:00
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
config_test.go
rest.go backend: Unify backend construction using factory and registry 2023-06-17 15:15:57 +02:00
rest_int_test.go
rest_test.go