]> git.proxmox.com Git - proxmox-backup.git/commit
api2/admin/datastore: refactor list_dir_content in catalog_reader
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 16 Feb 2021 17:06:52 +0000 (18:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Feb 2021 07:32:41 +0000 (08:32 +0100)
commit227501c06351924c44c7f345c1adbc978d6f74ac
tree8106f97a3c0f71eb34ad73233393cae05e353bc9
parent89d25b19317b1e3a58f15ad235346daad6f5aea3
api2/admin/datastore: refactor list_dir_content in catalog_reader

we will reuse that later in the client, so we need it somewhere
we can use from there

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
[add strongly typed ArchiveEntry and put api code into helpers.rs]
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/api2/admin/datastore.rs
src/api2/helpers.rs
src/api2/types/mod.rs
src/backup/catalog.rs