]> git.proxmox.com Git - proxmox-backup.git/commit
datastore status: factor out api type DataStoreStatusListItem
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Mar 2022 08:36:03 +0000 (09:36 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 20 Mar 2022 08:38:50 +0000 (09:38 +0100)
commit762f7d15dca8c7d370e5e65a4d0405e81bb8b588
tree2101735d429f0357b0ca3602919ee5d827b97263
parent80ab05e40c45dbbd9c435253d923161e430e577e
datastore status: factor out api type DataStoreStatusListItem

And use the rust type instead of json::Value.
pbs-api-types/src/datastore.rs
src/api2/status.rs