mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
feature (plg_backend_nop): add a few more files for testing
This commit is contained in:
parent
03996a5239
commit
5c086bc6cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue