Expand description
Sync + storage configuration.
Config is a plain runtime struct the host populates from its own config.
coven never persists it — the host owns its config file and maps the
sync-relevant fields into Config when constructing the sync manager.
Structs§
- Cloud
Home Config - The cloud home: which provider backs sync and its per-provider settings. One cohesive unit — connecting picks a provider and fills its fields; disconnecting resets the whole thing to default.
- Config
- Sync + storage configuration for one library.
- Config
Yaml - On-disk form of
Config(the runtimelibrary_diris supplied separately).
Enums§
- Cloud
Provider - Cloud home provider selection.
- Config
Error - Configuration errors.