mirror of
				https://github.com/yv1ing/MollyBlog.git
				synced 2025-09-16 14:53:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			96 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			96 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| // MFileInfo basic file info
 | |
| type MFileInfo struct {
 | |
| 	Name string
 | |
| 	Path string
 | |
| }
 | 
