43 Star 148 Fork 49

梁大帅/mqant

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rpc.proto 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
syntax = "proto3";
package rpcpb;
message RPCInfo {
string Cid = 1;
string Fn = 2;
string ReplyTo = 3;
string track = 4;
int64 Expired = 5;
bool Reply = 6;
repeated string ArgsType = 7;
repeated bytes Args = 8;
}
message ResultInfo {
string Cid = 1;
string Error = 2;
string ResultType = 4;
bytes Result = 5;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/liangdas/mqant.git
git@gitee.com:liangdas/mqant.git
liangdas
mqant
mqant
v1.6.7

搜索帮助