]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/admin/datastore.rs
remove proxmox-rrd-api-types crate, s/RRDTimeFrameResolution/RRDTimeFrame/
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 13 Oct 2021 08:24:44 +0000 (10:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Oct 2021 11:36:02 +0000 (13:36 +0200)
commitc68fa58a59962827b10e1ff2133b44d285120b1f
treedc6a0dc7e5cbaf97015ed26c543128d45db49792
parent426dda0730fbae0009adc5b77ea0f23463d180e8
remove proxmox-rrd-api-types crate, s/RRDTimeFrameResolution/RRDTimeFrame/

Because the types used inside the RRD have other requirements
than the API types:

- other serialization format
- the API may not support all RRD features

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
Makefile
pbs-api-types/Cargo.toml
pbs-api-types/src/lib.rs
proxmox-rrd-api-types/Cargo.toml [deleted file]
proxmox-rrd-api-types/src/lib.rs [deleted file]
proxmox-rrd/src/rrd_v1.rs
src/api2/admin/datastore.rs
src/api2/node/rrd.rs
src/api2/status.rs
src/lib.rs