mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
perf与性能优化
This commit is contained in:
@@ -3,17 +3,14 @@ syntax = "proto3";
|
||||
package gs.api;
|
||||
option go_package = "hk4e/gs/api;api";
|
||||
|
||||
//import "natsrpc.proto";
|
||||
//import "testdata.proto";
|
||||
|
||||
// GM 服务
|
||||
service GM {
|
||||
rpc Cmd (CmdRequest) returns (CmdReply) {}
|
||||
}
|
||||
|
||||
message CmdRequest {
|
||||
string func_name = 1;
|
||||
repeated string param = 2;
|
||||
string func_name = 1;
|
||||
repeated string param_list = 2;
|
||||
}
|
||||
|
||||
message CmdReply {
|
||||
|
||||
Reference in New Issue
Block a user