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

notificationchannel: Remove Type and Value in favor of Dest from struct #4023

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

mastercactapus
Copy link
Member

Description:
Removes unused Type and Value fields as well as the Type-type from the notificationchannel package. Also removed unused Normalize method.

- Removed type-specific validation in favor of centralizing `Dest` validation
- Streamlined struct fields to use `Dest` directly
- Deleted redundant type definitions and related functions
- Clean up imports by removing `validate`
- Eliminate `Normalize` method from Channel struct
@mastercactapus mastercactapus merged commit d5e7561 into master Aug 1, 2024
7 checks passed
@mastercactapus mastercactapus deleted the notif-chan-rm-typeval branch August 1, 2024 16:00
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.

3 participants