8 lines
156 B
Protocol Buffer
8 lines
156 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option go_package = "git.hlsq.asia/mmorpg/service-common/proto/rs/rs_common";
|
|
|
|
message ErrorInfo {
|
|
int32 Code = 1;
|
|
string Msg = 2;
|
|
} |