mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-10-31 01:58:11 +08:00 
			
		
		
		
	feature (plg_backend_nop): add a few more files for testing
This commit is contained in:
		| @ -61,6 +61,8 @@ func (this BlackHole) Ls(path string) ([]os.FileInfo, error) { | ||||
| 		File{FName: "10M.bin", FType: "file", FSize: 1024 * 1024 * 10}, | ||||
| 		File{FName: "100M.bin", FType: "file", FSize: 1024 * 1024 * 100}, | ||||
| 		File{FName: "1G.bin", FType: "file", FSize: 1024 * 1024 * 1024}, | ||||
| 		File{FName: "10G.bin", FType: "file", FSize: 1024 * 1024 * 1024 * 1024}, | ||||
| 		File{FName: "100G.bin", FType: "file", FSize: 1024 * 1024 * 1024 * 1024 * 1024}, | ||||
| 	) | ||||
| 	return files, nil | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mickael Kerjean
					Mickael Kerjean