Skip to content

Commit 4f5ff85

Browse files
committed
Merge remote-tracking branch 'origin/google'
2 parents 26ec784 + 06da707 commit 4f5ff85

39 files changed

+6950
-8515
lines changed

auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package auth
1616

1717
import (
1818
"errors"
19-
"github.com/OpenIMSDK/protocol/constant"
19+
"github.com/openimsdk/protocol/constant"
2020
)
2121

2222
func (x *UserTokenReq) Check() error {

auth/auth.pb.go

Lines changed: 102 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auth/auth.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// limitations under the License.
1414

1515
syntax = "proto3";
16-
package OpenIMServer.auth;
17-
option go_package = "github.com/OpenIMSDK/protocol/auth";
16+
package openim.auth;
17+
option go_package = "github.com/openimsdk/protocol/auth";
1818

1919

2020
message userTokenReq {

conversation/conversation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package conversation
1616

1717
import (
1818
"errors"
19-
"github.com/OpenIMSDK/protocol/constant"
19+
"github.com/openimsdk/protocol/constant"
2020
)
2121

2222
func (x *ConversationReq) Check() error {

conversation/conversation.pb.go

Lines changed: 615 additions & 635 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conversation/conversation.proto

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
// limitations under the License.
1414

1515
syntax = "proto3";
16-
package OpenIMServer.conversation;
16+
package openim.conversation;
1717
import "sdkws/sdkws.proto";
18-
import "wrapperspb/wrapperspb.proto";
19-
option go_package = "github.com/OpenIMSDK/protocol/conversation";
18+
import "google/wrappers.proto";
19+
option go_package = "github.com/openimsdk/protocol/conversation";
2020

2121
message Conversation{
2222
string ownerUserID = 1;
@@ -43,17 +43,17 @@ message ConversationReq{
4343
int32 conversationType = 2;
4444
string userID = 3;
4545
string groupID = 4;
46-
OpenIMServer.protobuf.Int32Value recvMsgOpt = 5;
47-
OpenIMServer.protobuf.BoolValue isPinned = 6;
48-
OpenIMServer.protobuf.StringValue attachedInfo = 7;
49-
OpenIMServer.protobuf.BoolValue isPrivateChat = 8;
50-
OpenIMServer.protobuf.StringValue ex = 9;
51-
OpenIMServer.protobuf.Int32Value burnDuration = 10;
52-
OpenIMServer.protobuf.Int64Value minSeq = 11;
53-
OpenIMServer.protobuf.Int64Value maxSeq = 12;
54-
OpenIMServer.protobuf.Int32Value groupAtType = 13;
55-
OpenIMServer.protobuf.Int64Value msgDestructTime = 14;
56-
OpenIMServer.protobuf.BoolValue isMsgDestruct = 15;
46+
google.protobuf.Int32Value recvMsgOpt = 5;
47+
google.protobuf.BoolValue isPinned = 6;
48+
google.protobuf.StringValue attachedInfo = 7;
49+
google.protobuf.BoolValue isPrivateChat = 8;
50+
google.protobuf.StringValue ex = 9;
51+
google.protobuf.Int32Value burnDuration = 10;
52+
google.protobuf.Int64Value minSeq = 11;
53+
google.protobuf.Int64Value maxSeq = 12;
54+
google.protobuf.Int32Value groupAtType = 13;
55+
google.protobuf.Int64Value msgDestructTime = 14;
56+
google.protobuf.BoolValue isMsgDestruct = 15;
5757
}
5858

5959
message SetConversationReq{

errinfo/errinfo.pb.go

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

errinfo/errinfo.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
syntax = "proto3";
1616

17-
package OpenIMServer.protobuf;
17+
package openim.protobuf;
1818

19-
option go_package = "github.com/OpenIMSDK/protocol/errinfo";
19+
option go_package = "github.com/openimsdk/protocol/errinfo";
2020

2121
message ErrorInfo {
2222
string path = 1;

0 commit comments

Comments
 (0)