proxy: move prune logic into new file
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
f8a682a873
commit
b8d9079835
@ -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::*;
|
||||
|
Reference in New Issue
Block a user