13 lines
333 B
Go
13 lines
333 B
Go
package types
|
|
|
|
const (
|
|
// ScheduledBatchSendEmail scheduled batch send email
|
|
ScheduledBatchSendEmail = "scheduled:email:batch"
|
|
|
|
// ForthwithQuotaTask create quota task immediately
|
|
ForthwithQuotaTask = "forthwith:quota:task"
|
|
|
|
// SchedulerExchangeRate fetch exchange rate task
|
|
SchedulerExchangeRate = "scheduler:exchange:rate"
|
|
)
|