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

Create an UpdateDispatcher interface to decouple Dispatcher and Updater components #120

Merged
merged 5 commits into from
Nov 11, 2023

Conversation

PaulSonOfLars
Copy link
Owner

What

This aims to address #119, allowing users to implement their own dispatchers with their own custom logic

Impact

  • Are your changes backwards compatible? No - NewUpdater definition has changed, the Updater struct's Dispatcher field has been changed to be an interface.
  • Have you included documentation, or updated existing documentation? Yes
  • Do errors and log messages provide enough context? Yes

@PaulSonOfLars PaulSonOfLars merged commit 35d1a9b into v2 Nov 11, 2023
3 checks passed
@PaulSonOfLars PaulSonOfLars deleted the paul/dispatcher-interface branch November 11, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant