-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(handler.go): add DefaultStartupQuery function to construct default query for event handler startup feat(handler.go): add startupQuery field to Handler struct to allow customization of startup query feat(handler.go): modify Startup function to accept query options and merge with default query feat(handler.go): add StartupQuery function to configure Handler's startup query feat(handler.go): modify New function to set default startupQuery if not provided feat(handler.go): modify startup function to use startupQuery when querying events from startupStore test(handler_test.go): add tests for new Startup and StartupQuery functions and their effects on event handling
- Loading branch information
Showing
2 changed files
with
220 additions
and
11 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