UPDATE: Project Module
All checks were successful
Build and Release / release (push) Successful in 1m15s

This commit is contained in:
2026-04-25 14:05:15 +07:00
parent 44a63f29c6
commit ac90236022
71 changed files with 5110 additions and 257 deletions

8
pkg/constants/stream.go Normal file
View File

@@ -0,0 +1,8 @@
package constants
const (
StreamEmailName = "stream:email_tasks"
StreamStorageName = "stream:storage_tasks"
GroupEmailName = "email_workers_group"
GroupStorageName = "storage_workers_group"
)