mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 19:26:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package constant
 | |
| 
 | |
| const (
 | |
| 	AlertEnable      = "Enable"
 | |
| 	AlertDisable     = "Disable"
 | |
| 	AlertSuccess     = "Success"
 | |
| 	AlertPushing     = "Pushing"
 | |
| 	AlertError       = "Error"
 | |
| 	AlertSyncError   = "SyncError"
 | |
| 	AlertPushError   = "PushError"
 | |
| 	AlertPushSuccess = "PushSuccess"
 | |
| )
 |