mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 13:10:24 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package serverconfigs
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// 重写规则的引用
							 | 
						||
| 
								 | 
							
								type HTTPRewriteRef struct {
							 | 
						||
| 
								 | 
							
									IsOn          bool  `yaml:"isOn" json:"isOn"`                   // 是否启用
							 | 
						||
| 
								 | 
							
									RewriteRuleId int64 `yaml:"rewriteRuleId" json:"rewriteRuleId"` // 规则ID
							 | 
						||
| 
								 | 
							
								}
							 |