mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-21 04:46:25 +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"
|
|
)
|