mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Karthik Ravi Shankar
03b079499c
|
6 years ago | |
---|---|---|
.. | ||
README.md | ||
config.h | ||
cpp_generator.cc | 6 years ago | |
cpp_generator.h | 6 years ago | |
cpp_generator_helpers.h | 6 years ago | |
cpp_plugin.cc | 6 years ago | |
cpp_plugin.h | 6 years ago | |
csharp_generator.cc | 6 years ago | |
csharp_generator.h | ||
csharp_generator_helpers.h | 6 years ago | |
csharp_plugin.cc | ||
generator_helpers.h | ||
node_generator.cc | ||
node_generator.h | ||
node_generator_helpers.h | 6 years ago | |
node_plugin.cc | ||
objective_c_generator.cc | 6 years ago | |
objective_c_generator.h | ||
objective_c_generator_helpers.h | ||
objective_c_plugin.cc | ||
php_generator.cc | ||
php_generator.h | ||
php_generator_helpers.h | 6 years ago | |
php_plugin.cc | ||
protobuf_plugin.h | 6 years ago | |
python_generator.cc | 6 years ago | |
python_generator.h | 6 years ago | |
python_generator_helpers.h | 6 years ago | |
python_plugin.cc | ||
python_private_generator.h | ||
ruby_generator.cc | ||
ruby_generator.h | ||
ruby_generator_helpers-inl.h | 6 years ago | |
ruby_generator_map-inl.h | ||
ruby_generator_string-inl.h | ||
ruby_plugin.cc | ||
schema_interface.h | 6 years ago |
README.md
Overview
This directory contains source code for gRPC protocol buffer compiler (protoc) plugins. Along with protoc
,
these plugins are used to generate gRPC client and server stubs from .proto
files.