grpc protobuf3 struct ,数据 grpc http/2 服务接口 .proto syntax="proto3";package xxxx;message Data{ string name=1; //optional|required; # 默认 optional int32 age=2; // repeated array }message Response{ string xx=1; int64 abc=2; repeated string yy=3;}//rpc service SSS{ rpc……

阅读全文