All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rettypb.prettypb-rpc.0.3.3.source-code.prettypb_rpc.proto Maven / Gradle / Ivy

There is a newer version: 0.3.5
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy