feat(traffic): implement traffic reset logic for subscription cycles

This commit is contained in:
Chang lue Tsen
2025-07-18 11:34:32 -04:00
committed by Leif Draven
parent b83ce5090a
commit 0e8e2d442e
4 changed files with 549 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ package types
const (
SchedulerCheckSubscription = "scheduler:check:subscription"
SchedulerTotalServerData = "scheduler:total:server"
SchedulerResetTraffic = "scheduler:reset:traffic"
)