pub async fn file_info_handler( __arg0: State<Arc<AppState>>, __arg1: Path<String>, ) -> Result<Json<FileInfoResponse>, AppError>