moved code in steel, time to implement working steel next

This commit is contained in:
filipriec
2025-03-08 23:09:15 +01:00
parent 07170bbe00
commit 4a4f92c41e
10 changed files with 195 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ use sqlx::{PgPool, Arguments};
use sqlx::postgres::PgArguments;
use chrono::{DateTime, Utc};
use common::proto::multieko2::tables_data::{PostTableDataRequest, PostTableDataResponse};
use crate::steel::handlers::execution::{self, ScriptOperation};
use crate::steel::server::execution::{self, ScriptOperation};
use std::collections::HashMap;
pub async fn post_table_data(