mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 13:10:24 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package shared
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Header引用
							 | 
						||
| 
								 | 
							
								type HTTPHeaderRef struct {
							 | 
						||
| 
								 | 
							
									IsOn     bool  `yaml:"isOn" json:"isOn"`
							 | 
						||
| 
								 | 
							
									HeaderId int64 `yaml:"headerId" json:"headerId"`
							 | 
						||
| 
								 | 
							
								}
							 |