rclone/backend/alias
Nick Craig-Wood 1fed2d910c config: make config file system pluggable
If you are using rclone a library you can decide to use the rclone
config file system or not by calling

    configfile.LoadConfig(ctx)

If you don't you will need to set `config.Data` to an implementation
of `config.Storage`.

Other changes
- change interface of config.FileGet to remove unused default
- remove MustValue from config.Storage interface
- change GetValue to return string or bool like elsewhere in rclone
- implement a default config file system which panics with helpful error
- implement getWithDefault to replace the removed MustValue
- don't embed goconfig.ConfigFile so we can change the methods
2021-03-11 17:29:26 +00:00
..
test/files alias: add new backend to create aliases for remote names #1049 2018-02-06 18:23:47 +00:00
alias.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
alias_internal_test.go config: make config file system pluggable 2021-03-11 17:29:26 +00:00