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

Change pipeline hook type to plain func instead of interface #25

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

ccremer
Copy link
Owner

@ccremer ccremer commented Dec 27, 2021

Summary

  • Listener is not an interface with Accept(step) anymore, but func(step).

This makes anonymous hooks easier to implement

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    fix, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update documentation.
  • Update tests.

This makes anonymous hooks easier to implement
@ccremer ccremer merged commit f068907 into master Dec 27, 2021
@ccremer ccremer deleted the hooks branch December 27, 2021 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant