splitting proto conf, still some errors, fixing

This commit is contained in:
filipriec
2025-02-22 13:09:13 +01:00
parent 740d1d83c4
commit 449f1bd14e
15 changed files with 132 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
// src/adresar/handlers/get_adresar_count.rs
use tonic::Status;
use sqlx::PgPool;
use crate::proto::multieko2::adresar::{CountResponse, Empty};
use crate::proto::multieko2::common::{CountResponse, Empty};
pub async fn get_adresar_count(
db_pool: &PgPool,