aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/store_test.go
AgeCommit message (Collapse)AuthorFilesLines
36 hoursfeat: add the notification storeDanilo M.1-0/+126
The store holds the live queue and the history ring as pure state. Expiry tells the client and keeps the entry inert; dismissal and eviction file it in history. Replacing reuses the id and emits nothing.