update proto

This commit is contained in:
skiffer-git
2022-09-21 08:36:33 +08:00
parent 0a83470019
commit 5e9f1ac00f
15 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
syntax = "proto3";
import "Open-IM-Server/pkg/proto/sdk_ws/ws.proto";
package pbAuth;
option go_package = "./auth;pbAuth";
option go_package = "Open_IM/pkg/proto/auth;pbAuth";
message CommonResp{
int32 errCode = 1;