mirror of
				https://github.com/lzh-1625/go_process_manager.git
				synced 2025-11-01 03:42:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			99 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			99 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| type FileStruct struct {
 | |
| 	Name  string `json:"name"`
 | |
| 	IsDir bool   `json:"isDir"`
 | |
| }
 | 
