mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								package goman
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import "time"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type Instance struct {
							 | 
						||
| 
								 | 
							
									Id          uint64
							 | 
						||
| 
								 | 
							
									CreatedTime time.Time
							 | 
						||
| 
								 | 
							
									File        string
							 | 
						||
| 
								 | 
							
									Line        int
							 | 
						||
| 
								 | 
							
								}
							 |