feat: remove croxy proxy and image cache features

This commit is contained in:
asepharyana
2026-07-22 14:51:08 +07:00
parent 891064354b
commit 5c51ec895f
35 changed files with 42 additions and 2799 deletions
-9
View File
@@ -143,13 +143,4 @@ impl Event for OrderCreated {
const NAME: &'static str = "order.created";
}
/// Image repaired event.
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
pub struct ImageRepaired {
pub original_url: String,
pub cdn_url: String,
}
impl Event for ImageRepaired {
const NAME: &'static str = "image.repaired";
}