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";
|
syntax = "proto3";
|
||||||
package pbAuth;
|
package pbAuth;
|
||||||
option go_package = "./auth;pbAuth";
|
option go_package = "auth;pbAuth";
|
||||||
|
|
||||||
message UserRegisterReq {
|
message UserRegisterReq {
|
||||||
string UID = 1;
|
string UID = 1;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
option go_package = "./friend;friend";
|
option go_package = "friend;friend";
|
||||||
package friend;
|
package friend;
|
||||||
|
|
||||||
message CommonResp{
|
message CommonResp{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
option go_package = "./group;group";
|
option go_package = "group;group";
|
||||||
package group;
|
package group;
|
||||||
|
|
||||||
message CommonResp{
|
message CommonResp{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
option go_package = "./push;pbPush";
|
option go_package = "push;pbPush";
|
||||||
package push;
|
package push;
|
||||||
|
|
||||||
message PushMsgReq {
|
message PushMsgReq {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
option go_package = "./relay;pbRelay";
|
option go_package = "relay;pbRelay";
|
||||||
package relay;
|
package relay;
|
||||||
|
|
||||||
message MsgToUserReq {
|
message MsgToUserReq {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
option go_package = "./user;user";
|
option go_package = "user;user";
|
||||||
package user;
|
package user;
|
||||||
|
|
||||||
message CommonResp{
|
message CommonResp{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user