-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(state): add core support for Pebble Notices (#295)
This implements the core state aspects of Pebble Notices -- spec JU048. The key user-visible methods are State.AddNotice to add a new notices, State.Notices and State.Notice to fetch and filter existing notices, and State.WaitNotices to wait (or long-poll) for notices as they occur.
- Loading branch information
Showing
5 changed files
with
955 additions
and
3 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
Oops, something went wrong.