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

.summer.summer.1.1.5.source-code.common.proto Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
syntax = "proto3";

option java_package = "com.swingfrog.summer.protocol.protobuf.proto";
option java_outer_classname = "CommonProto";

// className_type_messageId

message HeartBeat_Req_0 {
}
message HeartBeat_Resp_0 {
    int64 time = 1;
}

message ErrorCode_Resp_1 {
    int32 reqId = 1;
    int32 code  = 2;
    string msg  = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy