mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package serverconfigs
 | 
						|
 | 
						|
type HTTPWebsocketRef struct {
 | 
						|
	IsPrior     bool  `yaml:"isPrior" json:"isPrior"`
 | 
						|
	IsOn        bool  `yaml:"isOn" json:"isOn"`
 | 
						|
	WebsocketId int64 `yaml:"websocketId" json:"websocketId"`
 | 
						|
}
 |