proxmox-perl-rs/common/src/mod.rs
Lukas Wagner 703cfbd212 notify: rename PVE::RS::Notify to Proxmox::RS::Notify
Also splitting PVE-specific context into its own file.

Suggested-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-07-24 13:58:26 +02:00

6 lines
83 B
Rust

pub mod apt;
mod calendar_event;
pub mod logger;
pub mod notify;
mod subscription;