feat 协议移动到Public
This commit is contained in:
17
Public/Proto/ServerInternal/sources/service_gateway.proto
Normal file
17
Public/Proto/ServerInternal/sources/service_gateway.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "common/proto/ss/grpc_pb";
|
||||
import "ss_common.proto";
|
||||
|
||||
service Gateway {
|
||||
rpc ToClient(stream ToClientReq) returns (ToClientResp) {}
|
||||
}
|
||||
|
||||
message ToClientReq {
|
||||
int32 UID = 1;
|
||||
int32 MessageID = 2;
|
||||
bytes Payload = 3;
|
||||
}
|
||||
|
||||
message ToClientResp {
|
||||
}
|
||||
Reference in New Issue
Block a user