kompAC
This commit is contained in:
@@ -4,7 +4,7 @@ grpcurl -plaintext \
|
||||
"table_name": "2025_customer"
|
||||
}' \
|
||||
localhost:50051 \
|
||||
multieko2.table_structure.TableStructureService/GetTableStructure
|
||||
KompAC.table_structure.TableStructureService/GetTableStructure
|
||||
{
|
||||
"columns": [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// src/table_structure/handlers/table_structure.rs
|
||||
use common::proto::multieko2::table_structure::{
|
||||
use common::proto::KompAC::table_structure::{
|
||||
GetTableStructureRequest, TableColumn, TableStructureResponse,
|
||||
};
|
||||
use sqlx::PgPool;
|
||||
|
||||
Reference in New Issue
Block a user