mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
1fed2d910c
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 |
||
---|---|---|
.. | ||
cache_internal_test.go | ||
cache_test.go | ||
cache_unsupported.go | ||
cache_upload_test.go | ||
cache.go | ||
directory.go | ||
handle.go | ||
object.go | ||
plex.go | ||
storage_memory.go | ||
storage_persistent.go | ||
utils_test.go |