rettypb.prettypb-rpc.0.3.3.source-code.prettypb_rpc.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prettypb-rpc Show documentation
Show all versions of prettypb-rpc Show documentation
proto rpc libs, compatible with proto-rpc-pro
option java_package = "net.dongliu.prettypb.rpc.protocol";
option java_outer_classname = "PrettypbRpc";
option java_multiple_files = true;
message ServerInfo {
required string host = 1;
required uint32 port = 2;
optional uint32 weight = 3;
}