This repository was archived by the owner on Jun 19, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ReadonlyTargets interface with a TargetsConfig channel
A channel provides a simple and safe interface for config updates. The in-memory config is no longer needed as tests can simply write config values to the config channel. For the volume config the config channel replaces the notify channel and the config watcher writes updated config values to the channel.
- Loading branch information