mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 11:15:58 +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"
 | |
| )
 |