mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			309 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			309 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package serverconfigs
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type HTTPLocationRef struct {
							 | 
						||
| 
								 | 
							
									IsOn       bool               `yaml:"isOn" json:"isOn"`             // 是否启用
							 | 
						||
| 
								 | 
							
									LocationId int64              `yaml:"locationId" json:"locationId"` // 路径ID
							 | 
						||
| 
								 | 
							
									Children   []*HTTPLocationRef `yaml:"children" json:"children"`     // 子路径规则
							 | 
						||
| 
								 | 
							
								}
							 |