ecb conversions with corrections2
This commit is contained in:
@@ -68,17 +68,17 @@ mod definitions {
|
||||
"/../common/src/proto/komp_ac.tables_data.rs"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) mod ecb {
|
||||
include!(concat!(
|
||||
env!("CARGO_MANIFEST_DIR"),
|
||||
"/../common/src/proto/komp_ac.ecb.rs"
|
||||
));
|
||||
pub mod ecb {
|
||||
include!(concat!(
|
||||
env!("CARGO_MANIFEST_DIR"),
|
||||
"/../common/src/proto/komp_ac.ecb.rs"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
use auth::auth_service_client::AuthServiceClient;
|
||||
use definitions::{
|
||||
ecb,
|
||||
table_definition::table_definition_client::TableDefinitionClient,
|
||||
table_script::table_script_client::TableScriptClient,
|
||||
table_structure::table_structure_service_client::TableStructureServiceClient,
|
||||
|
||||
Reference in New Issue
Block a user