All checks were successful
Build and Release / release (push) Successful in 1m27s
11 lines
284 B
Go
11 lines
284 B
Go
package constants
|
|
|
|
const (
|
|
StreamEmailName = "stream:email_tasks"
|
|
StreamStorageName = "stream:storage_tasks"
|
|
StreamRagName = "stream:rag_tasks"
|
|
GroupEmailName = "email_workers_group"
|
|
GroupStorageName = "storage_workers_group"
|
|
GroupRagName = "rag_workers_group"
|
|
)
|