feat: 引入循环交易管理、邮件通知和用户设置功能
This commit is contained in:
9
internal/models/constants.go
Normal file
9
internal/models/constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
// Notification Channel Constants
|
||||
const (
|
||||
NotificationChannelSMS = "sms"
|
||||
NotificationChannelEmail = "email"
|
||||
NotificationChannelBoth = "both"
|
||||
NotificationChannelNone = "none"
|
||||
)
|
||||
Reference in New Issue
Block a user