mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			143 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			143 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package iplibrary
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type Result struct {
							 | 
						||
| 
								 | 
							
									CityId   int64
							 | 
						||
| 
								 | 
							
									Country  string
							 | 
						||
| 
								 | 
							
									Region   string
							 | 
						||
| 
								 | 
							
									Province string
							 | 
						||
| 
								 | 
							
									City     string
							 | 
						||
| 
								 | 
							
									ISP      string
							 | 
						||
| 
								 | 
							
								}
							 |