mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package nodes
 | 
						|
 | 
						|
type NodeConfig struct {
 | 
						|
	Id string `json:"id" yaml:"id"`
 | 
						|
	Secret string `json:"secret" yaml:"secret"`
 | 
						|
}
 |