mirror of
https://github.com/octoleo/restic.git
synced 2024-11-13 16:56:27 +00:00
f903db492c
In order to change the backend initialization in `global.go` to be able to generically call cfg.ApplyEnvironment() for supported backends, the `interface{}` returned by `ParseConfig` must contain a pointer to the configuration. An alternative would be to use reflection to convert the type from `interface{}(Config)` to `interface{}(*Config)` (from value to pointer type). However, this would just complicate the type mess further. |
||
---|---|---|
.. | ||
config_test.go | ||
config.go | ||
s3_test.go | ||
s3.go |