mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 17:18:43 +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