Skip to content

Commit 52515d8

Browse files
committed
feat grpc-proto-structs: added client/server codegen_declarations.hpp files
commit_hash:6aec9f1be700621e43acf66b2d5a29ea582f1dd5
1 parent 6aaacee commit 52515d8

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.mapping.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,6 +2557,9 @@
25572557
"libraries/easy/samples/6_pg_service_template_no_http_with/testsuite/test_basic.py":"taxi/uservices/userver/libraries/easy/samples/6_pg_service_template_no_http_with/testsuite/test_basic.py",
25582558
"libraries/easy/samples/CMakeLists.txt":"taxi/uservices/userver/libraries/easy/samples/CMakeLists.txt",
25592559
"libraries/easy/src/easy.cpp":"taxi/uservices/userver/libraries/easy/src/easy.cpp",
2560+
"libraries/grpc-proto-structs/include/userver/grpc-proto-structs/client/impl/codegen_declarations.hpp":"taxi/uservices/userver/libraries/grpc-proto-structs/include/userver/grpc-proto-structs/client/impl/codegen_declarations.hpp",
2561+
"libraries/grpc-proto-structs/include/userver/grpc-proto-structs/server/impl/codegen_declarations.hpp":"taxi/uservices/userver/libraries/grpc-proto-structs/include/userver/grpc-proto-structs/server/impl/codegen_declarations.hpp",
2562+
"libraries/grpc-proto-structs/src/grpc-proto-structs.cpp":"taxi/uservices/userver/libraries/grpc-proto-structs/src/grpc-proto-structs.cpp",
25602563
"libraries/grpc-protovalidate/CMakeLists.txt":"taxi/uservices/userver/libraries/grpc-protovalidate/CMakeLists.txt",
25612564
"libraries/grpc-protovalidate/include/userver/grpc-protovalidate/buf_validate.hpp":"taxi/uservices/userver/libraries/grpc-protovalidate/include/userver/grpc-protovalidate/buf_validate.hpp",
25622565
"libraries/grpc-protovalidate/include/userver/grpc-protovalidate/client/component.hpp":"taxi/uservices/userver/libraries/grpc-protovalidate/include/userver/grpc-protovalidate/client/component.hpp",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#pragma once
2+
3+
// This header contains all static includes for code-generated
4+
// *_client.structs.usrv.pb.hpp files.
5+
//
6+
// Do not include this header in your code, use non-impl includes instead!
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#pragma once
2+
3+
// This header contains all static includes for code-generated
4+
// *_service.structs.usrv.pb.hpp files.
5+
//
6+
// Do not include this header in your code, use non-impl includes instead!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
namespace grpc_proto_structs {}

0 commit comments

Comments
 (0)