pub async fn delete_folder(
db: &Pool<Postgres>,
storage: &StorageLayer,
search: &TenantSearchIndex,
events: &TenantEventPublisher,
folder: Folder,
) -> Result<(), DeleteFolderError>pub async fn delete_folder(
db: &Pool<Postgres>,
storage: &StorageLayer,
search: &TenantSearchIndex,
events: &TenantEventPublisher,
folder: Folder,
) -> Result<(), DeleteFolderError>