Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand coordinator store interface #1237

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Conversation

davidweisse
Copy link
Contributor

@davidweisse davidweisse commented Feb 18, 2025

This adds the Watch() function to the Store interface of the Coordinator. This function returns a channel which receives updates to the store, and a cancel function which can be used to stop watching.

The NewStore() method is separated and brought to a new file, so it can be controlled via a enterprise build tag.

@davidweisse davidweisse added the no changelog PRs not listed in the release notes label Feb 18, 2025
@davidweisse davidweisse force-pushed the dav/expand-store-interface branch 2 times, most recently from 17306cb to 9058b96 Compare February 25, 2025 10:08
@davidweisse davidweisse force-pushed the dav/expand-store-interface branch from 9058b96 to 7c1ba5d Compare February 26, 2025 14:28
@davidweisse davidweisse merged commit daa07aa into main Mar 3, 2025
10 checks passed
@davidweisse davidweisse deleted the dav/expand-store-interface branch March 3, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants