Files
crawlab/core/notification/constants.go
2024-06-14 15:42:50 +08:00

11 lines
130 B
Go

package notification
const (
TypeMail = "mail"
TypeMobile = "mobile"
)
const (
SettingsColName = "notification_settings"
)