21 Star 115 Fork 51

搜狗开源 / srpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
echo_pb.proto 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyingxin 提交于 2020-08-09 15:54 . initialize
syntax="proto2";
message EchoRequest {
required string message = 1;
required string name = 2;
};
message EchoResponse {
required string message = 1;
optional int32 state = 2;
optional int32 error = 3;
};
service Example {
rpc Echo(EchoRequest) returns (EchoResponse);
};
C++
1
https://gitee.com/sogou/srpc.git
git@gitee.com:sogou/srpc.git
sogou
srpc
srpc
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891