mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
 | 
						|
 | 
						|
package nodes
 | 
						|
 | 
						|
import "github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs"
 | 
						|
 | 
						|
type OriginState struct {
 | 
						|
	CountFails   int64
 | 
						|
	UpdatedAt    int64
 | 
						|
	Config       *serverconfigs.OriginConfig
 | 
						|
	ReverseProxy *serverconfigs.ReverseProxyConfig
 | 
						|
}
 |