mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 11:15:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package constant
 | |
| 
 | |
| const (
 | |
| 	ResourceLocal    = "local"
 | |
| 	ResourceAppstore = "appstore"
 | |
| 
 | |
| 	RuntimeNormal   = "normal"
 | |
| 	RuntimeError    = "error"
 | |
| 	RuntimeBuildIng = "building"
 | |
| 
 | |
| 	RuntimePHP = "php"
 | |
| 
 | |
| 	RuntimeProxyUnix = "unix"
 | |
| 	RuntimeProxyTcp  = "tcp"
 | |
| )
 |