-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(handler.go): improve comments for better code understanding
- Update comments for ErrRunning, Handler, Option, WithStore, New, RegisterEventHandler, EventHandler, Context, Running, and Run functions to provide more detailed and clear explanations. - This will help developers understand the code better and make it easier for them to work with the event handler. fix(stream.go): update Filter function comment for better clarity - Change "pass all the" to "match all the" in the comment for the Filter function to make it more clear that the function filters events that match all the provided queries.
- Loading branch information
Showing
2 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters