mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			71 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			71 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package checkpoints
 | 
						|
 | 
						|
type OptionInterface interface {
 | 
						|
	Type() string
 | 
						|
}
 |