]> git.proxmox.com Git - proxmox.git/commit
notify: add context
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 20 Jul 2023 14:31:44 +0000 (16:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 08:25:51 +0000 (10:25 +0200)
commitd6c1f181d65b7e07e0873c4390e6a53242090df5
treec50428cf6b6a8e050174aab185d056c5ab6d4ce0
parent97dac11823128d8f2f4ebbe63a6b261769751334
notify: add context

Since `proxmox-notify` is intended to be used by multiple products,
there needs to be a way to inject product-specific behavior.

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