[pbs-devel] [PATCH proxmox-backup 01/10] notifications: move make notifications module a dir-style module
Lukas Wagner
l.wagner at proxmox.com
Fri Mar 21 13:25:12 CET 2025
The next commit is going to add a separate submodule for notification
template data types.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
src/server/{notifications.rs => notifications/mod.rs} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename src/server/{notifications.rs => notifications/mod.rs} (100%)
diff --git a/src/server/notifications.rs b/src/server/notifications/mod.rs
similarity index 100%
rename from src/server/notifications.rs
rename to src/server/notifications/mod.rs
--
2.39.5
More information about the pbs-devel
mailing list