proxy: move prune logic into new file

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer
2020-10-30 09:07:24 +01:00
committed by Dietmar Maurer
parent f8a682a873
commit b8d9079835
3 changed files with 100 additions and 62 deletions

View File

@ -35,5 +35,8 @@ pub mod jobstate;
mod verify_job;
pub use verify_job::*;
mod prune_job;
pub use prune_job::*;
mod email_notifications;
pub use email_notifications::*;