feat: Application module architecture and placeholder features #70

Merged
letian merged 11 commits from feat/applicationModule into master 2025-07-01 19:40:43 +00:00
Showing only changes of commit eb27a71264 - Show all commits

View File

@ -65,10 +65,3 @@ impl<T: Topology> Clone for Box<dyn ApplicationFeature<T>> {
todo!()
}
}
#[async_trait]
impl<T: Topology> ApplicationFeature<T> for BackupFeature {
async fn ensure_installed(&self, _topology: &T) -> Result<(), String> {
todo!()
}
}