diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-11-02 12:00:25 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-11-02 12:00:25 +0300 |
commit | 56086cfd6edecd0aec84a9b19ebf508e65b79e9d (patch) | |
tree | b07862bc7090d55666c870cb063c3ce0f46b6f5b /contrib/libs/grpc/src/compiler/ruby_generator.h | |
parent | e3ffb0af25c5c456263ecb50cd8d4cec27e37dc4 (diff) | |
download | ydb-56086cfd6edecd0aec84a9b19ebf508e65b79e9d.tar.gz |
Cleanup unused grpc targets
* Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc
* Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details
* Remove abundance of hacks from import routine
Diffstat (limited to 'contrib/libs/grpc/src/compiler/ruby_generator.h')
-rw-r--r-- | contrib/libs/grpc/src/compiler/ruby_generator.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/contrib/libs/grpc/src/compiler/ruby_generator.h b/contrib/libs/grpc/src/compiler/ruby_generator.h new file mode 100644 index 0000000000..325dc02294 --- /dev/null +++ b/contrib/libs/grpc/src/compiler/ruby_generator.h @@ -0,0 +1,30 @@ +/* + * + * Copyright 2015 gRPC authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#ifndef GRPC_INTERNAL_COMPILER_RUBY_GENERATOR_H +#define GRPC_INTERNAL_COMPILER_RUBY_GENERATOR_H + +#include "src/compiler/config.h" + +namespace grpc_ruby_generator { + +TString GetServices(const grpc::protobuf::FileDescriptor* file); + +} // namespace grpc_ruby_generator + +#endif // GRPC_INTERNAL_COMPILER_RUBY_GENERATOR_H |