mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
pb file
This commit is contained in:
parent
784ac4ecfc
commit
ff4e1a3c71
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
package pbAuth;
|
||||
option go_package = "./auth;pbAuth";
|
||||
option go_package = "auth;pbAuth";
|
||||
|
||||
message UserRegisterReq {
|
||||
string UID = 1;
|
||||
|
@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./friend;friend";
|
||||
option go_package = "friend;friend";
|
||||
package friend;
|
||||
|
||||
message CommonResp{
|
||||
|
@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./group;group";
|
||||
option go_package = "group;group";
|
||||
package group;
|
||||
|
||||
message CommonResp{
|
||||
|
@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./push;pbPush";
|
||||
option go_package = "push;pbPush";
|
||||
package push;
|
||||
|
||||
message PushMsgReq {
|
||||
|
@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./relay;pbRelay";
|
||||
option go_package = "relay;pbRelay";
|
||||
package relay;
|
||||
|
||||
message MsgToUserReq {
|
||||
|
@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./user;user";
|
||||
option go_package = "user;user";
|
||||
package user;
|
||||
|
||||
message CommonResp{
|
||||
|
Loading…
x
Reference in New Issue
Block a user