From 619a0b5244aa92515c50bcbedffef1af349a0209 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Thu, 8 Feb 2024 15:34:02 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=BB=20nrpc=5Fclient=5Ftables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/logic.go | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/internal/logic/logic.go b/internal/logic/logic.go index b620ac8..35ab744 100644 --- a/internal/logic/logic.go +++ b/internal/logic/logic.go @@ -15,7 +15,6 @@ import ( "github.com/ManyakRus/crud_generator/internal/create_files/makefile" "github.com/ManyakRus/crud_generator/internal/create_files/model" "github.com/ManyakRus/crud_generator/internal/create_files/nrpc_client" - "github.com/ManyakRus/crud_generator/internal/create_files/nrpc_client_tables" "github.com/ManyakRus/crud_generator/internal/create_files/protobuf" "github.com/ManyakRus/crud_generator/internal/create_files/server_grpc_func" "github.com/ManyakRus/crud_generator/internal/create_files/server_grpc_starter" @@ -93,12 +92,12 @@ func StartFillAll() error { return err } - //grpc_client - err = nrpc_client_tables.CreateAllFiles(MapAll) - if err != nil { - //log.Error("nrpc_client_tables.CreateAllFiles() error: ", err) - return err - } + ////nrpc_client tables + //err = nrpc_client_tables.CreateAllFiles(MapAll) + //if err != nil { + // //log.Error("nrpc_client_tables.CreateAllFiles() error: ", err) + // return err + //} //grpc_proto err = protobuf.CreateAllFiles(MapAll)