pb package name add OpenIMServer

This commit is contained in:
withchao
2023-03-08 16:10:43 +08:00
parent ff6a503f53
commit 5813d13fe4
22 changed files with 1631 additions and 1614 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
syntax = "proto3";
import "Open-IM-Server/pkg/proto/sdkws/ws.proto";
option go_package = "OpenIM/pkg/proto/push;pbPush";
package push;
package OpenIMServer.push;
message PushMsgReq {
sdkws.MsgData msgData = 1;