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