implement subscription handling and api

mostly modelled after PVE

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-10-27 12:25:59 +01:00
parent 2e201e7da6
commit 7b22fb257f
3 changed files with 468 additions and 33 deletions

View File

@ -36,6 +36,7 @@ pub mod logrotate;
pub mod loopdev;
pub mod fuse_loop;
pub mod socket;
pub mod subscription;
pub mod zip;
pub mod http;