]> git.proxmox.com Git - proxmox-backup.git/commit - pbs-datastore/src/datastore.rs
datastore: add snapshot iterator and provide example
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Apr 2022 10:24:56 +0000 (12:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Apr 2022 10:38:16 +0000 (12:38 +0200)
commit33eb23d57e1785787e2e3e47406109e747a8611b
treee39cebaa5ba1890f04c6745d128cbeee22e894fc
parent249dde8b633e53aaeeec47e56b7941870034239f
datastore: add snapshot iterator and provide example

will be more used in the future, when the upend-datastore master plan
comes in effect.

also a preparatory work for namespaces

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pbs-datastore/examples/ls-snapshots.rs [new file with mode: 0644]
pbs-datastore/src/datastore.rs
pbs-datastore/src/lib.rs