feat: add notifier scheduler and NotifyOnce sent-tracking

This commit is contained in:
2026-07-19 22:32:57 +03:00
parent 3af33bd728
commit 11f838ace9
6 changed files with 401 additions and 4 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
require (
github.com/lithammer/fuzzysearch v1.1.8
github.com/robfig/cron/v3 v3.0.1
golang.org/x/time v0.15.0
)