]> git.proxmox.com Git - proxmox.git/commit
notify: preparation for the first endpoint plugin
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 20 Jul 2023 14:31:31 +0000 (16:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 08:25:27 +0000 (10:25 +0200)
commit2726e68afebab0d43782e99f538fe419ba2d7331
tree0164594151bc58daf1657dba05e4c5c66b83ea16
parentb8040a23cbab4971a0b9858ef28a04cbc75d05c1
notify: preparation for the first endpoint plugin

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Cargo.toml
proxmox-notify/Cargo.toml
proxmox-notify/src/config.rs [new file with mode: 0644]
proxmox-notify/src/endpoints/mod.rs [new file with mode: 0644]
proxmox-notify/src/lib.rs
proxmox-notify/src/schema.rs [new file with mode: 0644]