mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-16 03:25:26 +08:00
10 lines
150 B
Go
10 lines
150 B
Go
package constant
|
|
|
|
const (
|
|
WeChat = "wechat"
|
|
SMS = "sms"
|
|
Email = "mail"
|
|
WeCom = "weCom"
|
|
DingTalk = "dingTalk"
|
|
FeiShu = "feiShu"
|
|
)
|