From 1e24f651c84278ccaa529e09443020e4370f14c1 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Thu, 9 Mar 2023 15:41:28 +0800 Subject: [PATCH] protobuf --- pkg/proto/auth/auth.pb.go | 16 +- pkg/proto/friend/friend.pb.go | 64 +-- pkg/proto/group/group.pb.go | 370 +++++++-------- pkg/proto/msg/msg.pb.go | 274 +++++------ pkg/proto/sdkws/ws.pb.go | 628 +++++++++++++------------- pkg/proto/third/third.pb.go | 34 +- pkg/proto/user/user.pb.go | 62 +-- pkg/proto/wrapperspb/wrapperspb.go | 189 ++++++++ pkg/proto/wrapperspb/wrapperspb.pb.go | 430 ++++++++++++++++++ 9 files changed, 1343 insertions(+), 724 deletions(-) create mode 100644 pkg/proto/wrapperspb/wrapperspb.go create mode 100644 pkg/proto/wrapperspb/wrapperspb.pb.go diff --git a/pkg/proto/auth/auth.pb.go b/pkg/proto/auth/auth.pb.go index 327779cc8..f49442870 100644 --- a/pkg/proto/auth/auth.pb.go +++ b/pkg/proto/auth/auth.pb.go @@ -35,7 +35,7 @@ func (m *UserTokenReq) Reset() { *m = UserTokenReq{} } func (m *UserTokenReq) String() string { return proto.CompactTextString(m) } func (*UserTokenReq) ProtoMessage() {} func (*UserTokenReq) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{0} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{0} } func (m *UserTokenReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserTokenReq.Unmarshal(m, b) @@ -81,7 +81,7 @@ func (m *UserTokenResp) Reset() { *m = UserTokenResp{} } func (m *UserTokenResp) String() string { return proto.CompactTextString(m) } func (*UserTokenResp) ProtoMessage() {} func (*UserTokenResp) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{1} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{1} } func (m *UserTokenResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserTokenResp.Unmarshal(m, b) @@ -127,7 +127,7 @@ func (m *ForceLogoutReq) Reset() { *m = ForceLogoutReq{} } func (m *ForceLogoutReq) String() string { return proto.CompactTextString(m) } func (*ForceLogoutReq) ProtoMessage() {} func (*ForceLogoutReq) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{2} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{2} } func (m *ForceLogoutReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ForceLogoutReq.Unmarshal(m, b) @@ -171,7 +171,7 @@ func (m *ForceLogoutResp) Reset() { *m = ForceLogoutResp{} } func (m *ForceLogoutResp) String() string { return proto.CompactTextString(m) } func (*ForceLogoutResp) ProtoMessage() {} func (*ForceLogoutResp) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{3} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{3} } func (m *ForceLogoutResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ForceLogoutResp.Unmarshal(m, b) @@ -202,7 +202,7 @@ func (m *ParseTokenReq) Reset() { *m = ParseTokenReq{} } func (m *ParseTokenReq) String() string { return proto.CompactTextString(m) } func (*ParseTokenReq) ProtoMessage() {} func (*ParseTokenReq) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{4} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{4} } func (m *ParseTokenReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParseTokenReq.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *ParseTokenResp) Reset() { *m = ParseTokenResp{} } func (m *ParseTokenResp) String() string { return proto.CompactTextString(m) } func (*ParseTokenResp) ProtoMessage() {} func (*ParseTokenResp) Descriptor() ([]byte, []int) { - return fileDescriptor_auth_6fb89f4c8f0019ff, []int{5} + return fileDescriptor_auth_e4a939906f8bb8e6, []int{5} } func (m *ParseTokenResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParseTokenResp.Unmarshal(m, b) @@ -436,9 +436,9 @@ var _Auth_serviceDesc = grpc.ServiceDesc{ Metadata: "auth/auth.proto", } -func init() { proto.RegisterFile("auth/auth.proto", fileDescriptor_auth_6fb89f4c8f0019ff) } +func init() { proto.RegisterFile("auth/auth.proto", fileDescriptor_auth_e4a939906f8bb8e6) } -var fileDescriptor_auth_6fb89f4c8f0019ff = []byte{ +var fileDescriptor_auth_e4a939906f8bb8e6 = []byte{ // 320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xdf, 0x4b, 0x02, 0x41, 0x10, 0xc7, 0x59, 0x7f, 0x91, 0x53, 0x2a, 0x4e, 0x11, 0x72, 0x84, 0xd8, 0x5a, 0xe0, 0x43, 0x9c, diff --git a/pkg/proto/friend/friend.pb.go b/pkg/proto/friend/friend.pb.go index 4b369350e..5e9664fe7 100644 --- a/pkg/proto/friend/friend.pb.go +++ b/pkg/proto/friend/friend.pb.go @@ -36,7 +36,7 @@ func (m *GetPaginationFriendsReq) Reset() { *m = GetPaginationFriendsReq func (m *GetPaginationFriendsReq) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsReq) ProtoMessage() {} func (*GetPaginationFriendsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{0} + return fileDescriptor_friend_10585ad6091091a7, []int{0} } func (m *GetPaginationFriendsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsReq.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *GetPaginationFriendsResp) Reset() { *m = GetPaginationFriendsRe func (m *GetPaginationFriendsResp) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsResp) ProtoMessage() {} func (*GetPaginationFriendsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{1} + return fileDescriptor_friend_10585ad6091091a7, []int{1} } func (m *GetPaginationFriendsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsResp.Unmarshal(m, b) @@ -130,7 +130,7 @@ func (m *ApplyToAddFriendReq) Reset() { *m = ApplyToAddFriendReq{} } func (m *ApplyToAddFriendReq) String() string { return proto.CompactTextString(m) } func (*ApplyToAddFriendReq) ProtoMessage() {} func (*ApplyToAddFriendReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{2} + return fileDescriptor_friend_10585ad6091091a7, []int{2} } func (m *ApplyToAddFriendReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyToAddFriendReq.Unmarshal(m, b) @@ -188,7 +188,7 @@ func (m *ApplyToAddFriendResp) Reset() { *m = ApplyToAddFriendResp{} } func (m *ApplyToAddFriendResp) String() string { return proto.CompactTextString(m) } func (*ApplyToAddFriendResp) ProtoMessage() {} func (*ApplyToAddFriendResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{3} + return fileDescriptor_friend_10585ad6091091a7, []int{3} } func (m *ApplyToAddFriendResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyToAddFriendResp.Unmarshal(m, b) @@ -220,7 +220,7 @@ func (m *ImportFriendReq) Reset() { *m = ImportFriendReq{} } func (m *ImportFriendReq) String() string { return proto.CompactTextString(m) } func (*ImportFriendReq) ProtoMessage() {} func (*ImportFriendReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{4} + return fileDescriptor_friend_10585ad6091091a7, []int{4} } func (m *ImportFriendReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportFriendReq.Unmarshal(m, b) @@ -264,7 +264,7 @@ func (m *ImportFriendResp) Reset() { *m = ImportFriendResp{} } func (m *ImportFriendResp) String() string { return proto.CompactTextString(m) } func (*ImportFriendResp) ProtoMessage() {} func (*ImportFriendResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{5} + return fileDescriptor_friend_10585ad6091091a7, []int{5} } func (m *ImportFriendResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportFriendResp.Unmarshal(m, b) @@ -296,7 +296,7 @@ func (m *GetPaginationFriendsApplyToReq) Reset() { *m = GetPaginationFri func (m *GetPaginationFriendsApplyToReq) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsApplyToReq) ProtoMessage() {} func (*GetPaginationFriendsApplyToReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{6} + return fileDescriptor_friend_10585ad6091091a7, []int{6} } func (m *GetPaginationFriendsApplyToReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsApplyToReq.Unmarshal(m, b) @@ -342,7 +342,7 @@ func (m *GetPaginationFriendsApplyToResp) Reset() { *m = GetPaginationFr func (m *GetPaginationFriendsApplyToResp) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsApplyToResp) ProtoMessage() {} func (*GetPaginationFriendsApplyToResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{7} + return fileDescriptor_friend_10585ad6091091a7, []int{7} } func (m *GetPaginationFriendsApplyToResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsApplyToResp.Unmarshal(m, b) @@ -388,7 +388,7 @@ func (m *GetDesignatedFriendsReq) Reset() { *m = GetDesignatedFriendsReq func (m *GetDesignatedFriendsReq) String() string { return proto.CompactTextString(m) } func (*GetDesignatedFriendsReq) ProtoMessage() {} func (*GetDesignatedFriendsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{8} + return fileDescriptor_friend_10585ad6091091a7, []int{8} } func (m *GetDesignatedFriendsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDesignatedFriendsReq.Unmarshal(m, b) @@ -433,7 +433,7 @@ func (m *GetDesignatedFriendsResp) Reset() { *m = GetDesignatedFriendsRe func (m *GetDesignatedFriendsResp) String() string { return proto.CompactTextString(m) } func (*GetDesignatedFriendsResp) ProtoMessage() {} func (*GetDesignatedFriendsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{9} + return fileDescriptor_friend_10585ad6091091a7, []int{9} } func (m *GetDesignatedFriendsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDesignatedFriendsResp.Unmarshal(m, b) @@ -472,7 +472,7 @@ func (m *AddBlackReq) Reset() { *m = AddBlackReq{} } func (m *AddBlackReq) String() string { return proto.CompactTextString(m) } func (*AddBlackReq) ProtoMessage() {} func (*AddBlackReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{10} + return fileDescriptor_friend_10585ad6091091a7, []int{10} } func (m *AddBlackReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddBlackReq.Unmarshal(m, b) @@ -516,7 +516,7 @@ func (m *AddBlackResp) Reset() { *m = AddBlackResp{} } func (m *AddBlackResp) String() string { return proto.CompactTextString(m) } func (*AddBlackResp) ProtoMessage() {} func (*AddBlackResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{11} + return fileDescriptor_friend_10585ad6091091a7, []int{11} } func (m *AddBlackResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddBlackResp.Unmarshal(m, b) @@ -548,7 +548,7 @@ func (m *RemoveBlackReq) Reset() { *m = RemoveBlackReq{} } func (m *RemoveBlackReq) String() string { return proto.CompactTextString(m) } func (*RemoveBlackReq) ProtoMessage() {} func (*RemoveBlackReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{12} + return fileDescriptor_friend_10585ad6091091a7, []int{12} } func (m *RemoveBlackReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveBlackReq.Unmarshal(m, b) @@ -592,7 +592,7 @@ func (m *RemoveBlackResp) Reset() { *m = RemoveBlackResp{} } func (m *RemoveBlackResp) String() string { return proto.CompactTextString(m) } func (*RemoveBlackResp) ProtoMessage() {} func (*RemoveBlackResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{13} + return fileDescriptor_friend_10585ad6091091a7, []int{13} } func (m *RemoveBlackResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveBlackResp.Unmarshal(m, b) @@ -624,7 +624,7 @@ func (m *GetPaginationBlacksReq) Reset() { *m = GetPaginationBlacksReq{} func (m *GetPaginationBlacksReq) String() string { return proto.CompactTextString(m) } func (*GetPaginationBlacksReq) ProtoMessage() {} func (*GetPaginationBlacksReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{14} + return fileDescriptor_friend_10585ad6091091a7, []int{14} } func (m *GetPaginationBlacksReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationBlacksReq.Unmarshal(m, b) @@ -670,7 +670,7 @@ func (m *GetPaginationBlacksResp) Reset() { *m = GetPaginationBlacksResp func (m *GetPaginationBlacksResp) String() string { return proto.CompactTextString(m) } func (*GetPaginationBlacksResp) ProtoMessage() {} func (*GetPaginationBlacksResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{15} + return fileDescriptor_friend_10585ad6091091a7, []int{15} } func (m *GetPaginationBlacksResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationBlacksResp.Unmarshal(m, b) @@ -716,7 +716,7 @@ func (m *IsFriendReq) Reset() { *m = IsFriendReq{} } func (m *IsFriendReq) String() string { return proto.CompactTextString(m) } func (*IsFriendReq) ProtoMessage() {} func (*IsFriendReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{16} + return fileDescriptor_friend_10585ad6091091a7, []int{16} } func (m *IsFriendReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IsFriendReq.Unmarshal(m, b) @@ -762,7 +762,7 @@ func (m *IsFriendResp) Reset() { *m = IsFriendResp{} } func (m *IsFriendResp) String() string { return proto.CompactTextString(m) } func (*IsFriendResp) ProtoMessage() {} func (*IsFriendResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{17} + return fileDescriptor_friend_10585ad6091091a7, []int{17} } func (m *IsFriendResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IsFriendResp.Unmarshal(m, b) @@ -808,7 +808,7 @@ func (m *IsBlackReq) Reset() { *m = IsBlackReq{} } func (m *IsBlackReq) String() string { return proto.CompactTextString(m) } func (*IsBlackReq) ProtoMessage() {} func (*IsBlackReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{18} + return fileDescriptor_friend_10585ad6091091a7, []int{18} } func (m *IsBlackReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IsBlackReq.Unmarshal(m, b) @@ -854,7 +854,7 @@ func (m *IsBlackResp) Reset() { *m = IsBlackResp{} } func (m *IsBlackResp) String() string { return proto.CompactTextString(m) } func (*IsBlackResp) ProtoMessage() {} func (*IsBlackResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{19} + return fileDescriptor_friend_10585ad6091091a7, []int{19} } func (m *IsBlackResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IsBlackResp.Unmarshal(m, b) @@ -900,7 +900,7 @@ func (m *DeleteFriendReq) Reset() { *m = DeleteFriendReq{} } func (m *DeleteFriendReq) String() string { return proto.CompactTextString(m) } func (*DeleteFriendReq) ProtoMessage() {} func (*DeleteFriendReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{20} + return fileDescriptor_friend_10585ad6091091a7, []int{20} } func (m *DeleteFriendReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteFriendReq.Unmarshal(m, b) @@ -944,7 +944,7 @@ func (m *DeleteFriendResp) Reset() { *m = DeleteFriendResp{} } func (m *DeleteFriendResp) String() string { return proto.CompactTextString(m) } func (*DeleteFriendResp) ProtoMessage() {} func (*DeleteFriendResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{21} + return fileDescriptor_friend_10585ad6091091a7, []int{21} } func (m *DeleteFriendResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteFriendResp.Unmarshal(m, b) @@ -979,7 +979,7 @@ func (m *RespondFriendApplyReq) Reset() { *m = RespondFriendApplyReq{} } func (m *RespondFriendApplyReq) String() string { return proto.CompactTextString(m) } func (*RespondFriendApplyReq) ProtoMessage() {} func (*RespondFriendApplyReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{22} + return fileDescriptor_friend_10585ad6091091a7, []int{22} } func (m *RespondFriendApplyReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RespondFriendApplyReq.Unmarshal(m, b) @@ -1037,7 +1037,7 @@ func (m *RespondFriendApplyResp) Reset() { *m = RespondFriendApplyResp{} func (m *RespondFriendApplyResp) String() string { return proto.CompactTextString(m) } func (*RespondFriendApplyResp) ProtoMessage() {} func (*RespondFriendApplyResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{23} + return fileDescriptor_friend_10585ad6091091a7, []int{23} } func (m *RespondFriendApplyResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RespondFriendApplyResp.Unmarshal(m, b) @@ -1070,7 +1070,7 @@ func (m *SetFriendRemarkReq) Reset() { *m = SetFriendRemarkReq{} } func (m *SetFriendRemarkReq) String() string { return proto.CompactTextString(m) } func (*SetFriendRemarkReq) ProtoMessage() {} func (*SetFriendRemarkReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{24} + return fileDescriptor_friend_10585ad6091091a7, []int{24} } func (m *SetFriendRemarkReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetFriendRemarkReq.Unmarshal(m, b) @@ -1121,7 +1121,7 @@ func (m *SetFriendRemarkResp) Reset() { *m = SetFriendRemarkResp{} } func (m *SetFriendRemarkResp) String() string { return proto.CompactTextString(m) } func (*SetFriendRemarkResp) ProtoMessage() {} func (*SetFriendRemarkResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{25} + return fileDescriptor_friend_10585ad6091091a7, []int{25} } func (m *SetFriendRemarkResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetFriendRemarkResp.Unmarshal(m, b) @@ -1153,7 +1153,7 @@ func (m *GetPaginationFriendsApplyFromReq) Reset() { *m = GetPaginationF func (m *GetPaginationFriendsApplyFromReq) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsApplyFromReq) ProtoMessage() {} func (*GetPaginationFriendsApplyFromReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{26} + return fileDescriptor_friend_10585ad6091091a7, []int{26} } func (m *GetPaginationFriendsApplyFromReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsApplyFromReq.Unmarshal(m, b) @@ -1199,7 +1199,7 @@ func (m *GetPaginationFriendsApplyFromResp) Reset() { *m = GetPagination func (m *GetPaginationFriendsApplyFromResp) String() string { return proto.CompactTextString(m) } func (*GetPaginationFriendsApplyFromResp) ProtoMessage() {} func (*GetPaginationFriendsApplyFromResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{27} + return fileDescriptor_friend_10585ad6091091a7, []int{27} } func (m *GetPaginationFriendsApplyFromResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationFriendsApplyFromResp.Unmarshal(m, b) @@ -1244,7 +1244,7 @@ func (m *GetFriendIDsReq) Reset() { *m = GetFriendIDsReq{} } func (m *GetFriendIDsReq) String() string { return proto.CompactTextString(m) } func (*GetFriendIDsReq) ProtoMessage() {} func (*GetFriendIDsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{28} + return fileDescriptor_friend_10585ad6091091a7, []int{28} } func (m *GetFriendIDsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFriendIDsReq.Unmarshal(m, b) @@ -1282,7 +1282,7 @@ func (m *GetFriendIDsResp) Reset() { *m = GetFriendIDsResp{} } func (m *GetFriendIDsResp) String() string { return proto.CompactTextString(m) } func (*GetFriendIDsResp) ProtoMessage() {} func (*GetFriendIDsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_friend_9d5fa64eec103c7c, []int{29} + return fileDescriptor_friend_10585ad6091091a7, []int{29} } func (m *GetFriendIDsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetFriendIDsResp.Unmarshal(m, b) @@ -1906,9 +1906,9 @@ var _Friend_serviceDesc = grpc.ServiceDesc{ Metadata: "friend/friend.proto", } -func init() { proto.RegisterFile("friend/friend.proto", fileDescriptor_friend_9d5fa64eec103c7c) } +func init() { proto.RegisterFile("friend/friend.proto", fileDescriptor_friend_10585ad6091091a7) } -var fileDescriptor_friend_9d5fa64eec103c7c = []byte{ +var fileDescriptor_friend_10585ad6091091a7 = []byte{ // 1029 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcf, 0x6f, 0xdb, 0xc6, 0x12, 0x06, 0xe5, 0x67, 0xc7, 0x1e, 0x29, 0x92, 0xdf, 0xc8, 0x71, 0x05, 0xb6, 0x71, 0xe8, 0x6d, diff --git a/pkg/proto/group/group.pb.go b/pkg/proto/group/group.pb.go index fd70b15a9..32b7cfb59 100644 --- a/pkg/proto/group/group.pb.go +++ b/pkg/proto/group/group.pb.go @@ -7,7 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import sdkws "OpenIM/pkg/proto/sdkws" -import wrapperspb "google.golang.org/protobuf/types/known/wrapperspb" +import wrapperspb "OpenIM/pkg/proto/wrapperspb" import ( context "golang.org/x/net/context" @@ -39,7 +39,7 @@ func (m *CreateGroupReq) Reset() { *m = CreateGroupReq{} } func (m *CreateGroupReq) String() string { return proto.CompactTextString(m) } func (*CreateGroupReq) ProtoMessage() {} func (*CreateGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{0} + return fileDescriptor_group_20346bfaa1601d8d, []int{0} } func (m *CreateGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateGroupReq.Unmarshal(m, b) @@ -98,7 +98,7 @@ func (m *CreateGroupResp) Reset() { *m = CreateGroupResp{} } func (m *CreateGroupResp) String() string { return proto.CompactTextString(m) } func (*CreateGroupResp) ProtoMessage() {} func (*CreateGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{1} + return fileDescriptor_group_20346bfaa1601d8d, []int{1} } func (m *CreateGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateGroupResp.Unmarshal(m, b) @@ -136,7 +136,7 @@ func (m *GetGroupsInfoReq) Reset() { *m = GetGroupsInfoReq{} } func (m *GetGroupsInfoReq) String() string { return proto.CompactTextString(m) } func (*GetGroupsInfoReq) ProtoMessage() {} func (*GetGroupsInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{2} + return fileDescriptor_group_20346bfaa1601d8d, []int{2} } func (m *GetGroupsInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupsInfoReq.Unmarshal(m, b) @@ -174,7 +174,7 @@ func (m *GetGroupsInfoResp) Reset() { *m = GetGroupsInfoResp{} } func (m *GetGroupsInfoResp) String() string { return proto.CompactTextString(m) } func (*GetGroupsInfoResp) ProtoMessage() {} func (*GetGroupsInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{3} + return fileDescriptor_group_20346bfaa1601d8d, []int{3} } func (m *GetGroupsInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupsInfoResp.Unmarshal(m, b) @@ -212,7 +212,7 @@ func (m *SetGroupInfoReq) Reset() { *m = SetGroupInfoReq{} } func (m *SetGroupInfoReq) String() string { return proto.CompactTextString(m) } func (*SetGroupInfoReq) ProtoMessage() {} func (*SetGroupInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{4} + return fileDescriptor_group_20346bfaa1601d8d, []int{4} } func (m *SetGroupInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGroupInfoReq.Unmarshal(m, b) @@ -249,7 +249,7 @@ func (m *SetGroupInfoResp) Reset() { *m = SetGroupInfoResp{} } func (m *SetGroupInfoResp) String() string { return proto.CompactTextString(m) } func (*SetGroupInfoResp) ProtoMessage() {} func (*SetGroupInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{5} + return fileDescriptor_group_20346bfaa1601d8d, []int{5} } func (m *SetGroupInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGroupInfoResp.Unmarshal(m, b) @@ -281,7 +281,7 @@ func (m *GetGroupApplicationListReq) Reset() { *m = GetGroupApplicationL func (m *GetGroupApplicationListReq) String() string { return proto.CompactTextString(m) } func (*GetGroupApplicationListReq) ProtoMessage() {} func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{6} + return fileDescriptor_group_20346bfaa1601d8d, []int{6} } func (m *GetGroupApplicationListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupApplicationListReq.Unmarshal(m, b) @@ -327,7 +327,7 @@ func (m *GetGroupApplicationListResp) Reset() { *m = GetGroupApplication func (m *GetGroupApplicationListResp) String() string { return proto.CompactTextString(m) } func (*GetGroupApplicationListResp) ProtoMessage() {} func (*GetGroupApplicationListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{7} + return fileDescriptor_group_20346bfaa1601d8d, []int{7} } func (m *GetGroupApplicationListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupApplicationListResp.Unmarshal(m, b) @@ -373,7 +373,7 @@ func (m *GetUserReqApplicationListReq) Reset() { *m = GetUserReqApplicat func (m *GetUserReqApplicationListReq) String() string { return proto.CompactTextString(m) } func (*GetUserReqApplicationListReq) ProtoMessage() {} func (*GetUserReqApplicationListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{8} + return fileDescriptor_group_20346bfaa1601d8d, []int{8} } func (m *GetUserReqApplicationListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserReqApplicationListReq.Unmarshal(m, b) @@ -419,7 +419,7 @@ func (m *GetUserReqApplicationListResp) Reset() { *m = GetUserReqApplica func (m *GetUserReqApplicationListResp) String() string { return proto.CompactTextString(m) } func (*GetUserReqApplicationListResp) ProtoMessage() {} func (*GetUserReqApplicationListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{9} + return fileDescriptor_group_20346bfaa1601d8d, []int{9} } func (m *GetUserReqApplicationListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserReqApplicationListResp.Unmarshal(m, b) @@ -466,7 +466,7 @@ func (m *TransferGroupOwnerReq) Reset() { *m = TransferGroupOwnerReq{} } func (m *TransferGroupOwnerReq) String() string { return proto.CompactTextString(m) } func (*TransferGroupOwnerReq) ProtoMessage() {} func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{10} + return fileDescriptor_group_20346bfaa1601d8d, []int{10} } func (m *TransferGroupOwnerReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferGroupOwnerReq.Unmarshal(m, b) @@ -517,7 +517,7 @@ func (m *TransferGroupOwnerResp) Reset() { *m = TransferGroupOwnerResp{} func (m *TransferGroupOwnerResp) String() string { return proto.CompactTextString(m) } func (*TransferGroupOwnerResp) ProtoMessage() {} func (*TransferGroupOwnerResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{11} + return fileDescriptor_group_20346bfaa1601d8d, []int{11} } func (m *TransferGroupOwnerResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransferGroupOwnerResp.Unmarshal(m, b) @@ -551,7 +551,7 @@ func (m *JoinGroupReq) Reset() { *m = JoinGroupReq{} } func (m *JoinGroupReq) String() string { return proto.CompactTextString(m) } func (*JoinGroupReq) ProtoMessage() {} func (*JoinGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{12} + return fileDescriptor_group_20346bfaa1601d8d, []int{12} } func (m *JoinGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JoinGroupReq.Unmarshal(m, b) @@ -609,7 +609,7 @@ func (m *JoinGroupResp) Reset() { *m = JoinGroupResp{} } func (m *JoinGroupResp) String() string { return proto.CompactTextString(m) } func (*JoinGroupResp) ProtoMessage() {} func (*JoinGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{13} + return fileDescriptor_group_20346bfaa1601d8d, []int{13} } func (m *JoinGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JoinGroupResp.Unmarshal(m, b) @@ -643,7 +643,7 @@ func (m *GroupApplicationResponseReq) Reset() { *m = GroupApplicationRes func (m *GroupApplicationResponseReq) String() string { return proto.CompactTextString(m) } func (*GroupApplicationResponseReq) ProtoMessage() {} func (*GroupApplicationResponseReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{14} + return fileDescriptor_group_20346bfaa1601d8d, []int{14} } func (m *GroupApplicationResponseReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationResponseReq.Unmarshal(m, b) @@ -701,7 +701,7 @@ func (m *GroupApplicationResponseResp) Reset() { *m = GroupApplicationRe func (m *GroupApplicationResponseResp) String() string { return proto.CompactTextString(m) } func (*GroupApplicationResponseResp) ProtoMessage() {} func (*GroupApplicationResponseResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{15} + return fileDescriptor_group_20346bfaa1601d8d, []int{15} } func (m *GroupApplicationResponseResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationResponseResp.Unmarshal(m, b) @@ -732,7 +732,7 @@ func (m *QuitGroupReq) Reset() { *m = QuitGroupReq{} } func (m *QuitGroupReq) String() string { return proto.CompactTextString(m) } func (*QuitGroupReq) ProtoMessage() {} func (*QuitGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{16} + return fileDescriptor_group_20346bfaa1601d8d, []int{16} } func (m *QuitGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuitGroupReq.Unmarshal(m, b) @@ -769,7 +769,7 @@ func (m *QuitGroupResp) Reset() { *m = QuitGroupResp{} } func (m *QuitGroupResp) String() string { return proto.CompactTextString(m) } func (*QuitGroupResp) ProtoMessage() {} func (*QuitGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{17} + return fileDescriptor_group_20346bfaa1601d8d, []int{17} } func (m *QuitGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuitGroupResp.Unmarshal(m, b) @@ -802,7 +802,7 @@ func (m *GetGroupMemberListReq) Reset() { *m = GetGroupMemberListReq{} } func (m *GetGroupMemberListReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberListReq) ProtoMessage() {} func (*GetGroupMemberListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{18} + return fileDescriptor_group_20346bfaa1601d8d, []int{18} } func (m *GetGroupMemberListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberListReq.Unmarshal(m, b) @@ -855,7 +855,7 @@ func (m *GetGroupMemberListResp) Reset() { *m = GetGroupMemberListResp{} func (m *GetGroupMemberListResp) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberListResp) ProtoMessage() {} func (*GetGroupMemberListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{19} + return fileDescriptor_group_20346bfaa1601d8d, []int{19} } func (m *GetGroupMemberListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberListResp.Unmarshal(m, b) @@ -901,7 +901,7 @@ func (m *GetGroupMembersInfoReq) Reset() { *m = GetGroupMembersInfoReq{} func (m *GetGroupMembersInfoReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMembersInfoReq) ProtoMessage() {} func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{20} + return fileDescriptor_group_20346bfaa1601d8d, []int{20} } func (m *GetGroupMembersInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMembersInfoReq.Unmarshal(m, b) @@ -946,7 +946,7 @@ func (m *GetGroupMembersInfoResp) Reset() { *m = GetGroupMembersInfoResp func (m *GetGroupMembersInfoResp) String() string { return proto.CompactTextString(m) } func (*GetGroupMembersInfoResp) ProtoMessage() {} func (*GetGroupMembersInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{21} + return fileDescriptor_group_20346bfaa1601d8d, []int{21} } func (m *GetGroupMembersInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMembersInfoResp.Unmarshal(m, b) @@ -986,7 +986,7 @@ func (m *KickGroupMemberReq) Reset() { *m = KickGroupMemberReq{} } func (m *KickGroupMemberReq) String() string { return proto.CompactTextString(m) } func (*KickGroupMemberReq) ProtoMessage() {} func (*KickGroupMemberReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{22} + return fileDescriptor_group_20346bfaa1601d8d, []int{22} } func (m *KickGroupMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KickGroupMemberReq.Unmarshal(m, b) @@ -1037,7 +1037,7 @@ func (m *KickGroupMemberResp) Reset() { *m = KickGroupMemberResp{} } func (m *KickGroupMemberResp) String() string { return proto.CompactTextString(m) } func (*KickGroupMemberResp) ProtoMessage() {} func (*KickGroupMemberResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{23} + return fileDescriptor_group_20346bfaa1601d8d, []int{23} } func (m *KickGroupMemberResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KickGroupMemberResp.Unmarshal(m, b) @@ -1069,7 +1069,7 @@ func (m *GetJoinedGroupListReq) Reset() { *m = GetJoinedGroupListReq{} } func (m *GetJoinedGroupListReq) String() string { return proto.CompactTextString(m) } func (*GetJoinedGroupListReq) ProtoMessage() {} func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{24} + return fileDescriptor_group_20346bfaa1601d8d, []int{24} } func (m *GetJoinedGroupListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJoinedGroupListReq.Unmarshal(m, b) @@ -1115,7 +1115,7 @@ func (m *GetJoinedGroupListResp) Reset() { *m = GetJoinedGroupListResp{} func (m *GetJoinedGroupListResp) String() string { return proto.CompactTextString(m) } func (*GetJoinedGroupListResp) ProtoMessage() {} func (*GetJoinedGroupListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{25} + return fileDescriptor_group_20346bfaa1601d8d, []int{25} } func (m *GetJoinedGroupListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJoinedGroupListResp.Unmarshal(m, b) @@ -1162,7 +1162,7 @@ func (m *InviteUserToGroupReq) Reset() { *m = InviteUserToGroupReq{} } func (m *InviteUserToGroupReq) String() string { return proto.CompactTextString(m) } func (*InviteUserToGroupReq) ProtoMessage() {} func (*InviteUserToGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{26} + return fileDescriptor_group_20346bfaa1601d8d, []int{26} } func (m *InviteUserToGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InviteUserToGroupReq.Unmarshal(m, b) @@ -1213,7 +1213,7 @@ func (m *InviteUserToGroupResp) Reset() { *m = InviteUserToGroupResp{} } func (m *InviteUserToGroupResp) String() string { return proto.CompactTextString(m) } func (*InviteUserToGroupResp) ProtoMessage() {} func (*InviteUserToGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{27} + return fileDescriptor_group_20346bfaa1601d8d, []int{27} } func (m *InviteUserToGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InviteUserToGroupResp.Unmarshal(m, b) @@ -1245,7 +1245,7 @@ func (m *GetGroupAllMemberReq) Reset() { *m = GetGroupAllMemberReq{} } func (m *GetGroupAllMemberReq) String() string { return proto.CompactTextString(m) } func (*GetGroupAllMemberReq) ProtoMessage() {} func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{28} + return fileDescriptor_group_20346bfaa1601d8d, []int{28} } func (m *GetGroupAllMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupAllMemberReq.Unmarshal(m, b) @@ -1290,7 +1290,7 @@ func (m *GetGroupAllMemberResp) Reset() { *m = GetGroupAllMemberResp{} } func (m *GetGroupAllMemberResp) String() string { return proto.CompactTextString(m) } func (*GetGroupAllMemberResp) ProtoMessage() {} func (*GetGroupAllMemberResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{29} + return fileDescriptor_group_20346bfaa1601d8d, []int{29} } func (m *GetGroupAllMemberResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupAllMemberResp.Unmarshal(m, b) @@ -1330,7 +1330,7 @@ func (m *CMSGroup) Reset() { *m = CMSGroup{} } func (m *CMSGroup) String() string { return proto.CompactTextString(m) } func (*CMSGroup) ProtoMessage() {} func (*CMSGroup) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{30} + return fileDescriptor_group_20346bfaa1601d8d, []int{30} } func (m *CMSGroup) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CMSGroup.Unmarshal(m, b) @@ -1384,7 +1384,7 @@ func (m *GetGroupsReq) Reset() { *m = GetGroupsReq{} } func (m *GetGroupsReq) String() string { return proto.CompactTextString(m) } func (*GetGroupsReq) ProtoMessage() {} func (*GetGroupsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{31} + return fileDescriptor_group_20346bfaa1601d8d, []int{31} } func (m *GetGroupsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupsReq.Unmarshal(m, b) @@ -1437,7 +1437,7 @@ func (m *GetGroupsResp) Reset() { *m = GetGroupsResp{} } func (m *GetGroupsResp) String() string { return proto.CompactTextString(m) } func (*GetGroupsResp) ProtoMessage() {} func (*GetGroupsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{32} + return fileDescriptor_group_20346bfaa1601d8d, []int{32} } func (m *GetGroupsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupsResp.Unmarshal(m, b) @@ -1482,7 +1482,7 @@ func (m *GetGroupMemberReq) Reset() { *m = GetGroupMemberReq{} } func (m *GetGroupMemberReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberReq) ProtoMessage() {} func (*GetGroupMemberReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{33} + return fileDescriptor_group_20346bfaa1601d8d, []int{33} } func (m *GetGroupMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberReq.Unmarshal(m, b) @@ -1522,7 +1522,7 @@ func (m *GetGroupMembersCMSReq) Reset() { *m = GetGroupMembersCMSReq{} } func (m *GetGroupMembersCMSReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMembersCMSReq) ProtoMessage() {} func (*GetGroupMembersCMSReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{34} + return fileDescriptor_group_20346bfaa1601d8d, []int{34} } func (m *GetGroupMembersCMSReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMembersCMSReq.Unmarshal(m, b) @@ -1575,7 +1575,7 @@ func (m *GetGroupMembersCMSResp) Reset() { *m = GetGroupMembersCMSResp{} func (m *GetGroupMembersCMSResp) String() string { return proto.CompactTextString(m) } func (*GetGroupMembersCMSResp) ProtoMessage() {} func (*GetGroupMembersCMSResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{35} + return fileDescriptor_group_20346bfaa1601d8d, []int{35} } func (m *GetGroupMembersCMSResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMembersCMSResp.Unmarshal(m, b) @@ -1620,7 +1620,7 @@ func (m *DismissGroupReq) Reset() { *m = DismissGroupReq{} } func (m *DismissGroupReq) String() string { return proto.CompactTextString(m) } func (*DismissGroupReq) ProtoMessage() {} func (*DismissGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{36} + return fileDescriptor_group_20346bfaa1601d8d, []int{36} } func (m *DismissGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissGroupReq.Unmarshal(m, b) @@ -1657,7 +1657,7 @@ func (m *DismissGroupResp) Reset() { *m = DismissGroupResp{} } func (m *DismissGroupResp) String() string { return proto.CompactTextString(m) } func (*DismissGroupResp) ProtoMessage() {} func (*DismissGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{37} + return fileDescriptor_group_20346bfaa1601d8d, []int{37} } func (m *DismissGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissGroupResp.Unmarshal(m, b) @@ -1690,7 +1690,7 @@ func (m *MuteGroupMemberReq) Reset() { *m = MuteGroupMemberReq{} } func (m *MuteGroupMemberReq) String() string { return proto.CompactTextString(m) } func (*MuteGroupMemberReq) ProtoMessage() {} func (*MuteGroupMemberReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{38} + return fileDescriptor_group_20346bfaa1601d8d, []int{38} } func (m *MuteGroupMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MuteGroupMemberReq.Unmarshal(m, b) @@ -1741,7 +1741,7 @@ func (m *MuteGroupMemberResp) Reset() { *m = MuteGroupMemberResp{} } func (m *MuteGroupMemberResp) String() string { return proto.CompactTextString(m) } func (*MuteGroupMemberResp) ProtoMessage() {} func (*MuteGroupMemberResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{39} + return fileDescriptor_group_20346bfaa1601d8d, []int{39} } func (m *MuteGroupMemberResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MuteGroupMemberResp.Unmarshal(m, b) @@ -1773,7 +1773,7 @@ func (m *CancelMuteGroupMemberReq) Reset() { *m = CancelMuteGroupMemberR func (m *CancelMuteGroupMemberReq) String() string { return proto.CompactTextString(m) } func (*CancelMuteGroupMemberReq) ProtoMessage() {} func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{40} + return fileDescriptor_group_20346bfaa1601d8d, []int{40} } func (m *CancelMuteGroupMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelMuteGroupMemberReq.Unmarshal(m, b) @@ -1817,7 +1817,7 @@ func (m *CancelMuteGroupMemberResp) Reset() { *m = CancelMuteGroupMember func (m *CancelMuteGroupMemberResp) String() string { return proto.CompactTextString(m) } func (*CancelMuteGroupMemberResp) ProtoMessage() {} func (*CancelMuteGroupMemberResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{41} + return fileDescriptor_group_20346bfaa1601d8d, []int{41} } func (m *CancelMuteGroupMemberResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelMuteGroupMemberResp.Unmarshal(m, b) @@ -1848,7 +1848,7 @@ func (m *MuteGroupReq) Reset() { *m = MuteGroupReq{} } func (m *MuteGroupReq) String() string { return proto.CompactTextString(m) } func (*MuteGroupReq) ProtoMessage() {} func (*MuteGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{42} + return fileDescriptor_group_20346bfaa1601d8d, []int{42} } func (m *MuteGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MuteGroupReq.Unmarshal(m, b) @@ -1885,7 +1885,7 @@ func (m *MuteGroupResp) Reset() { *m = MuteGroupResp{} } func (m *MuteGroupResp) String() string { return proto.CompactTextString(m) } func (*MuteGroupResp) ProtoMessage() {} func (*MuteGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{43} + return fileDescriptor_group_20346bfaa1601d8d, []int{43} } func (m *MuteGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MuteGroupResp.Unmarshal(m, b) @@ -1916,7 +1916,7 @@ func (m *CancelMuteGroupReq) Reset() { *m = CancelMuteGroupReq{} } func (m *CancelMuteGroupReq) String() string { return proto.CompactTextString(m) } func (*CancelMuteGroupReq) ProtoMessage() {} func (*CancelMuteGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{44} + return fileDescriptor_group_20346bfaa1601d8d, []int{44} } func (m *CancelMuteGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelMuteGroupReq.Unmarshal(m, b) @@ -1953,7 +1953,7 @@ func (m *CancelMuteGroupResp) Reset() { *m = CancelMuteGroupResp{} } func (m *CancelMuteGroupResp) String() string { return proto.CompactTextString(m) } func (*CancelMuteGroupResp) ProtoMessage() {} func (*CancelMuteGroupResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{45} + return fileDescriptor_group_20346bfaa1601d8d, []int{45} } func (m *CancelMuteGroupResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelMuteGroupResp.Unmarshal(m, b) @@ -1984,7 +1984,7 @@ func (m *GetJoinedSuperGroupListReq) Reset() { *m = GetJoinedSuperGroupL func (m *GetJoinedSuperGroupListReq) String() string { return proto.CompactTextString(m) } func (*GetJoinedSuperGroupListReq) ProtoMessage() {} func (*GetJoinedSuperGroupListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{46} + return fileDescriptor_group_20346bfaa1601d8d, []int{46} } func (m *GetJoinedSuperGroupListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJoinedSuperGroupListReq.Unmarshal(m, b) @@ -2022,7 +2022,7 @@ func (m *GetJoinedSuperGroupListResp) Reset() { *m = GetJoinedSuperGroup func (m *GetJoinedSuperGroupListResp) String() string { return proto.CompactTextString(m) } func (*GetJoinedSuperGroupListResp) ProtoMessage() {} func (*GetJoinedSuperGroupListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{47} + return fileDescriptor_group_20346bfaa1601d8d, []int{47} } func (m *GetJoinedSuperGroupListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJoinedSuperGroupListResp.Unmarshal(m, b) @@ -2060,7 +2060,7 @@ func (m *GetSuperGroupsInfoReq) Reset() { *m = GetSuperGroupsInfoReq{} } func (m *GetSuperGroupsInfoReq) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupsInfoReq) ProtoMessage() {} func (*GetSuperGroupsInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{48} + return fileDescriptor_group_20346bfaa1601d8d, []int{48} } func (m *GetSuperGroupsInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupsInfoReq.Unmarshal(m, b) @@ -2098,7 +2098,7 @@ func (m *GetSuperGroupsInfoResp) Reset() { *m = GetSuperGroupsInfoResp{} func (m *GetSuperGroupsInfoResp) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupsInfoResp) ProtoMessage() {} func (*GetSuperGroupsInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{49} + return fileDescriptor_group_20346bfaa1601d8d, []int{49} } func (m *GetSuperGroupsInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupsInfoResp.Unmarshal(m, b) @@ -2141,7 +2141,7 @@ func (m *SetGroupMemberInfo) Reset() { *m = SetGroupMemberInfo{} } func (m *SetGroupMemberInfo) String() string { return proto.CompactTextString(m) } func (*SetGroupMemberInfo) ProtoMessage() {} func (*SetGroupMemberInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{50} + return fileDescriptor_group_20346bfaa1601d8d, []int{50} } func (m *SetGroupMemberInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGroupMemberInfo.Unmarshal(m, b) @@ -2214,7 +2214,7 @@ func (m *SetGroupMemberInfoReq) Reset() { *m = SetGroupMemberInfoReq{} } func (m *SetGroupMemberInfoReq) String() string { return proto.CompactTextString(m) } func (*SetGroupMemberInfoReq) ProtoMessage() {} func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{51} + return fileDescriptor_group_20346bfaa1601d8d, []int{51} } func (m *SetGroupMemberInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGroupMemberInfoReq.Unmarshal(m, b) @@ -2251,7 +2251,7 @@ func (m *SetGroupMemberInfoResp) Reset() { *m = SetGroupMemberInfoResp{} func (m *SetGroupMemberInfoResp) String() string { return proto.CompactTextString(m) } func (*SetGroupMemberInfoResp) ProtoMessage() {} func (*SetGroupMemberInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{52} + return fileDescriptor_group_20346bfaa1601d8d, []int{52} } func (m *SetGroupMemberInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGroupMemberInfoResp.Unmarshal(m, b) @@ -2282,7 +2282,7 @@ func (m *GetGroupAbstractInfoReq) Reset() { *m = GetGroupAbstractInfoReq func (m *GetGroupAbstractInfoReq) String() string { return proto.CompactTextString(m) } func (*GetGroupAbstractInfoReq) ProtoMessage() {} func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{53} + return fileDescriptor_group_20346bfaa1601d8d, []int{53} } func (m *GetGroupAbstractInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupAbstractInfoReq.Unmarshal(m, b) @@ -2322,7 +2322,7 @@ func (m *GroupAbstractInfo) Reset() { *m = GroupAbstractInfo{} } func (m *GroupAbstractInfo) String() string { return proto.CompactTextString(m) } func (*GroupAbstractInfo) ProtoMessage() {} func (*GroupAbstractInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{54} + return fileDescriptor_group_20346bfaa1601d8d, []int{54} } func (m *GroupAbstractInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAbstractInfo.Unmarshal(m, b) @@ -2374,7 +2374,7 @@ func (m *GetGroupAbstractInfoResp) Reset() { *m = GetGroupAbstractInfoRe func (m *GetGroupAbstractInfoResp) String() string { return proto.CompactTextString(m) } func (*GetGroupAbstractInfoResp) ProtoMessage() {} func (*GetGroupAbstractInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{55} + return fileDescriptor_group_20346bfaa1601d8d, []int{55} } func (m *GetGroupAbstractInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupAbstractInfoResp.Unmarshal(m, b) @@ -2413,7 +2413,7 @@ func (m *GetUserInGroupMembersReq) Reset() { *m = GetUserInGroupMembersR func (m *GetUserInGroupMembersReq) String() string { return proto.CompactTextString(m) } func (*GetUserInGroupMembersReq) ProtoMessage() {} func (*GetUserInGroupMembersReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{56} + return fileDescriptor_group_20346bfaa1601d8d, []int{56} } func (m *GetUserInGroupMembersReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserInGroupMembersReq.Unmarshal(m, b) @@ -2458,7 +2458,7 @@ func (m *GetUserInGroupMembersResp) Reset() { *m = GetUserInGroupMembers func (m *GetUserInGroupMembersResp) String() string { return proto.CompactTextString(m) } func (*GetUserInGroupMembersResp) ProtoMessage() {} func (*GetUserInGroupMembersResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{57} + return fileDescriptor_group_20346bfaa1601d8d, []int{57} } func (m *GetUserInGroupMembersResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetUserInGroupMembersResp.Unmarshal(m, b) @@ -2496,7 +2496,7 @@ func (m *GetGroupMemberUserIDsReq) Reset() { *m = GetGroupMemberUserIDsR func (m *GetGroupMemberUserIDsReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberUserIDsReq) ProtoMessage() {} func (*GetGroupMemberUserIDsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{58} + return fileDescriptor_group_20346bfaa1601d8d, []int{58} } func (m *GetGroupMemberUserIDsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberUserIDsReq.Unmarshal(m, b) @@ -2534,7 +2534,7 @@ func (m *GetGroupMemberUserIDsResp) Reset() { *m = GetGroupMemberUserIDs func (m *GetGroupMemberUserIDsResp) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberUserIDsResp) ProtoMessage() {} func (*GetGroupMemberUserIDsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{59} + return fileDescriptor_group_20346bfaa1601d8d, []int{59} } func (m *GetGroupMemberUserIDsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberUserIDsResp.Unmarshal(m, b) @@ -2573,7 +2573,7 @@ func (m *GetGroupMemberRoleLevelReq) Reset() { *m = GetGroupMemberRoleLe func (m *GetGroupMemberRoleLevelReq) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberRoleLevelReq) ProtoMessage() {} func (*GetGroupMemberRoleLevelReq) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{60} + return fileDescriptor_group_20346bfaa1601d8d, []int{60} } func (m *GetGroupMemberRoleLevelReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberRoleLevelReq.Unmarshal(m, b) @@ -2618,7 +2618,7 @@ func (m *GetGroupMemberRoleLevelResp) Reset() { *m = GetGroupMemberRoleL func (m *GetGroupMemberRoleLevelResp) String() string { return proto.CompactTextString(m) } func (*GetGroupMemberRoleLevelResp) ProtoMessage() {} func (*GetGroupMemberRoleLevelResp) Descriptor() ([]byte, []int) { - return fileDescriptor_group_06303c65c0c20784, []int{61} + return fileDescriptor_group_20346bfaa1601d8d, []int{61} } func (m *GetGroupMemberRoleLevelResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGroupMemberRoleLevelResp.Unmarshal(m, b) @@ -3727,126 +3727,126 @@ var _Group_serviceDesc = grpc.ServiceDesc{ Metadata: "group/group.proto", } -func init() { proto.RegisterFile("group/group.proto", fileDescriptor_group_06303c65c0c20784) } - -var fileDescriptor_group_06303c65c0c20784 = []byte{ - // 1874 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5a, 0xdd, 0x6f, 0xdb, 0xc8, - 0x11, 0x07, 0xe5, 0xb3, 0x63, 0x4f, 0xac, 0xb3, 0xbd, 0xfe, 0x52, 0x68, 0x9f, 0xe1, 0x6e, 0x9c, - 0x8b, 0x73, 0x67, 0xcb, 0x69, 0x3e, 0x8a, 0x16, 0x87, 0x02, 0x4d, 0x9d, 0xc6, 0x75, 0x6b, 0x39, - 0x57, 0x2a, 0x49, 0x91, 0x34, 0x28, 0x42, 0x4b, 0x6b, 0x86, 0x11, 0x45, 0xae, 0xb8, 0x54, 0x1c, - 0xa4, 0x48, 0xd1, 0xa2, 0xcf, 0x29, 0xfa, 0xd0, 0xa7, 0xf6, 0xa9, 0xe8, 0xdf, 0xd0, 0xff, 0xaf, - 0xe0, 0x2e, 0x3f, 0x96, 0xe4, 0x52, 0xa2, 0x2f, 0x76, 0x5e, 0x04, 0x70, 0x76, 0x76, 0x66, 0x76, - 0x76, 0x76, 0x66, 0x7e, 0x63, 0xc3, 0x82, 0xe5, 0x7b, 0x43, 0xba, 0xc7, 0x7f, 0x9b, 0xd4, 0xf7, - 0x02, 0x0f, 0xa1, 0xc7, 0x94, 0xb8, 0x87, 0xad, 0x36, 0xf1, 0xdf, 0x12, 0xbf, 0xc9, 0x57, 0xf4, - 0x9b, 0x21, 0x6d, 0xf7, 0xb0, 0xb5, 0x2b, 0xa8, 0x7b, 0xb4, 0x67, 0xed, 0x71, 0xee, 0x3d, 0xd6, - 0xed, 0x9d, 0xb1, 0xbd, 0x33, 0x26, 0x36, 0xeb, 0xbb, 0xe3, 0x18, 0x7d, 0x93, 0x52, 0xe2, 0x47, - 0xec, 0xf8, 0x7f, 0x1a, 0x7c, 0xb9, 0xef, 0x13, 0x33, 0x20, 0x07, 0xa1, 0x1e, 0x83, 0x0c, 0xd0, - 0x26, 0x5c, 0xb5, 0x5d, 0x3b, 0x68, 0x91, 0xfe, 0x09, 0xf1, 0x59, 0x43, 0xdb, 0x9c, 0xd8, 0x9e, - 0x31, 0x64, 0x12, 0xfa, 0x0e, 0x66, 0xb8, 0x55, 0x87, 0xee, 0xa9, 0xd7, 0xa8, 0x6d, 0x6a, 0xdb, - 0x57, 0xef, 0x7c, 0xd5, 0xcc, 0x18, 0xcd, 0x75, 0x35, 0x0f, 0x62, 0x26, 0x23, 0xe5, 0x47, 0x18, - 0x66, 0xcd, 0x6e, 0xdf, 0x76, 0x9f, 0x32, 0xe2, 0x1f, 0x3e, 0x64, 0x8d, 0x09, 0x2e, 0x3f, 0x43, - 0x0b, 0x4d, 0xf0, 0xce, 0x5c, 0xe2, 0x8b, 0xef, 0xc6, 0x17, 0x9b, 0x5a, 0x68, 0x82, 0x44, 0xc2, - 0xc7, 0x30, 0x97, 0x31, 0x9b, 0xd1, 0xac, 0x55, 0xda, 0xf9, 0xac, 0xc2, 0x4d, 0x98, 0x3f, 0x20, - 0x01, 0x5f, 0x62, 0x7c, 0x8d, 0x0c, 0x90, 0x0e, 0xd3, 0x82, 0xe1, 0x61, 0xec, 0x85, 0xe4, 0x1b, - 0x1b, 0xb0, 0x90, 0xe3, 0x67, 0x14, 0xfd, 0x1c, 0x20, 0x91, 0x28, 0xb6, 0x8c, 0x35, 0x41, 0xda, - 0x80, 0x5f, 0xc1, 0x5c, 0x3b, 0x92, 0x19, 0x9b, 0xd0, 0x82, 0xb9, 0x84, 0xe1, 0x91, 0xe7, 0xb7, - 0x49, 0x10, 0x9d, 0xec, 0xfa, 0x48, 0xb1, 0x82, 0xd5, 0xc8, 0xef, 0xc5, 0x08, 0xe6, 0xb3, 0x1a, - 0x18, 0xc5, 0x7f, 0xd3, 0x40, 0x8f, 0x8f, 0xf2, 0x80, 0x52, 0xc7, 0xee, 0x98, 0x81, 0xed, 0xb9, - 0x47, 0x36, 0x0b, 0x42, 0x0b, 0x7e, 0x05, 0x40, 0x4d, 0xcb, 0x76, 0x39, 0x31, 0x52, 0x7e, 0x43, - 0xa5, 0xdc, 0x20, 0x83, 0x21, 0x61, 0xc1, 0xf7, 0x09, 0xb3, 0x21, 0x6d, 0x44, 0x1b, 0x00, 0xa7, - 0xbe, 0xd7, 0x8f, 0x2e, 0xb4, 0xc6, 0x2f, 0x54, 0xa2, 0xe0, 0x3f, 0xc1, 0x5a, 0xa9, 0x11, 0x8c, - 0xa2, 0x25, 0x98, 0x0c, 0xbc, 0xc0, 0x74, 0xb8, 0x01, 0x75, 0x43, 0x7c, 0xa0, 0x47, 0x50, 0xb7, - 0xa2, 0xa8, 0x0d, 0x55, 0xb3, 0x46, 0x8d, 0xbb, 0x7c, 0xb3, 0xd4, 0x37, 0x11, 0xa3, 0x91, 0xdd, - 0x86, 0x3f, 0xc0, 0xfa, 0x01, 0x09, 0x42, 0x4b, 0x0c, 0x32, 0xb8, 0x3c, 0x1f, 0xac, 0xc0, 0xd4, - 0x50, 0x3e, 0x7f, 0xf4, 0x85, 0x3f, 0xc0, 0x57, 0x23, 0xd4, 0x5f, 0xfa, 0xe9, 0xff, 0xaa, 0xc1, - 0xf2, 0x13, 0xdf, 0x74, 0xd9, 0x29, 0xf1, 0x39, 0xdf, 0xe3, 0xf0, 0x9d, 0x85, 0xe7, 0x6e, 0xc0, - 0x95, 0x28, 0xe0, 0xb9, 0xe6, 0x19, 0x23, 0xfe, 0x44, 0x5f, 0xc3, 0x97, 0x9e, 0xd3, 0x7d, 0x2c, - 0xbd, 0x51, 0x71, 0xa4, 0x1c, 0x35, 0xe4, 0x73, 0xc9, 0x99, 0xcc, 0x37, 0x21, 0xf8, 0xb2, 0x54, - 0xdc, 0x80, 0x15, 0x95, 0x09, 0x8c, 0xe2, 0xbf, 0x6b, 0x30, 0xfb, 0x1b, 0xcf, 0x76, 0x93, 0xf4, - 0x54, 0x6e, 0xd4, 0x06, 0x80, 0x4f, 0x06, 0x2d, 0xc2, 0x98, 0x69, 0x91, 0x38, 0xc6, 0x52, 0x4a, - 0xb8, 0xfe, 0xc6, 0xb3, 0xdd, 0xb6, 0x37, 0xf4, 0x3b, 0x84, 0x1b, 0x32, 0x69, 0x48, 0x14, 0xb4, - 0x05, 0x75, 0xdb, 0x7d, 0x6b, 0x07, 0xb9, 0xbc, 0x93, 0x25, 0xe2, 0x39, 0xa8, 0x4b, 0xf6, 0x30, - 0x8a, 0xff, 0xad, 0xc1, 0x5a, 0x3e, 0x70, 0xc3, 0x05, 0xcf, 0x65, 0x64, 0xac, 0xc1, 0xa3, 0x1e, - 0x45, 0xb8, 0xfe, 0xda, 0x74, 0xbb, 0x0e, 0xe9, 0xb6, 0x98, 0x15, 0x79, 0x4e, 0xa2, 0x84, 0xa9, - 0x54, 0x7c, 0x19, 0x84, 0x0d, 0x9d, 0x80, 0xdb, 0x3b, 0x69, 0x64, 0x68, 0x78, 0x03, 0xd6, 0xcb, - 0x8d, 0x63, 0x14, 0x6f, 0xc3, 0xec, 0xef, 0x86, 0x76, 0x30, 0xde, 0xbd, 0xe1, 0xc1, 0x25, 0x4e, - 0x46, 0xf1, 0x3f, 0x34, 0x58, 0x8e, 0x1f, 0xad, 0x28, 0x0d, 0x17, 0xfc, 0x60, 0x24, 0x5b, 0x6a, - 0x59, 0xcf, 0xad, 0xc0, 0xd4, 0xa9, 0xed, 0x04, 0xc4, 0x8f, 0xae, 0x31, 0xfa, 0xc2, 0x03, 0x58, - 0x51, 0x59, 0x54, 0xfa, 0x86, 0x1e, 0xc0, 0x95, 0x7e, 0x54, 0xe7, 0xc4, 0xeb, 0xb9, 0x59, 0xfa, - 0x7a, 0x84, 0xbc, 0x47, 0x43, 0xc7, 0xe1, 0xa9, 0x33, 0xde, 0x87, 0x8f, 0xf2, 0x2a, 0x93, 0xfa, - 0x51, 0x7e, 0xf1, 0x8d, 0xac, 0xda, 0x99, 0x54, 0xda, 0x4b, 0x58, 0x55, 0x4a, 0x63, 0x54, 0xb6, - 0x55, 0xfb, 0x81, 0xb6, 0x3a, 0x80, 0x7e, 0x6b, 0x77, 0x7a, 0x12, 0xcf, 0x68, 0x3b, 0xb7, 0xa0, - 0xde, 0xb3, 0x3b, 0x3d, 0xd2, 0x8d, 0x8b, 0xb5, 0xb0, 0x36, 0x4b, 0x0c, 0x2f, 0xc3, 0x27, 0x26, - 0xf3, 0xdc, 0x28, 0x44, 0xa3, 0x2f, 0xbc, 0x0c, 0x8b, 0x05, 0x6d, 0x8c, 0xe2, 0x3f, 0xf3, 0xa8, - 0x09, 0xdf, 0x10, 0xe9, 0xf2, 0xb5, 0xcf, 0x5c, 0x6a, 0x08, 0xbf, 0xb0, 0x82, 0xfe, 0xd2, 0x18, - 0xb9, 0x0f, 0x53, 0xdc, 0x1f, 0x71, 0x88, 0x8c, 0xa9, 0xe8, 0x11, 0x33, 0xa6, 0xb0, 0x74, 0xc8, - 0x13, 0x47, 0xa8, 0xf6, 0x89, 0x57, 0x21, 0x7f, 0xa5, 0x7e, 0xac, 0xc9, 0x7e, 0x0c, 0x93, 0xa8, - 0x48, 0x41, 0xdd, 0x6c, 0xcf, 0x94, 0xa3, 0xe2, 0x55, 0x58, 0x56, 0x68, 0x64, 0x14, 0x9f, 0xc1, - 0x52, 0x52, 0x5c, 0x1d, 0x27, 0xbd, 0xf8, 0xcb, 0x7e, 0xa6, 0xf8, 0x45, 0x9a, 0x20, 0x24, 0xc5, - 0x17, 0x13, 0xcb, 0xff, 0xd5, 0x60, 0x7a, 0xbf, 0xd5, 0xe6, 0x3c, 0x9f, 0xd4, 0xfb, 0xa1, 0x26, - 0x20, 0x2b, 0x29, 0x3a, 0xa1, 0xef, 0x8e, 0xcd, 0x7e, 0x5c, 0x3f, 0x14, 0x2b, 0xe8, 0x1b, 0x98, - 0xcf, 0x52, 0x93, 0xb2, 0x56, 0xa0, 0xe3, 0x8f, 0x1a, 0xcc, 0x26, 0x8d, 0xe2, 0x05, 0xfa, 0x7c, - 0x3d, 0x3a, 0xb0, 0x64, 0x6a, 0x4a, 0x90, 0x6f, 0x64, 0x22, 0x7b, 0x23, 0x7f, 0x80, 0xba, 0x64, - 0x4e, 0x69, 0xcc, 0xdf, 0xcb, 0xc5, 0xfc, 0x7a, 0xb3, 0x88, 0x49, 0x9a, 0xb1, 0xf7, 0x93, 0x90, - 0xdf, 0x4d, 0x9b, 0xe2, 0x0a, 0xd9, 0x05, 0xff, 0xb3, 0x50, 0x3f, 0xd8, 0x7e, 0xab, 0xfd, 0x59, - 0xea, 0x87, 0x0e, 0xd3, 0xc3, 0xf8, 0xa2, 0x85, 0x87, 0x92, 0xef, 0x62, 0x0d, 0x11, 0x56, 0x5d, - 0x66, 0x0d, 0xf9, 0x16, 0xe6, 0x1e, 0xda, 0xac, 0x6f, 0x33, 0x56, 0xa1, 0x0e, 0x23, 0x98, 0xcf, - 0x32, 0x33, 0x8a, 0xdf, 0x00, 0x6a, 0x0d, 0x23, 0x30, 0x54, 0x25, 0xb1, 0x97, 0xb4, 0xa2, 0x61, - 0x47, 0xd1, 0x1f, 0x06, 0xa4, 0xdb, 0x26, 0x1d, 0xcf, 0xed, 0x32, 0xee, 0x9b, 0xba, 0x91, 0xa1, - 0x85, 0x69, 0xbd, 0xa0, 0x8b, 0x51, 0x7c, 0x04, 0x8d, 0x7d, 0xd3, 0xed, 0x10, 0xe7, 0x22, 0x0c, - 0xc1, 0x6b, 0x70, 0xad, 0x44, 0x9a, 0xe8, 0x59, 0x12, 0xf2, 0xd8, 0x9e, 0x45, 0xe2, 0x64, 0x14, - 0x37, 0x01, 0xe5, 0xe4, 0x8e, 0x16, 0xb0, 0x0c, 0x8b, 0x05, 0x7e, 0x46, 0xf1, 0x3d, 0x8e, 0x99, - 0x44, 0x0d, 0x69, 0x0f, 0x69, 0xd4, 0xb5, 0xc6, 0x85, 0x2c, 0x3d, 0x94, 0x96, 0x39, 0xd4, 0x13, - 0x0e, 0x72, 0xd4, 0xbb, 0x18, 0x95, 0x0a, 0x8d, 0x76, 0x9e, 0x42, 0x73, 0x97, 0xbf, 0xa2, 0x54, - 0x5e, 0x25, 0xfc, 0xfa, 0x7b, 0x1e, 0xe4, 0x85, 0x4d, 0x9f, 0x0e, 0x62, 0xff, 0x53, 0x03, 0xd4, - 0xce, 0x3c, 0x1f, 0x9e, 0x63, 0xcf, 0x1f, 0x8a, 0x3f, 0x85, 0x69, 0xd7, 0xee, 0xf4, 0xdc, 0xf8, - 0x89, 0x86, 0x49, 0xc8, 0xf2, 0x3c, 0xcb, 0x21, 0x62, 0x74, 0x71, 0x32, 0x3c, 0x6d, 0xb6, 0x03, - 0xdf, 0x76, 0xad, 0x67, 0xa6, 0x33, 0x24, 0x46, 0xc2, 0x8d, 0x7e, 0x02, 0x57, 0x4e, 0xcd, 0x0e, - 0x79, 0x6a, 0x1c, 0xf1, 0x8e, 0x78, 0xdc, 0xc6, 0x98, 0x19, 0xfd, 0x0c, 0x66, 0x7c, 0xcf, 0x21, - 0x47, 0xe4, 0x2d, 0x71, 0x1a, 0x93, 0x7c, 0xe7, 0x5a, 0x61, 0xe7, 0xa1, 0x1b, 0xdc, 0xbd, 0x23, - 0x36, 0xa6, 0xdc, 0x68, 0x07, 0x6a, 0xe4, 0x5d, 0x63, 0xaa, 0x82, 0xb6, 0x1a, 0x79, 0x87, 0x9f, - 0xc3, 0x72, 0xd1, 0x45, 0xe1, 0x8d, 0xfd, 0x22, 0x5f, 0x16, 0xbf, 0x56, 0xe5, 0x5d, 0xc5, 0xde, - 0x24, 0x93, 0x34, 0x60, 0x45, 0x25, 0x9a, 0x51, 0x7c, 0x3f, 0xed, 0x2c, 0x1f, 0x9c, 0xb0, 0xc0, - 0x37, 0x3b, 0x41, 0x95, 0x40, 0xf9, 0xa8, 0xc1, 0x42, 0x61, 0xd3, 0x88, 0xeb, 0xdc, 0x89, 0x26, - 0x5a, 0x42, 0xfb, 0xf1, 0x30, 0xfc, 0xe5, 0x37, 0x5b, 0x37, 0x8a, 0x0b, 0xe8, 0x36, 0x2c, 0x5a, - 0xd9, 0x66, 0xfd, 0xd7, 0x26, 0x7b, 0xcd, 0xef, 0xfb, 0x0b, 0x43, 0xb5, 0x84, 0x07, 0xd0, 0x50, - 0x1f, 0x83, 0x51, 0xf4, 0x34, 0x2a, 0xe4, 0xf2, 0x42, 0xec, 0xc9, 0x1b, 0x2a, 0x4f, 0x16, 0xc5, - 0x28, 0x04, 0xe0, 0x63, 0xae, 0x92, 0x17, 0x74, 0x57, 0x2e, 0x0b, 0x23, 0x9e, 0x7a, 0xc6, 0xa5, - 0xb5, 0x9c, 0x4b, 0xff, 0x08, 0xd7, 0x4a, 0xe4, 0x5d, 0x4c, 0x67, 0x74, 0x2f, 0x75, 0x91, 0x60, - 0x89, 0x1a, 0xc4, 0xd1, 0x99, 0xee, 0x3e, 0xb7, 0x4a, 0xb5, 0x8b, 0xd1, 0x70, 0xdb, 0x30, 0xea, - 0x3d, 0x45, 0x80, 0xc4, 0x9f, 0xf8, 0x59, 0x3a, 0x3d, 0x8a, 0x32, 0x74, 0xfc, 0x28, 0xc6, 0x83, - 0xf5, 0x98, 0x53, 0xb8, 0x68, 0xd2, 0x90, 0x28, 0xf8, 0x55, 0x3a, 0x10, 0x2a, 0xc8, 0xbd, 0x10, - 0x37, 0xdd, 0xf9, 0xd7, 0x2a, 0x4c, 0x72, 0x6b, 0xd0, 0x33, 0xb8, 0xda, 0x49, 0x87, 0x89, 0x08, - 0x2b, 0x9b, 0x9d, 0xcc, 0x90, 0x54, 0xbf, 0x3e, 0x96, 0x87, 0x51, 0xf4, 0x3d, 0xcc, 0xbc, 0x89, - 0x47, 0x05, 0x68, 0x53, 0xb5, 0x43, 0x9e, 0x6c, 0xe8, 0x3f, 0x1a, 0xc3, 0x21, 0x24, 0x0e, 0x62, - 0x0c, 0xae, 0x96, 0x28, 0x83, 0x79, 0xb5, 0xc4, 0x0c, 0x88, 0x47, 0x2f, 0xa1, 0x6e, 0xc9, 0x83, - 0x4c, 0xb4, 0xa5, 0x7c, 0x28, 0xb9, 0xd9, 0xa8, 0x7e, 0xa3, 0x02, 0x17, 0xa3, 0xe8, 0x39, 0xcc, - 0x32, 0x69, 0xe0, 0x88, 0xae, 0x8f, 0xca, 0x67, 0xb1, 0xec, 0xad, 0xf1, 0x4c, 0x8c, 0xa2, 0xf7, - 0xb0, 0x6a, 0xa9, 0x27, 0x86, 0xa8, 0x39, 0xca, 0xb8, 0xe2, 0x7c, 0x4f, 0xdf, 0x3b, 0x17, 0x3f, - 0xa3, 0xe8, 0x2f, 0x1a, 0x5c, 0xb3, 0xca, 0x46, 0x76, 0xe8, 0x76, 0x89, 0xb8, 0xd2, 0x01, 0xa3, - 0xfe, 0xe3, 0x73, 0xee, 0x60, 0x14, 0xf5, 0x00, 0x05, 0x85, 0x89, 0x19, 0xba, 0xa5, 0x12, 0xa4, - 0x1c, 0xee, 0xe9, 0xdf, 0x54, 0x65, 0x65, 0x14, 0x7d, 0x80, 0x86, 0x55, 0x32, 0x44, 0x42, 0x7b, - 0xe5, 0x89, 0x55, 0x39, 0x0f, 0xd3, 0x6f, 0x9f, 0x6f, 0x83, 0x38, 0xab, 0x55, 0x98, 0xea, 0xa8, - 0xcf, 0xaa, 0x9c, 0x47, 0xa9, 0xcf, 0x5a, 0x32, 0x28, 0x72, 0x61, 0xd1, 0x2a, 0x4e, 0x60, 0x50, - 0x05, 0x11, 0xc9, 0xe3, 0xf8, 0xb6, 0x32, 0x2f, 0xa3, 0xe8, 0x04, 0xe6, 0x7a, 0xd9, 0x29, 0x09, - 0x52, 0x56, 0xfd, 0xe2, 0xe0, 0x46, 0xbf, 0x59, 0x89, 0x2f, 0x71, 0x60, 0x6e, 0xe4, 0x51, 0xea, - 0xc0, 0xe2, 0x68, 0xa6, 0xd4, 0x81, 0xaa, 0x29, 0xca, 0x6b, 0x58, 0xb0, 0xf3, 0x63, 0x08, 0xb4, - 0xad, 0x12, 0xa0, 0x9a, 0x8f, 0xe8, 0xb7, 0x2a, 0x72, 0x8a, 0x6c, 0x98, 0xe4, 0x2e, 0x75, 0x36, - 0x94, 0xa1, 0xb7, 0x3a, 0x1b, 0x66, 0xd1, 0x70, 0x21, 0xd2, 0x42, 0xec, 0x57, 0x25, 0xd2, 0x22, - 0xe4, 0x5a, 0x25, 0xd2, 0x12, 0x38, 0xf9, 0x1c, 0x66, 0xbb, 0x12, 0x90, 0x53, 0x27, 0xc7, 0x1c, - 0x2e, 0x54, 0x27, 0xc7, 0x3c, 0x1e, 0x0c, 0x83, 0xaa, 0x9f, 0x05, 0x4e, 0xea, 0xa0, 0x2a, 0x62, - 0x35, 0x75, 0x50, 0x29, 0x50, 0x18, 0x0a, 0x60, 0xb9, 0xa3, 0x82, 0x68, 0x68, 0x47, 0x59, 0x1b, - 0x4b, 0xb0, 0xa1, 0xbe, 0x7b, 0x0e, 0x6e, 0x71, 0xe7, 0xc9, 0xc9, 0xd4, 0x77, 0x2e, 0x23, 0x3b, - 0xf5, 0x9d, 0x67, 0xb0, 0x5c, 0xe8, 0xab, 0xdc, 0x39, 0xd4, 0xbe, 0x2a, 0xe2, 0x46, 0xb5, 0xaf, - 0x14, 0x78, 0x31, 0x2a, 0x56, 0x2a, 0xe4, 0x57, 0x5a, 0xac, 0x4a, 0xc0, 0x65, 0x69, 0xb1, 0x2a, - 0x85, 0x95, 0x22, 0xa6, 0x73, 0x50, 0xaf, 0x34, 0xa6, 0x8b, 0x38, 0xb2, 0x34, 0xa6, 0x55, 0xe8, - 0xb1, 0x07, 0x88, 0x15, 0xd1, 0xdf, 0xad, 0x8a, 0x30, 0xa6, 0x4c, 0x99, 0x1a, 0xd2, 0xa0, 0x01, - 0x2c, 0x59, 0x0a, 0x2c, 0x80, 0x46, 0xe6, 0xdf, 0x1c, 0xf8, 0xd1, 0x77, 0xaa, 0x33, 0x8b, 0xa0, - 0xb7, 0x54, 0xbd, 0x3b, 0xda, 0x19, 0x51, 0xc2, 0x0b, 0xb0, 0x41, 0x1d, 0xf4, 0xe5, 0xa0, 0x40, - 0x68, 0x2d, 0xf6, 0xe6, 0x68, 0x67, 0x7c, 0xba, 0x49, 0x9b, 0xff, 0x52, 0xad, 0x25, 0x4d, 0xff, - 0xfb, 0xfc, 0xdf, 0x22, 0x92, 0x16, 0x7c, 0x74, 0x87, 0x55, 0xc4, 0x01, 0xa3, 0x3b, 0x2c, 0x45, - 0x7f, 0xff, 0xcb, 0x8d, 0x17, 0xeb, 0x62, 0x87, 0xf4, 0x0f, 0x0c, 0x7c, 0xd7, 0x77, 0xfc, 0xf7, - 0x64, 0x8a, 0x93, 0xee, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x2d, 0xeb, 0x08, 0x35, 0x3f, 0x21, - 0x00, 0x00, +func init() { proto.RegisterFile("group/group.proto", fileDescriptor_group_20346bfaa1601d8d) } + +var fileDescriptor_group_20346bfaa1601d8d = []byte{ + // 1878 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5a, 0xdd, 0x73, 0xdb, 0xc6, + 0x11, 0x1f, 0xd0, 0x91, 0x6c, 0xad, 0xc4, 0x48, 0x3a, 0x7d, 0xd1, 0xb0, 0xa2, 0x51, 0xce, 0x72, + 0x2c, 0x27, 0x12, 0xe5, 0xca, 0xf2, 0x53, 0xfa, 0xe5, 0xca, 0xb5, 0xaa, 0x56, 0x94, 0x53, 0xd0, + 0x76, 0xc7, 0x69, 0xa6, 0x13, 0x88, 0x3c, 0xc1, 0x30, 0x49, 0xe0, 0x88, 0x03, 0xad, 0x4c, 0x3a, + 0xee, 0xb4, 0xd3, 0xe7, 0x74, 0xfa, 0xd0, 0xa7, 0xf6, 0xb1, 0x7f, 0x43, 0x1f, 0xfa, 0xdf, 0x75, + 0x70, 0x87, 0x8f, 0x03, 0x70, 0x47, 0x42, 0x8d, 0x94, 0x17, 0x8e, 0xb1, 0xb7, 0xbb, 0xb7, 0xb7, + 0xb7, 0xb7, 0xbb, 0xbf, 0xb5, 0x60, 0xd1, 0x09, 0xfc, 0x11, 0xdd, 0xe3, 0xbf, 0x4d, 0x1a, 0xf8, + 0xa1, 0x8f, 0xd0, 0x73, 0x4a, 0xbc, 0xe3, 0x56, 0x9b, 0x04, 0xef, 0x48, 0xd0, 0xe4, 0x2b, 0xe6, + 0xfd, 0x88, 0xb6, 0x7b, 0xdc, 0xda, 0x15, 0xd4, 0x3d, 0xda, 0x73, 0xf6, 0x38, 0xf7, 0x1e, 0xeb, + 0xf6, 0x2e, 0xd8, 0xde, 0x05, 0x13, 0xc2, 0xe6, 0x81, 0x96, 0xf1, 0x22, 0xb0, 0x29, 0x25, 0x01, + 0xa3, 0x67, 0xd2, 0x3f, 0x85, 0x14, 0xfe, 0x8f, 0x01, 0x1f, 0x1e, 0x06, 0xc4, 0x0e, 0xc9, 0x51, + 0xb4, 0x9d, 0x45, 0x86, 0x68, 0x13, 0x66, 0x5d, 0xcf, 0x0d, 0x5b, 0x64, 0x70, 0x46, 0x02, 0xd6, + 0x30, 0x36, 0x6f, 0x6c, 0xcf, 0x58, 0x32, 0x09, 0x7d, 0x0e, 0x33, 0xdc, 0xb8, 0x63, 0xef, 0xdc, + 0x6f, 0xd4, 0x36, 0x8d, 0xed, 0xd9, 0xfd, 0x8f, 0x9a, 0x39, 0xdb, 0xb9, 0x6d, 0xcd, 0xa3, 0x84, + 0xc9, 0xca, 0xf8, 0x11, 0x86, 0x39, 0xbb, 0x3b, 0x70, 0xbd, 0x97, 0x8c, 0x04, 0xc7, 0x4f, 0x59, + 0xe3, 0x06, 0xd7, 0x9f, 0xa3, 0x45, 0x26, 0xf8, 0x17, 0x1e, 0x09, 0xc4, 0x77, 0xe3, 0x83, 0x4d, + 0x23, 0x32, 0x41, 0x22, 0xe1, 0x53, 0x98, 0xcf, 0x99, 0xcd, 0x68, 0xde, 0x2a, 0xe3, 0x72, 0x56, + 0xe1, 0x26, 0x2c, 0x1c, 0x91, 0x90, 0x2f, 0x31, 0xbe, 0x46, 0x86, 0xc8, 0x84, 0x5b, 0x82, 0xe1, + 0x69, 0xe2, 0x85, 0xf4, 0x1b, 0x5b, 0xb0, 0x58, 0xe0, 0x67, 0x14, 0xfd, 0x04, 0x20, 0xd5, 0x28, + 0x44, 0x26, 0x9a, 0x20, 0x09, 0xe0, 0xaf, 0x61, 0xbe, 0x1d, 0xeb, 0x4c, 0x4c, 0x68, 0xc1, 0x7c, + 0xca, 0xf0, 0xcc, 0x0f, 0xda, 0x24, 0x8c, 0x4f, 0x76, 0x77, 0xac, 0x5a, 0xc1, 0x6a, 0x15, 0x65, + 0x31, 0x82, 0x85, 0xfc, 0x0e, 0x8c, 0xe2, 0xbf, 0x1a, 0x60, 0x26, 0x47, 0x79, 0x42, 0x69, 0xdf, + 0xed, 0xd8, 0xa1, 0xeb, 0x7b, 0x27, 0x2e, 0x0b, 0x23, 0x0b, 0x7e, 0x09, 0x40, 0x6d, 0xc7, 0xf5, + 0x38, 0x31, 0xde, 0xfc, 0x9e, 0x6a, 0x73, 0x8b, 0x0c, 0x47, 0x84, 0x85, 0x5f, 0xa4, 0xcc, 0x96, + 0x24, 0x88, 0x36, 0x00, 0xce, 0x03, 0x7f, 0x10, 0x5f, 0x68, 0x8d, 0x5f, 0xa8, 0x44, 0xc1, 0x7f, + 0x84, 0x3b, 0x5a, 0x23, 0x18, 0x45, 0xcb, 0x30, 0x15, 0xfa, 0xa1, 0xdd, 0xe7, 0x06, 0xd4, 0x2d, + 0xf1, 0x81, 0x9e, 0x41, 0xdd, 0x89, 0xa3, 0x36, 0xda, 0x9a, 0x35, 0x6a, 0xdc, 0xe5, 0x9b, 0x5a, + 0xdf, 0xc4, 0x8c, 0x56, 0x5e, 0x0c, 0xbf, 0x87, 0xf5, 0x23, 0x12, 0x46, 0x96, 0x58, 0x64, 0x78, + 0x7d, 0x3e, 0x58, 0x85, 0xe9, 0x91, 0x7c, 0xfe, 0xf8, 0x0b, 0xbf, 0x87, 0x8f, 0xc6, 0x6c, 0x7f, + 0xed, 0xa7, 0xff, 0x8b, 0x01, 0x2b, 0x2f, 0x02, 0xdb, 0x63, 0xe7, 0x24, 0xe0, 0x7c, 0xcf, 0xa3, + 0x77, 0x16, 0x9d, 0xbb, 0x01, 0x37, 0xe3, 0x80, 0xe7, 0x3b, 0xcf, 0x58, 0xc9, 0x27, 0xfa, 0x04, + 0x3e, 0xf4, 0xfb, 0xdd, 0xe7, 0xd2, 0x1b, 0x15, 0x47, 0x2a, 0x50, 0x23, 0x3e, 0x8f, 0x5c, 0xc8, + 0x7c, 0x37, 0x04, 0x5f, 0x9e, 0x8a, 0x1b, 0xb0, 0xaa, 0x32, 0x81, 0x51, 0xfc, 0x37, 0x03, 0xe6, + 0x7e, 0xed, 0xbb, 0x5e, 0x9a, 0x9e, 0xf4, 0x46, 0x6d, 0x00, 0x04, 0x64, 0xd8, 0x22, 0x8c, 0xd9, + 0x0e, 0x49, 0x62, 0x2c, 0xa3, 0x44, 0xeb, 0x6f, 0x7d, 0xd7, 0x6b, 0xfb, 0xa3, 0xa0, 0x43, 0xb8, + 0x21, 0x53, 0x96, 0x44, 0x41, 0x5b, 0x50, 0x77, 0xbd, 0x77, 0x6e, 0x58, 0xc8, 0x3b, 0x79, 0x22, + 0x9e, 0x87, 0xba, 0x64, 0x0f, 0xa3, 0xf8, 0x5f, 0x06, 0xdc, 0x29, 0x06, 0x6e, 0xb4, 0xe0, 0x7b, + 0x8c, 0x4c, 0x34, 0x78, 0xdc, 0xa3, 0x88, 0xd6, 0xdf, 0xd8, 0x5e, 0xb7, 0x4f, 0xba, 0x2d, 0xe6, + 0xc4, 0x9e, 0x93, 0x28, 0x51, 0x2a, 0x15, 0x5f, 0x16, 0x61, 0xa3, 0x7e, 0xc8, 0xed, 0x9d, 0xb2, + 0x72, 0x34, 0xbc, 0x01, 0xeb, 0x7a, 0xe3, 0x18, 0xc5, 0xdb, 0x30, 0xf7, 0xdb, 0x91, 0x1b, 0x4e, + 0x76, 0x6f, 0x74, 0x70, 0x89, 0x93, 0x51, 0xfc, 0x77, 0x03, 0x56, 0x92, 0x47, 0x2b, 0x4a, 0xc3, + 0x15, 0x3f, 0x18, 0xc9, 0x96, 0x5a, 0xde, 0x73, 0xab, 0x30, 0x7d, 0xee, 0xf6, 0x43, 0x12, 0xc4, + 0xd7, 0x18, 0x7f, 0xe1, 0x21, 0xac, 0xaa, 0x2c, 0xd2, 0xbe, 0xa1, 0x27, 0x70, 0x73, 0x10, 0xd7, + 0x39, 0xf1, 0x7a, 0xee, 0x6b, 0x5f, 0x8f, 0xd0, 0xf7, 0x6c, 0xd4, 0xef, 0xf3, 0xd4, 0x99, 0xc8, + 0xe1, 0x93, 0xe2, 0x96, 0x69, 0xfd, 0xd0, 0x5f, 0x7c, 0x23, 0xbf, 0xed, 0x4c, 0xa6, 0xed, 0x2b, + 0x58, 0x53, 0x6a, 0x63, 0x54, 0xb6, 0xd5, 0xf8, 0x3f, 0x6d, 0xed, 0x03, 0xfa, 0x8d, 0xdb, 0xe9, + 0x49, 0x3c, 0xe3, 0xed, 0xdc, 0x82, 0x7a, 0xcf, 0xed, 0xf4, 0x48, 0x37, 0x29, 0xd6, 0xc2, 0xda, + 0x3c, 0x31, 0xba, 0x8c, 0x80, 0xd8, 0xcc, 0xf7, 0xe2, 0x10, 0x8d, 0xbf, 0xf0, 0x0a, 0x2c, 0x95, + 0x76, 0x63, 0x14, 0xff, 0x89, 0x47, 0x4d, 0xf4, 0x86, 0x48, 0x97, 0xaf, 0xfd, 0xc0, 0xa5, 0x86, + 0xf0, 0x0b, 0x2b, 0xed, 0xaf, 0x8d, 0x91, 0xc7, 0x30, 0xcd, 0xfd, 0x91, 0x84, 0xc8, 0x84, 0x8a, + 0x1e, 0x33, 0x63, 0x0a, 0xcb, 0xc7, 0x3c, 0x71, 0x44, 0xdb, 0xbe, 0xf0, 0x2b, 0xe4, 0xaf, 0xcc, + 0x8f, 0x35, 0xd9, 0x8f, 0x51, 0x12, 0x15, 0x29, 0xa8, 0x9b, 0xef, 0x99, 0x0a, 0x54, 0xbc, 0x06, + 0x2b, 0x8a, 0x1d, 0x19, 0xc5, 0x17, 0xb0, 0x9c, 0x16, 0xd7, 0x7e, 0x3f, 0xbb, 0xf8, 0xeb, 0x7e, + 0xa6, 0xf8, 0xcb, 0x2c, 0x41, 0x48, 0x1b, 0x5f, 0x4d, 0x2c, 0xff, 0xdb, 0x80, 0x5b, 0x87, 0xad, + 0x36, 0xe7, 0xf9, 0x5e, 0xbd, 0x1f, 0x6a, 0x02, 0x72, 0xd2, 0xa2, 0x13, 0xf9, 0xee, 0xd4, 0x1e, + 0x24, 0xf5, 0x43, 0xb1, 0x82, 0x3e, 0x85, 0x85, 0x3c, 0x35, 0x2d, 0x6b, 0x25, 0x3a, 0xfe, 0xce, + 0x80, 0xb9, 0xb4, 0x51, 0xbc, 0x42, 0x9f, 0xaf, 0xc7, 0x07, 0x96, 0x4c, 0xcd, 0x08, 0xf2, 0x8d, + 0xdc, 0xc8, 0xdf, 0xc8, 0xef, 0xa1, 0x2e, 0x99, 0xa3, 0x8d, 0xf9, 0x83, 0x42, 0xcc, 0xaf, 0x37, + 0xcb, 0xd0, 0xa4, 0x99, 0x78, 0x3f, 0x0d, 0xf9, 0xdd, 0xac, 0x29, 0xae, 0x90, 0x5d, 0xf0, 0x3f, + 0x4a, 0xf5, 0x83, 0x1d, 0xb6, 0xda, 0x3f, 0x48, 0xfd, 0x30, 0xe1, 0xd6, 0x28, 0xb9, 0x68, 0xe1, + 0xa1, 0xf4, 0xbb, 0x5c, 0x43, 0x84, 0x55, 0xd7, 0x59, 0x43, 0x3e, 0x83, 0xf9, 0xa7, 0x2e, 0x1b, + 0xb8, 0x8c, 0x55, 0xa8, 0xc3, 0x08, 0x16, 0xf2, 0xcc, 0x8c, 0xe2, 0xb7, 0x80, 0x5a, 0xa3, 0x18, + 0x0c, 0x55, 0x49, 0xec, 0x9a, 0x56, 0x34, 0xea, 0x28, 0x06, 0xa3, 0x90, 0x74, 0xdb, 0xa4, 0xe3, + 0x7b, 0x5d, 0xc6, 0x7d, 0x53, 0xb7, 0x72, 0xb4, 0x28, 0xad, 0x97, 0xf6, 0x62, 0x14, 0x9f, 0x40, + 0xe3, 0xd0, 0xf6, 0x3a, 0xa4, 0x7f, 0x15, 0x86, 0xe0, 0x3b, 0x70, 0x5b, 0xa3, 0x4d, 0xf4, 0x2c, + 0x29, 0x79, 0x62, 0xcf, 0x22, 0x71, 0x32, 0x8a, 0x9b, 0x80, 0x0a, 0x7a, 0xc7, 0x2b, 0x58, 0x81, + 0xa5, 0x12, 0x3f, 0xa3, 0xf8, 0x80, 0x63, 0x26, 0x51, 0x43, 0xda, 0x23, 0x1a, 0x77, 0xad, 0x49, + 0x21, 0xcb, 0x0e, 0x65, 0xe4, 0x0e, 0xf5, 0x82, 0x83, 0x1c, 0xb5, 0x14, 0xa3, 0x52, 0xa1, 0x31, + 0x2e, 0x53, 0x68, 0x1e, 0xf1, 0x57, 0x94, 0xe9, 0xab, 0x84, 0x5f, 0x7f, 0xc7, 0x83, 0xbc, 0x24, + 0xf4, 0xfd, 0x41, 0xec, 0x7f, 0x6b, 0x80, 0xda, 0xb9, 0xe7, 0xc3, 0x73, 0xec, 0xe5, 0x43, 0xf1, + 0xa7, 0x70, 0xcb, 0x73, 0x3b, 0x3d, 0x2f, 0x79, 0xa2, 0xb3, 0xfb, 0x38, 0x6f, 0x05, 0x1f, 0x60, + 0x9c, 0x8d, 0xce, 0x9b, 0xed, 0x30, 0x70, 0x3d, 0xe7, 0x95, 0xdd, 0x1f, 0x11, 0x2b, 0x95, 0x41, + 0x3f, 0x86, 0x9b, 0xe7, 0x76, 0x87, 0xbc, 0xb4, 0x4e, 0x78, 0x5f, 0x5c, 0x4d, 0x3c, 0x11, 0x41, + 0x3f, 0x83, 0x99, 0xc0, 0xef, 0x93, 0x13, 0xf2, 0x8e, 0xf4, 0x1b, 0x53, 0x5c, 0xfe, 0x63, 0x8d, + 0xfc, 0xb1, 0x17, 0x3e, 0xda, 0x17, 0xe2, 0x99, 0x0c, 0xda, 0x87, 0x1a, 0xf9, 0xa6, 0x31, 0x5d, + 0x79, 0xe7, 0x1a, 0xf9, 0x06, 0xbf, 0x86, 0x95, 0xb2, 0xeb, 0xa2, 0x9b, 0xfc, 0x79, 0xb1, 0x5c, + 0x7e, 0xa2, 0xca, 0xc7, 0x0a, 0xd9, 0x34, 0xc3, 0x34, 0x60, 0x55, 0xa5, 0x9a, 0x51, 0xfc, 0x38, + 0xeb, 0x38, 0x9f, 0x9c, 0xb1, 0x30, 0xb0, 0x3b, 0x61, 0x95, 0x00, 0xfa, 0xce, 0x80, 0xc5, 0x92, + 0xd0, 0x98, 0x6b, 0xde, 0x89, 0x07, 0x5e, 0x62, 0xf7, 0xd3, 0x51, 0xf4, 0xcb, 0x6f, 0xbc, 0x6e, + 0x95, 0x17, 0xd0, 0x43, 0x58, 0x72, 0xf2, 0x4d, 0xfc, 0xaf, 0x6c, 0xf6, 0x86, 0xc7, 0xc1, 0x07, + 0x96, 0x6a, 0x09, 0x0f, 0xa1, 0xa1, 0x3e, 0x06, 0xa3, 0xe8, 0x65, 0x5c, 0xe0, 0xe5, 0x85, 0xc4, + 0x93, 0xf7, 0x54, 0x9e, 0x2c, 0xab, 0x51, 0x28, 0xc0, 0xa7, 0x7c, 0x4b, 0x5e, 0xe8, 0x3d, 0xb9, + 0x5c, 0x8c, 0x49, 0x01, 0x39, 0x97, 0xd6, 0x0a, 0x2e, 0xfd, 0x03, 0xdc, 0xd6, 0xe8, 0xbb, 0x9a, + 0x8e, 0xe9, 0x20, 0x73, 0x91, 0x60, 0x89, 0x1b, 0xc7, 0xf1, 0x19, 0xf0, 0x31, 0xb7, 0x4a, 0x25, + 0xc5, 0x68, 0x24, 0x36, 0x8a, 0x7b, 0x52, 0x11, 0x20, 0xc9, 0x27, 0x7e, 0x95, 0x4d, 0x95, 0xe2, + 0xcc, 0x9d, 0x3c, 0x8d, 0xc9, 0x20, 0x3e, 0xe1, 0x14, 0x2e, 0x9a, 0xb2, 0x24, 0x0a, 0xfe, 0x3a, + 0x1b, 0x14, 0x95, 0xf4, 0x5e, 0x89, 0x9b, 0xf6, 0xff, 0xb9, 0x06, 0x53, 0xdc, 0x1a, 0xf4, 0x0a, + 0x66, 0x3b, 0xd9, 0x90, 0x11, 0x61, 0x65, 0x13, 0x94, 0x1b, 0x9e, 0x9a, 0x77, 0x27, 0xf2, 0x30, + 0x8a, 0xbe, 0x80, 0x99, 0xb7, 0xc9, 0x08, 0x01, 0x6d, 0xaa, 0x24, 0xe4, 0x89, 0x87, 0xf9, 0xf1, + 0x04, 0x0e, 0xa1, 0x71, 0x98, 0x60, 0x73, 0xb5, 0x46, 0x19, 0xe4, 0xab, 0x35, 0xe6, 0xc0, 0x3d, + 0xfa, 0x0a, 0xea, 0x8e, 0x3c, 0xe0, 0x44, 0x5b, 0xca, 0x87, 0x52, 0x98, 0x99, 0x9a, 0xf7, 0x2a, + 0x70, 0x31, 0x8a, 0x5e, 0xc3, 0x1c, 0x93, 0x06, 0x91, 0xe8, 0xee, 0xb8, 0x7c, 0x96, 0xe8, 0xde, + 0x9a, 0xcc, 0xc4, 0x28, 0xfa, 0x16, 0xd6, 0x1c, 0xf5, 0x24, 0x11, 0x35, 0xc7, 0x19, 0x57, 0x9e, + 0xfb, 0x99, 0x7b, 0x97, 0xe2, 0x67, 0x14, 0xfd, 0xd9, 0x80, 0xdb, 0x8e, 0x6e, 0x94, 0x87, 0x1e, + 0x6a, 0xd4, 0x69, 0x07, 0x8f, 0xe6, 0x8f, 0x2e, 0x29, 0xc1, 0x28, 0xea, 0x01, 0x0a, 0x4b, 0x93, + 0x34, 0xf4, 0x40, 0xa5, 0x48, 0x39, 0xf4, 0x33, 0x3f, 0xad, 0xca, 0xca, 0x28, 0x7a, 0x0f, 0x0d, + 0x47, 0x33, 0x5c, 0x42, 0x7b, 0xfa, 0xc4, 0xaa, 0x9c, 0x93, 0x99, 0x0f, 0x2f, 0x27, 0x20, 0xce, + 0xea, 0x94, 0xa6, 0x3d, 0xea, 0xb3, 0x2a, 0xe7, 0x54, 0xea, 0xb3, 0x6a, 0x06, 0x48, 0x1e, 0x2c, + 0x39, 0xe5, 0xc9, 0x0c, 0xaa, 0xa0, 0x22, 0x7d, 0x1c, 0x9f, 0x55, 0xe6, 0x65, 0x14, 0x9d, 0xc1, + 0x7c, 0x2f, 0x3f, 0x3d, 0x41, 0xca, 0xaa, 0x5f, 0x1e, 0xe8, 0x98, 0xf7, 0x2b, 0xf1, 0xa5, 0x0e, + 0x2c, 0x8c, 0x42, 0xb4, 0x0e, 0x2c, 0x8f, 0x6c, 0xb4, 0x0e, 0x54, 0x4d, 0x57, 0xde, 0xc0, 0xa2, + 0x5b, 0x1c, 0x4f, 0xa0, 0x6d, 0x95, 0x02, 0xd5, 0xdc, 0xc4, 0x7c, 0x50, 0x91, 0x53, 0x64, 0xc3, + 0x34, 0x77, 0xa9, 0xb3, 0xa1, 0x0c, 0xc9, 0xd5, 0xd9, 0x30, 0x8f, 0x92, 0x4b, 0x91, 0x16, 0x61, + 0xc2, 0x2a, 0x91, 0x16, 0x23, 0xda, 0x2a, 0x91, 0x96, 0xc2, 0xcc, 0xd7, 0x30, 0xd7, 0x95, 0x00, + 0x9e, 0x3a, 0x39, 0x16, 0xf0, 0xa2, 0x3a, 0x39, 0x16, 0x71, 0x62, 0x14, 0x54, 0x83, 0x3c, 0xa0, + 0x52, 0x07, 0x55, 0x19, 0xc3, 0xa9, 0x83, 0x4a, 0x81, 0xce, 0x50, 0x08, 0x2b, 0x1d, 0x15, 0x74, + 0x43, 0x3b, 0xca, 0xda, 0xa8, 0xc1, 0x8c, 0xe6, 0xee, 0x25, 0xb8, 0xc5, 0x9d, 0xa7, 0x27, 0x53, + 0xdf, 0xb9, 0x8c, 0xf8, 0xd4, 0x77, 0x9e, 0xc3, 0x78, 0x91, 0xaf, 0x0a, 0xe7, 0x50, 0xfb, 0xaa, + 0x8c, 0x27, 0xd5, 0xbe, 0x52, 0xe0, 0xc8, 0xb8, 0x58, 0xa9, 0x10, 0xa1, 0xb6, 0x58, 0x69, 0x40, + 0xa7, 0xb6, 0x58, 0x69, 0xe1, 0xa6, 0x88, 0xe9, 0x02, 0x04, 0xd4, 0xc6, 0x74, 0x19, 0x5f, 0x6a, + 0x63, 0x5a, 0x85, 0x2a, 0x7b, 0x80, 0x58, 0x19, 0x15, 0x3e, 0xa8, 0x08, 0x63, 0x74, 0x9b, 0xa9, + 0x21, 0x0d, 0x1a, 0xc2, 0xb2, 0xa3, 0xc0, 0x02, 0x68, 0x6c, 0xfe, 0x2d, 0x80, 0x1f, 0x73, 0xa7, + 0x3a, 0xb3, 0x08, 0x7a, 0x47, 0xd5, 0xbb, 0xa3, 0x9d, 0x31, 0x25, 0xbc, 0x04, 0x1b, 0xd4, 0x41, + 0xaf, 0x07, 0x05, 0x62, 0xd7, 0x72, 0x6f, 0x8e, 0x76, 0x26, 0xa7, 0x9b, 0xac, 0xf9, 0xd7, 0xee, + 0xaa, 0x69, 0xfa, 0xbf, 0x2d, 0xfe, 0x1f, 0x45, 0xda, 0x82, 0x8f, 0xef, 0xb0, 0xca, 0x38, 0x60, + 0x7c, 0x87, 0xa5, 0xe8, 0xef, 0x7f, 0xb1, 0xf1, 0xe5, 0xba, 0x90, 0x90, 0xfe, 0xbe, 0x81, 0x4b, + 0x7d, 0xce, 0x7f, 0xcf, 0xa6, 0x39, 0xe9, 0xd1, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x8f, 0xfb, + 0x8b, 0xf2, 0x5e, 0x21, 0x00, 0x00, } diff --git a/pkg/proto/msg/msg.pb.go b/pkg/proto/msg/msg.pb.go index d3de5bc8c..5e6357ba6 100644 --- a/pkg/proto/msg/msg.pb.go +++ b/pkg/proto/msg/msg.pb.go @@ -7,7 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import sdkws "OpenIM/pkg/proto/sdkws" -import wrapperspb "google.golang.org/protobuf/types/known/wrapperspb" +import wrapperspb "OpenIM/pkg/proto/wrapperspb" import ( context "golang.org/x/net/context" @@ -37,7 +37,7 @@ func (m *MsgDataToMQ) Reset() { *m = MsgDataToMQ{} } func (m *MsgDataToMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToMQ) ProtoMessage() {} func (*MsgDataToMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{0} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{0} } func (m *MsgDataToMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToMQ.Unmarshal(m, b) @@ -82,7 +82,7 @@ func (m *MsgDataToDB) Reset() { *m = MsgDataToDB{} } func (m *MsgDataToDB) String() string { return proto.CompactTextString(m) } func (*MsgDataToDB) ProtoMessage() {} func (*MsgDataToDB) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{1} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{1} } func (m *MsgDataToDB) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToDB.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *PushMsgDataToMQ) Reset() { *m = PushMsgDataToMQ{} } func (m *PushMsgDataToMQ) String() string { return proto.CompactTextString(m) } func (*PushMsgDataToMQ) ProtoMessage() {} func (*PushMsgDataToMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{2} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{2} } func (m *PushMsgDataToMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PushMsgDataToMQ.Unmarshal(m, b) @@ -169,7 +169,7 @@ func (m *MsgDataToMongoByMQ) Reset() { *m = MsgDataToMongoByMQ{} } func (m *MsgDataToMongoByMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToMongoByMQ) ProtoMessage() {} func (*MsgDataToMongoByMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{3} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{3} } func (m *MsgDataToMongoByMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToMongoByMQ.Unmarshal(m, b) @@ -228,7 +228,7 @@ func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} } func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqReq) ProtoMessage() {} func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{4} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{4} } func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b) @@ -267,7 +267,7 @@ func (m *GetMaxAndMinSeqResp) Reset() { *m = GetMaxAndMinSeqResp{} } func (m *GetMaxAndMinSeqResp) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqResp) ProtoMessage() {} func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{5} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{5} } func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b) @@ -312,7 +312,7 @@ func (m *SendMsgReq) Reset() { *m = SendMsgReq{} } func (m *SendMsgReq) String() string { return proto.CompactTextString(m) } func (*SendMsgReq) ProtoMessage() {} func (*SendMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{6} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{6} } func (m *SendMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendMsgReq.Unmarshal(m, b) @@ -352,7 +352,7 @@ func (m *SendMsgResp) Reset() { *m = SendMsgResp{} } func (m *SendMsgResp) String() string { return proto.CompactTextString(m) } func (*SendMsgResp) ProtoMessage() {} func (*SendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{7} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{7} } func (m *SendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SendMsgResp.Unmarshal(m, b) @@ -404,7 +404,7 @@ func (m *ClearMsgReq) Reset() { *m = ClearMsgReq{} } func (m *ClearMsgReq) String() string { return proto.CompactTextString(m) } func (*ClearMsgReq) ProtoMessage() {} func (*ClearMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{8} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{8} } func (m *ClearMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClearMsgReq.Unmarshal(m, b) @@ -441,7 +441,7 @@ func (m *ClearMsgResp) Reset() { *m = ClearMsgResp{} } func (m *ClearMsgResp) String() string { return proto.CompactTextString(m) } func (*ClearMsgResp) ProtoMessage() {} func (*ClearMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{9} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{9} } func (m *ClearMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClearMsgResp.Unmarshal(m, b) @@ -474,7 +474,7 @@ func (m *SetMsgMinSeqReq) Reset() { *m = SetMsgMinSeqReq{} } func (m *SetMsgMinSeqReq) String() string { return proto.CompactTextString(m) } func (*SetMsgMinSeqReq) ProtoMessage() {} func (*SetMsgMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{10} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{10} } func (m *SetMsgMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMsgMinSeqReq.Unmarshal(m, b) @@ -525,7 +525,7 @@ func (m *SetMsgMinSeqResp) Reset() { *m = SetMsgMinSeqResp{} } func (m *SetMsgMinSeqResp) String() string { return proto.CompactTextString(m) } func (*SetMsgMinSeqResp) ProtoMessage() {} func (*SetMsgMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{11} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{11} } func (m *SetMsgMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMsgMinSeqResp.Unmarshal(m, b) @@ -556,7 +556,7 @@ func (m *SetSendMsgStatusReq) Reset() { *m = SetSendMsgStatusReq{} } func (m *SetSendMsgStatusReq) String() string { return proto.CompactTextString(m) } func (*SetSendMsgStatusReq) ProtoMessage() {} func (*SetSendMsgStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{12} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{12} } func (m *SetSendMsgStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetSendMsgStatusReq.Unmarshal(m, b) @@ -593,7 +593,7 @@ func (m *SetSendMsgStatusResp) Reset() { *m = SetSendMsgStatusResp{} } func (m *SetSendMsgStatusResp) String() string { return proto.CompactTextString(m) } func (*SetSendMsgStatusResp) ProtoMessage() {} func (*SetSendMsgStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{13} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{13} } func (m *SetSendMsgStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetSendMsgStatusResp.Unmarshal(m, b) @@ -623,7 +623,7 @@ func (m *GetSendMsgStatusReq) Reset() { *m = GetSendMsgStatusReq{} } func (m *GetSendMsgStatusReq) String() string { return proto.CompactTextString(m) } func (*GetSendMsgStatusReq) ProtoMessage() {} func (*GetSendMsgStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{14} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{14} } func (m *GetSendMsgStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSendMsgStatusReq.Unmarshal(m, b) @@ -654,7 +654,7 @@ func (m *GetSendMsgStatusResp) Reset() { *m = GetSendMsgStatusResp{} } func (m *GetSendMsgStatusResp) String() string { return proto.CompactTextString(m) } func (*GetSendMsgStatusResp) ProtoMessage() {} func (*GetSendMsgStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{15} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{15} } func (m *GetSendMsgStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSendMsgStatusResp.Unmarshal(m, b) @@ -693,7 +693,7 @@ func (m *DelSuperGroupMsgReq) Reset() { *m = DelSuperGroupMsgReq{} } func (m *DelSuperGroupMsgReq) String() string { return proto.CompactTextString(m) } func (*DelSuperGroupMsgReq) ProtoMessage() {} func (*DelSuperGroupMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{16} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{16} } func (m *DelSuperGroupMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelSuperGroupMsgReq.Unmarshal(m, b) @@ -737,7 +737,7 @@ func (m *DelSuperGroupMsgResp) Reset() { *m = DelSuperGroupMsgResp{} } func (m *DelSuperGroupMsgResp) String() string { return proto.CompactTextString(m) } func (*DelSuperGroupMsgResp) ProtoMessage() {} func (*DelSuperGroupMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{17} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{17} } func (m *DelSuperGroupMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelSuperGroupMsgResp.Unmarshal(m, b) @@ -769,7 +769,7 @@ func (m *GetSuperGroupMsgReq) Reset() { *m = GetSuperGroupMsgReq{} } func (m *GetSuperGroupMsgReq) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupMsgReq) ProtoMessage() {} func (*GetSuperGroupMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{18} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{18} } func (m *GetSuperGroupMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupMsgReq.Unmarshal(m, b) @@ -814,7 +814,7 @@ func (m *GetSuperGroupMsgResp) Reset() { *m = GetSuperGroupMsgResp{} } func (m *GetSuperGroupMsgResp) String() string { return proto.CompactTextString(m) } func (*GetSuperGroupMsgResp) ProtoMessage() {} func (*GetSuperGroupMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{19} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{19} } func (m *GetSuperGroupMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSuperGroupMsgResp.Unmarshal(m, b) @@ -852,7 +852,7 @@ func (m *GetWriteDiffMsgReq) Reset() { *m = GetWriteDiffMsgReq{} } func (m *GetWriteDiffMsgReq) String() string { return proto.CompactTextString(m) } func (*GetWriteDiffMsgReq) ProtoMessage() {} func (*GetWriteDiffMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{20} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{20} } func (m *GetWriteDiffMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWriteDiffMsgReq.Unmarshal(m, b) @@ -890,7 +890,7 @@ func (m *GetWriteDiffMsgResp) Reset() { *m = GetWriteDiffMsgResp{} } func (m *GetWriteDiffMsgResp) String() string { return proto.CompactTextString(m) } func (*GetWriteDiffMsgResp) ProtoMessage() {} func (*GetWriteDiffMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{21} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{21} } func (m *GetWriteDiffMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetWriteDiffMsgResp.Unmarshal(m, b) @@ -936,7 +936,7 @@ func (m *ModifyMessageReactionExtensionsReq) Reset() { *m = ModifyMessag func (m *ModifyMessageReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*ModifyMessageReactionExtensionsReq) ProtoMessage() {} func (*ModifyMessageReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{22} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{22} } func (m *ModifyMessageReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyMessageReactionExtensionsReq.Unmarshal(m, b) @@ -1038,7 +1038,7 @@ func (m *SetMessageReactionExtensionsReq) Reset() { *m = SetMessageReact func (m *SetMessageReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*SetMessageReactionExtensionsReq) ProtoMessage() {} func (*SetMessageReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{23} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{23} } func (m *SetMessageReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMessageReactionExtensionsReq.Unmarshal(m, b) @@ -1135,7 +1135,7 @@ func (m *SetMessageReactionExtensionsResp) Reset() { *m = SetMessageReac func (m *SetMessageReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*SetMessageReactionExtensionsResp) ProtoMessage() {} func (*SetMessageReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{24} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{24} } func (m *SetMessageReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetMessageReactionExtensionsResp.Unmarshal(m, b) @@ -1197,7 +1197,7 @@ func (m *GetMessagesReactionExtensionsReq) Reset() { *m = GetMessagesRea func (m *GetMessagesReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*GetMessagesReactionExtensionsReq) ProtoMessage() {} func (*GetMessagesReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{25} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{25} } func (m *GetMessagesReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMessagesReactionExtensionsReq.Unmarshal(m, b) @@ -1261,7 +1261,7 @@ func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) String() string { } func (*GetMessagesReactionExtensionsReq_MessageReactionKey) ProtoMessage() {} func (*GetMessagesReactionExtensionsReq_MessageReactionKey) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{25, 0} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{25, 0} } func (m *GetMessagesReactionExtensionsReq_MessageReactionKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMessagesReactionExtensionsReq_MessageReactionKey.Unmarshal(m, b) @@ -1306,7 +1306,7 @@ func (m *GetMessagesReactionExtensionsResp) Reset() { *m = GetMessagesRe func (m *GetMessagesReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*GetMessagesReactionExtensionsResp) ProtoMessage() {} func (*GetMessagesReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{26} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{26} } func (m *GetMessagesReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMessagesReactionExtensionsResp.Unmarshal(m, b) @@ -1345,7 +1345,7 @@ func (m *SingleMessageExtensionResult) Reset() { *m = SingleMessageExten func (m *SingleMessageExtensionResult) String() string { return proto.CompactTextString(m) } func (*SingleMessageExtensionResult) ProtoMessage() {} func (*SingleMessageExtensionResult) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{27} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{27} } func (m *SingleMessageExtensionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SingleMessageExtensionResult.Unmarshal(m, b) @@ -1391,7 +1391,7 @@ func (m *ModifyMessageReactionExtensionsResp) Reset() { *m = ModifyMessa func (m *ModifyMessageReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*ModifyMessageReactionExtensionsResp) ProtoMessage() {} func (*ModifyMessageReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{28} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{28} } func (m *ModifyMessageReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ModifyMessageReactionExtensionsResp.Unmarshal(m, b) @@ -1443,7 +1443,7 @@ func (m *DeleteMessagesReactionExtensionsReq) Reset() { *m = DeleteMessa func (m *DeleteMessagesReactionExtensionsReq) String() string { return proto.CompactTextString(m) } func (*DeleteMessagesReactionExtensionsReq) ProtoMessage() {} func (*DeleteMessagesReactionExtensionsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{29} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{29} } func (m *DeleteMessagesReactionExtensionsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteMessagesReactionExtensionsReq.Unmarshal(m, b) @@ -1530,7 +1530,7 @@ func (m *DeleteMessagesReactionExtensionsResp) Reset() { *m = DeleteMess func (m *DeleteMessagesReactionExtensionsResp) String() string { return proto.CompactTextString(m) } func (*DeleteMessagesReactionExtensionsResp) ProtoMessage() {} func (*DeleteMessagesReactionExtensionsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{30} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{30} } func (m *DeleteMessagesReactionExtensionsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteMessagesReactionExtensionsResp.Unmarshal(m, b) @@ -1568,7 +1568,7 @@ func (m *ExtendMsgResp) Reset() { *m = ExtendMsgResp{} } func (m *ExtendMsgResp) String() string { return proto.CompactTextString(m) } func (*ExtendMsgResp) ProtoMessage() {} func (*ExtendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{31} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{31} } func (m *ExtendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsgResp.Unmarshal(m, b) @@ -1610,7 +1610,7 @@ func (m *ExtendMsg) Reset() { *m = ExtendMsg{} } func (m *ExtendMsg) String() string { return proto.CompactTextString(m) } func (*ExtendMsg) ProtoMessage() {} func (*ExtendMsg) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{32} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{32} } func (m *ExtendMsg) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsg.Unmarshal(m, b) @@ -1678,7 +1678,7 @@ func (m *KeyValueResp) Reset() { *m = KeyValueResp{} } func (m *KeyValueResp) String() string { return proto.CompactTextString(m) } func (*KeyValueResp) ProtoMessage() {} func (*KeyValueResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{33} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{33} } func (m *KeyValueResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyValueResp.Unmarshal(m, b) @@ -1732,7 +1732,7 @@ func (m *MsgDataToModifyByMQ) Reset() { *m = MsgDataToModifyByMQ{} } func (m *MsgDataToModifyByMQ) String() string { return proto.CompactTextString(m) } func (*MsgDataToModifyByMQ) ProtoMessage() {} func (*MsgDataToModifyByMQ) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{34} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{34} } func (m *MsgDataToModifyByMQ) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataToModifyByMQ.Unmarshal(m, b) @@ -1785,7 +1785,7 @@ func (m *DelMsgsReq) Reset() { *m = DelMsgsReq{} } func (m *DelMsgsReq) String() string { return proto.CompactTextString(m) } func (*DelMsgsReq) ProtoMessage() {} func (*DelMsgsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{35} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{35} } func (m *DelMsgsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelMsgsReq.Unmarshal(m, b) @@ -1829,7 +1829,7 @@ func (m *DelMsgsResp) Reset() { *m = DelMsgsResp{} } func (m *DelMsgsResp) String() string { return proto.CompactTextString(m) } func (*DelMsgsResp) ProtoMessage() {} func (*DelMsgsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_msg_dea1cc40e98cef94, []int{36} + return fileDescriptor_msg_b8fe1ef18c7eec62, []int{36} } func (m *DelMsgsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DelMsgsResp.Unmarshal(m, b) @@ -2347,104 +2347,104 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ Metadata: "msg/msg.proto", } -func init() { proto.RegisterFile("msg/msg.proto", fileDescriptor_msg_dea1cc40e98cef94) } +func init() { proto.RegisterFile("msg/msg.proto", fileDescriptor_msg_b8fe1ef18c7eec62) } -var fileDescriptor_msg_dea1cc40e98cef94 = []byte{ +var fileDescriptor_msg_b8fe1ef18c7eec62 = []byte{ // 1531 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcb, 0x6f, 0xdb, 0x46, - 0x13, 0x07, 0x25, 0xbf, 0x34, 0x8a, 0x13, 0x7f, 0x6b, 0x7f, 0xf9, 0x04, 0x7e, 0x4e, 0xa2, 0x32, - 0x2f, 0x17, 0x88, 0x65, 0xd4, 0x79, 0x20, 0x69, 0x0f, 0xad, 0x1d, 0x39, 0x86, 0x1b, 0x13, 0x4d, - 0xa8, 0xb4, 0x05, 0x52, 0xa0, 0x28, 0x23, 0xad, 0x18, 0xc2, 0x14, 0xb9, 0xe6, 0x50, 0x89, 0x55, - 0xf4, 0x1a, 0xa0, 0x40, 0x2e, 0x3d, 0xf4, 0xda, 0x3f, 0xa0, 0x87, 0xfe, 0x1b, 0xbd, 0xf6, 0xd4, - 0x63, 0xff, 0x8c, 0xde, 0x8b, 0x5d, 0x3e, 0x44, 0x8a, 0x2b, 0x4a, 0x72, 0x92, 0xa2, 0x87, 0xde, - 0x34, 0xcb, 0x99, 0xdf, 0xcc, 0xce, 0x6b, 0x77, 0x47, 0xb0, 0xdc, 0x43, 0x6b, 0xab, 0x87, 0x56, - 0x83, 0xf9, 0x5e, 0xe0, 0x91, 0x95, 0xcf, 0x18, 0x75, 0x0f, 0xf4, 0x16, 0xf5, 0x5f, 0x50, 0xbf, - 0xd1, 0x43, 0x4b, 0xbd, 0xce, 0x57, 0x36, 0x0f, 0xf4, 0xcd, 0x70, 0x6d, 0x8b, 0x1d, 0x59, 0x5b, - 0x82, 0x77, 0x0b, 0x3b, 0x47, 0x2f, 0x71, 0xeb, 0x25, 0x86, 0xa2, 0xea, 0xe6, 0x24, 0x46, 0xdf, - 0x64, 0x8c, 0xfa, 0x11, 0xbb, 0xf6, 0x14, 0xaa, 0x3a, 0x5a, 0x4d, 0x33, 0x30, 0x9f, 0x78, 0xfa, - 0x63, 0xb2, 0x06, 0xf3, 0x81, 0x77, 0x44, 0xdd, 0x9a, 0x52, 0x57, 0x36, 0x2a, 0x46, 0x48, 0x90, - 0xdb, 0xb0, 0xd8, 0x0b, 0x99, 0x6a, 0xa5, 0xba, 0xb2, 0x51, 0xdd, 0xfe, 0x7f, 0x23, 0x63, 0xa0, - 0x40, 0x6e, 0x44, 0x38, 0x46, 0xcc, 0xab, 0x35, 0x53, 0xd8, 0xcd, 0xdd, 0x34, 0x8a, 0x32, 0x03, - 0x4a, 0x07, 0xce, 0x3d, 0xea, 0xe3, 0xf3, 0xb4, 0x95, 0xa7, 0x43, 0x22, 0x2a, 0x2c, 0xa1, 0xd7, - 0xf7, 0xdb, 0xf4, 0xa0, 0x29, 0xf6, 0x51, 0x31, 0x12, 0x5a, 0xfb, 0x45, 0x01, 0x32, 0x54, 0xe1, - 0xb9, 0x96, 0xb7, 0x3b, 0xd0, 0x1f, 0x93, 0x1a, 0x2c, 0x3a, 0x26, 0x06, 0x2d, 0x7a, 0x2c, 0x34, - 0x95, 0x8d, 0x98, 0x24, 0x57, 0x60, 0xd9, 0xb4, 0x2c, 0x9f, 0x5a, 0x66, 0x60, 0x7b, 0x6e, 0x82, - 0x98, 0x5d, 0x24, 0xf7, 0x60, 0xa9, 0x47, 0x11, 0x4d, 0x8b, 0x62, 0xad, 0x5c, 0x2f, 0x6f, 0x54, - 0xb7, 0x2f, 0x34, 0x46, 0x63, 0xdb, 0x48, 0x6d, 0xcd, 0x48, 0xd8, 0xc9, 0x3a, 0x54, 0x02, 0xdf, - 0xb6, 0x2c, 0xea, 0x1f, 0x34, 0x6b, 0x73, 0x02, 0x7c, 0xb8, 0xa0, 0xdd, 0x00, 0xb2, 0x4f, 0x03, - 0xdd, 0x3c, 0xd9, 0x71, 0x3b, 0xba, 0xed, 0xb6, 0xe8, 0xb1, 0x41, 0x8f, 0xc9, 0x79, 0x58, 0xf8, - 0x1c, 0x85, 0x40, 0x18, 0xbf, 0x88, 0xd2, 0xf6, 0x60, 0x35, 0xc7, 0x8d, 0x8c, 0xb3, 0xeb, 0xe6, - 0xc9, 0x70, 0x73, 0x11, 0x25, 0xd6, 0x05, 0x97, 0xd8, 0x14, 0x5f, 0x17, 0x94, 0x76, 0x1f, 0xa0, - 0x45, 0xdd, 0x8e, 0x8e, 0x16, 0x57, 0x96, 0x8a, 0x42, 0x79, 0x86, 0x78, 0xf6, 0xa0, 0x9a, 0x80, - 0x20, 0x23, 0x75, 0xa8, 0xa2, 0xe0, 0xd7, 0xd1, 0x4a, 0xec, 0x4e, 0x2f, 0x71, 0x8e, 0xb6, 0x63, - 0x53, 0x37, 0x08, 0x39, 0x42, 0x3f, 0xa7, 0x97, 0x44, 0x60, 0xa9, 0xdb, 0x79, 0x62, 0xf7, 0xa8, - 0x30, 0xa5, 0x6c, 0x24, 0xb4, 0x76, 0x15, 0xaa, 0xf7, 0x1d, 0x6a, 0xfa, 0x91, 0xd1, 0xe7, 0x61, - 0xa1, 0x9f, 0xf1, 0x50, 0x48, 0x69, 0x67, 0xe1, 0xcc, 0x90, 0x0d, 0x99, 0xf6, 0x15, 0x9c, 0x6b, - 0x51, 0x0e, 0x9f, 0x71, 0xae, 0x4c, 0x94, 0xe7, 0x88, 0xe5, 0x7b, 0x7d, 0x96, 0xd8, 0x16, 0x93, - 0x5c, 0xa2, 0x17, 0xfa, 0x91, 0x5b, 0xb5, 0x6c, 0x44, 0x94, 0x46, 0x60, 0x25, 0x0b, 0x8e, 0x4c, - 0xdb, 0x84, 0xd5, 0x16, 0x0d, 0x22, 0xcf, 0xb4, 0x02, 0x33, 0xe8, 0x63, 0xa4, 0x14, 0x05, 0x21, - 0x94, 0xce, 0x1b, 0x11, 0xa5, 0x9d, 0x87, 0xb5, 0x3c, 0x3b, 0x32, 0xed, 0xbf, 0x22, 0xd2, 0xa3, - 0x30, 0x5a, 0x03, 0xd6, 0xf6, 0x25, 0xec, 0x63, 0xe1, 0xf7, 0x61, 0xb5, 0x49, 0x9d, 0x56, 0x9f, - 0x51, 0x7f, 0x9f, 0x6f, 0xa6, 0xd8, 0x7b, 0xe3, 0x5d, 0xc0, 0xed, 0xcc, 0x03, 0x21, 0xd3, 0x76, - 0x42, 0x3b, 0x47, 0x15, 0xac, 0x40, 0x79, 0x98, 0x8e, 0xfc, 0x67, 0x01, 0xb4, 0x1e, 0xee, 0x69, - 0x14, 0xfa, 0xb4, 0x7d, 0xe6, 0x9a, 0xa8, 0xa8, 0x2f, 0x7d, 0x3b, 0xa0, 0x4d, 0xbb, 0xdb, 0x1d, - 0x67, 0x90, 0x76, 0x28, 0x2c, 0xcf, 0xf2, 0x65, 0xb5, 0xce, 0xd2, 0x23, 0x7f, 0x9f, 0x03, 0x4d, - 0xf7, 0x3a, 0x76, 0x77, 0xa0, 0x87, 0x85, 0x6f, 0x50, 0xb3, 0xcd, 0x9b, 0xc7, 0xde, 0x49, 0x40, - 0x5d, 0xb4, 0x3d, 0x57, 0xa4, 0x41, 0xba, 0x75, 0x29, 0xd9, 0xd6, 0x15, 0x56, 0x10, 0x72, 0xd6, - 0x27, 0x03, 0x46, 0x85, 0xf6, 0x79, 0x23, 0xbd, 0x44, 0xbe, 0x03, 0xe2, 0xe7, 0x60, 0xa3, 0x7e, - 0x74, 0x28, 0xe9, 0x47, 0x13, 0xed, 0x69, 0xe4, 0x57, 0xf7, 0xdc, 0xc0, 0x1f, 0x18, 0x12, 0x3d, - 0xa3, 0xf5, 0x3b, 0x97, 0xaf, 0xdf, 0x1b, 0x50, 0xa2, 0x27, 0xb5, 0x79, 0xe1, 0xb6, 0xf5, 0x86, - 0xe5, 0x79, 0x96, 0x43, 0xc3, 0xf3, 0xe9, 0x59, 0xbf, 0xdb, 0x68, 0x05, 0xbe, 0xed, 0x5a, 0x5f, - 0x98, 0x4e, 0x9f, 0x1a, 0x25, 0x7a, 0x42, 0x3e, 0x81, 0x33, 0x66, 0x10, 0x98, 0xed, 0xe7, 0xb4, - 0x73, 0xe0, 0x76, 0xbd, 0xda, 0xc2, 0x14, 0x72, 0x19, 0x09, 0x9e, 0x53, 0x36, 0x8a, 0x2d, 0xd4, - 0x16, 0xeb, 0xca, 0xc6, 0x92, 0x11, 0x93, 0x64, 0x1b, 0xd6, 0x6c, 0xe4, 0xb6, 0xfb, 0xae, 0xe9, - 0xa4, 0x7c, 0xb5, 0x24, 0xd8, 0xa4, 0xdf, 0x48, 0x03, 0x48, 0x0f, 0xad, 0x07, 0xb6, 0x8f, 0x41, - 0xe8, 0x39, 0xd1, 0x87, 0x2a, 0x22, 0x63, 0x24, 0x5f, 0xd4, 0x36, 0xfc, 0x6f, 0x8c, 0xfb, 0x78, - 0xb6, 0x1d, 0xd1, 0x41, 0x14, 0x61, 0xfe, 0x93, 0x6c, 0xc3, 0xfc, 0x0b, 0xbe, 0x83, 0x28, 0xa9, - 0xd6, 0x65, 0x49, 0xf5, 0x90, 0x0e, 0xc2, 0x5d, 0x86, 0xac, 0x1f, 0x96, 0xee, 0x2a, 0xda, 0x6f, - 0x73, 0x70, 0x89, 0xf7, 0x98, 0x77, 0x97, 0x54, 0x83, 0x82, 0xa4, 0x3a, 0xc8, 0x27, 0xd5, 0x04, - 0x63, 0xfe, 0xcd, 0xa8, 0x7f, 0x7a, 0x46, 0xfd, 0xaa, 0x40, 0xbd, 0x38, 0x88, 0xe1, 0x69, 0x9e, - 0x8e, 0x8c, 0x92, 0x8f, 0x8c, 0x7c, 0x6f, 0xa5, 0x71, 0x7b, 0x4b, 0x7b, 0xb6, 0x9c, 0xf5, 0xec, - 0x1d, 0x58, 0xf0, 0x29, 0xf6, 0x9d, 0xa0, 0x36, 0x27, 0x92, 0xee, 0x62, 0x3e, 0xe9, 0x92, 0x7d, - 0x50, 0x64, 0x46, 0xc4, 0xad, 0xfd, 0x51, 0x82, 0xfa, 0x7e, 0xb2, 0x11, 0x7c, 0x17, 0xb5, 0xf1, - 0x12, 0x56, 0x7b, 0x59, 0x3f, 0x3d, 0xa4, 0x83, 0xb8, 0x38, 0xf6, 0xf2, 0x76, 0x4e, 0x32, 0xa7, - 0xa1, 0xe7, 0xd0, 0x0c, 0x99, 0x06, 0x6e, 0x36, 0x37, 0x40, 0x68, 0xe3, 0x5e, 0xa9, 0x18, 0x09, - 0xad, 0x76, 0x81, 0xe4, 0x61, 0xde, 0x7e, 0xc4, 0xb4, 0x57, 0x0a, 0xbc, 0x37, 0x61, 0x43, 0xc8, - 0xc8, 0x37, 0xb0, 0x8a, 0xb6, 0x6b, 0x39, 0x34, 0xb1, 0x49, 0x84, 0x52, 0x11, 0x2e, 0x6a, 0x48, - 0xfa, 0x47, 0x9a, 0x39, 0xc1, 0x0a, 0xa5, 0x0c, 0x19, 0x94, 0xf6, 0x53, 0x09, 0xd6, 0x8b, 0xa4, - 0xc8, 0x0b, 0x69, 0x07, 0x0b, 0x2d, 0x78, 0x30, 0x9b, 0x05, 0x6f, 0xd2, 0xbe, 0xf2, 0x17, 0xda, - 0xbf, 0xa7, 0xa0, 0x7f, 0x56, 0xe0, 0xf2, 0xc4, 0xa3, 0x1e, 0x19, 0xd9, 0x81, 0x2a, 0xf6, 0xdb, - 0x6d, 0x8a, 0x78, 0x68, 0x63, 0x1c, 0xa1, 0x4b, 0x79, 0xff, 0x08, 0xb1, 0xf8, 0x5e, 0x6f, 0xa4, - 0x65, 0xc8, 0xc7, 0x00, 0x5d, 0xd3, 0x76, 0x68, 0x47, 0x20, 0x94, 0xa6, 0x43, 0x48, 0x89, 0x68, - 0x7f, 0x96, 0xe0, 0x72, 0x93, 0x3a, 0x34, 0xa0, 0xc5, 0x65, 0x5b, 0x87, 0xaa, 0xc7, 0xa8, 0x1f, - 0xbf, 0xc9, 0xa2, 0x6c, 0x4e, 0x2d, 0xf1, 0x0a, 0xf1, 0x58, 0xf4, 0x48, 0x8a, 0x1e, 0x81, 0x31, - 0x9d, 0x29, 0xfa, 0x72, 0x71, 0xd1, 0xcf, 0xe5, 0x8b, 0x7e, 0x24, 0xac, 0xf3, 0xf9, 0x4a, 0x1a, - 0x77, 0x16, 0x2c, 0xcc, 0x7c, 0x16, 0x2c, 0x8e, 0xed, 0x97, 0x87, 0xd2, 0xa4, 0x5e, 0x12, 0x2e, - 0x2f, 0x4e, 0x0d, 0x89, 0x9c, 0xf6, 0x35, 0x5c, 0x99, 0xec, 0x76, 0x64, 0xa9, 0x5e, 0xac, 0xcc, - 0xd4, 0x8b, 0x3f, 0x85, 0xe5, 0x4c, 0xd0, 0xc9, 0x3d, 0xa8, 0xd0, 0x78, 0x41, 0x7e, 0x7d, 0xcf, - 0x26, 0xca, 0x90, 0x9b, 0xf7, 0xf5, 0x4a, 0xf2, 0x81, 0xb4, 0x0b, 0x8a, 0xfb, 0x66, 0x01, 0xe2, - 0xdb, 0xad, 0xe4, 0x31, 0xe1, 0x2b, 0x8f, 0x0d, 0x9f, 0x36, 0x72, 0x15, 0x09, 0xef, 0x36, 0xd9, - 0xcb, 0xc6, 0xd9, 0xe4, 0x72, 0x53, 0xe1, 0xd7, 0x17, 0x95, 0xce, 0xd2, 0x2d, 0x6e, 0x65, 0xbb, - 0xc5, 0xa4, 0x40, 0xa5, 0xfa, 0xc5, 0xb7, 0x70, 0x26, 0xfd, 0x89, 0xdc, 0x85, 0xa5, 0xa3, 0x88, - 0x8e, 0x22, 0x55, 0x9c, 0x5f, 0x09, 0x37, 0x3f, 0xd3, 0xa9, 0xef, 0xdf, 0xf7, 0x3a, 0xf1, 0xe1, - 0x19, 0x93, 0xfc, 0x81, 0x49, 0x7d, 0xfe, 0x08, 0x8f, 0xea, 0x2f, 0xa2, 0xb4, 0x1f, 0x15, 0x58, - 0x4d, 0x8d, 0x67, 0xb8, 0xbb, 0xc4, 0x7c, 0x26, 0x3d, 0x5f, 0x51, 0xde, 0x60, 0xbe, 0x52, 0x1a, - 0x99, 0xaf, 0xe4, 0xc7, 0x3b, 0x65, 0xc9, 0x78, 0x47, 0xbb, 0x0b, 0xd0, 0xa4, 0x8e, 0x8e, 0x16, - 0x66, 0x5f, 0xc7, 0xa5, 0xcc, 0xeb, 0x98, 0xc0, 0x1c, 0xd2, 0xe3, 0xf0, 0xf8, 0x2f, 0x1b, 0xe2, - 0xb7, 0xb6, 0x0c, 0xd5, 0x44, 0x12, 0xd9, 0xf6, 0x6b, 0x80, 0x72, 0x0f, 0x2d, 0xf2, 0x0c, 0xce, - 0x8d, 0x0c, 0x6a, 0xc8, 0x35, 0x99, 0x53, 0xf3, 0xb3, 0x1f, 0xf5, 0xfa, 0x54, 0x7c, 0xc8, 0xc8, - 0x73, 0xf8, 0xcf, 0xa3, 0xbe, 0xe3, 0x44, 0x15, 0xbd, 0x3b, 0x68, 0xd1, 0x63, 0x24, 0x1b, 0x32, - 0xe9, 0x1c, 0x1b, 0xd7, 0xf3, 0xfe, 0x94, 0x9c, 0xc8, 0xc8, 0x03, 0x58, 0x8c, 0x46, 0x0e, 0x64, - 0x5d, 0xf6, 0x22, 0x88, 0x47, 0x49, 0xea, 0x85, 0x82, 0xaf, 0x21, 0x4e, 0xe4, 0x2c, 0x19, 0xce, - 0x30, 0x02, 0x32, 0x9c, 0x94, 0x97, 0x89, 0x09, 0x2b, 0xa3, 0xc3, 0x08, 0x72, 0x55, 0x2a, 0x32, - 0x3a, 0x98, 0x50, 0xaf, 0x4d, 0xc3, 0x86, 0x8c, 0x1c, 0xc0, 0x52, 0x3c, 0x47, 0x22, 0x12, 0x6b, - 0x52, 0xa3, 0x28, 0xf5, 0x62, 0xd1, 0xe7, 0xd0, 0xda, 0xd1, 0x11, 0x8f, 0xcc, 0x5a, 0xc9, 0xd4, - 0x48, 0x66, 0xad, 0x6c, 0x5a, 0xc4, 0x55, 0xec, 0x4f, 0xa1, 0x62, 0x7f, 0x3a, 0x15, 0xd2, 0x09, - 0xd3, 0x2b, 0x05, 0xd6, 0x8b, 0x9e, 0x0d, 0xe4, 0x83, 0x99, 0xdf, 0x8a, 0xea, 0xf6, 0xac, 0x22, - 0xc8, 0xc8, 0xf7, 0x0a, 0x5c, 0x28, 0xbc, 0x95, 0x92, 0xed, 0xd9, 0xef, 0xe5, 0xea, 0xcd, 0x99, - 0x65, 0x90, 0x91, 0xd7, 0x0a, 0xac, 0xef, 0x74, 0x3a, 0xe3, 0x5d, 0x72, 0xeb, 0x34, 0x33, 0x19, - 0xf5, 0xf6, 0x29, 0xa4, 0x90, 0x91, 0x1f, 0x14, 0xb8, 0x94, 0x39, 0xe3, 0x25, 0x06, 0xdd, 0x96, - 0x66, 0xff, 0xa4, 0xdb, 0x98, 0x7a, 0xe7, 0x34, 0x62, 0xc8, 0x76, 0xd5, 0xa7, 0xb5, 0x50, 0x30, - 0xf5, 0xef, 0x45, 0x0f, 0xad, 0x8f, 0x7a, 0x68, 0x3d, 0x5b, 0x10, 0xe4, 0xcd, 0xbf, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x89, 0xdf, 0xfb, 0x49, 0x32, 0x19, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0x4f, 0x6f, 0x1b, 0x45, + 0x14, 0xd7, 0xda, 0xf9, 0xe7, 0xe7, 0xa6, 0x0d, 0x93, 0x50, 0xac, 0x25, 0x6d, 0xcd, 0xf4, 0x5f, + 0x90, 0xa8, 0x23, 0xdc, 0x3f, 0x6a, 0xe1, 0x80, 0x92, 0x3a, 0x89, 0x42, 0xb3, 0xa2, 0x5d, 0x17, + 0x90, 0x8a, 0x84, 0xd8, 0xd8, 0x93, 0xed, 0x2a, 0xf6, 0xee, 0x64, 0xdf, 0xba, 0x89, 0x11, 0xd7, + 0x4a, 0x48, 0xbd, 0x70, 0xe0, 0xca, 0x07, 0xe0, 0xc0, 0xd7, 0xe0, 0x4b, 0x20, 0x0e, 0x7c, 0x08, + 0xee, 0x68, 0x66, 0xd7, 0x9b, 0x5d, 0xef, 0x78, 0x6d, 0xa7, 0x2d, 0x12, 0x12, 0x37, 0xbf, 0xd9, + 0xf7, 0xde, 0xfc, 0xde, 0xdf, 0x99, 0x79, 0x86, 0xc5, 0x2e, 0xda, 0xeb, 0x5d, 0xb4, 0x6b, 0xdc, + 0xf7, 0x02, 0x8f, 0x2c, 0x7d, 0xc1, 0x99, 0xbb, 0x6b, 0x34, 0x99, 0xff, 0x82, 0xf9, 0xb5, 0x2e, + 0xda, 0xfa, 0x4d, 0xb1, 0x72, 0x6b, 0xd7, 0xb8, 0x15, 0xae, 0xad, 0xf3, 0x43, 0x7b, 0x5d, 0xf2, + 0xae, 0x63, 0xfb, 0xf0, 0x18, 0xd7, 0x8f, 0x31, 0x14, 0xd5, 0xef, 0x8c, 0x64, 0x3c, 0xf6, 0x2d, + 0xce, 0x99, 0x8f, 0x7c, 0x3f, 0xf1, 0x33, 0x94, 0xa2, 0xcf, 0xa0, 0x6c, 0xa0, 0xdd, 0xb0, 0x02, + 0xeb, 0xa9, 0x67, 0x3c, 0x21, 0x2b, 0x30, 0x1b, 0x78, 0x87, 0xcc, 0xad, 0x68, 0x55, 0x6d, 0xad, + 0x64, 0x86, 0x04, 0xb9, 0x0b, 0xf3, 0xdd, 0x90, 0xa9, 0x52, 0xa8, 0x6a, 0x6b, 0xe5, 0xfa, 0xfb, + 0xb5, 0x14, 0x4e, 0x89, 0xa4, 0x16, 0xe9, 0x31, 0x07, 0xbc, 0xb4, 0x91, 0xd0, 0xdd, 0xd8, 0x4c, + 0x6a, 0xd1, 0xa6, 0xd0, 0xd2, 0x86, 0x0b, 0x8f, 0x7b, 0xf8, 0x3c, 0x89, 0xf2, 0x6c, 0x9a, 0x88, + 0x0e, 0x0b, 0xe8, 0xf5, 0xfc, 0x16, 0xdb, 0x6d, 0x48, 0x3b, 0x4a, 0x66, 0x4c, 0xd3, 0xdf, 0x34, + 0x20, 0xa7, 0x5b, 0x78, 0xae, 0xed, 0x6d, 0xf6, 0x8d, 0x27, 0xa4, 0x02, 0xf3, 0x1d, 0x0b, 0x83, + 0x26, 0x3b, 0x92, 0x3b, 0x15, 0xcd, 0x01, 0x49, 0xae, 0xc1, 0xa2, 0x65, 0xdb, 0x3e, 0xb3, 0xad, + 0xc0, 0xf1, 0xdc, 0x58, 0x63, 0x7a, 0x91, 0x3c, 0x80, 0x85, 0x2e, 0x43, 0xb4, 0x6c, 0x86, 0x95, + 0x62, 0xb5, 0xb8, 0x56, 0xae, 0x5f, 0xaa, 0x0d, 0x87, 0xb8, 0x96, 0x30, 0xcd, 0x8c, 0xd9, 0xc9, + 0x2a, 0x94, 0x02, 0xdf, 0xb1, 0x6d, 0xe6, 0xef, 0x36, 0x2a, 0x33, 0x52, 0xf9, 0xe9, 0x02, 0xfd, + 0x08, 0xc8, 0x0e, 0x0b, 0x0c, 0xeb, 0x64, 0xc3, 0x6d, 0x1b, 0x8e, 0xdb, 0x64, 0x47, 0x26, 0x3b, + 0x22, 0x17, 0x61, 0xee, 0x4b, 0x94, 0x02, 0x61, 0xfc, 0x22, 0x8a, 0x6e, 0xc1, 0x72, 0x86, 0x1b, + 0xb9, 0x60, 0x37, 0xac, 0x93, 0x53, 0xe3, 0x22, 0x4a, 0xae, 0x4b, 0x2e, 0x69, 0x94, 0x58, 0x97, + 0x14, 0x7d, 0x08, 0xd0, 0x64, 0x6e, 0xdb, 0x40, 0x5b, 0x6c, 0x96, 0x88, 0x42, 0x71, 0x8a, 0x78, + 0x76, 0xa1, 0x1c, 0x2b, 0x41, 0x4e, 0xaa, 0x50, 0x46, 0xc9, 0x6f, 0xa0, 0x1d, 0xe3, 0x4e, 0x2e, + 0x09, 0x8e, 0x56, 0xc7, 0x61, 0x6e, 0x10, 0x72, 0x84, 0x7e, 0x4e, 0x2e, 0xc9, 0xc0, 0x32, 0xb7, + 0xfd, 0xd4, 0xe9, 0x32, 0x09, 0xa5, 0x68, 0xc6, 0x34, 0xbd, 0x0e, 0xe5, 0x87, 0x1d, 0x66, 0xf9, + 0x11, 0xe8, 0x8b, 0x30, 0xd7, 0x4b, 0x79, 0x28, 0xa4, 0xe8, 0x79, 0x38, 0x77, 0xca, 0x86, 0x9c, + 0x7e, 0x03, 0x17, 0x9a, 0x4c, 0xa8, 0x4f, 0x39, 0x57, 0x25, 0x2a, 0x72, 0xc4, 0xf6, 0xbd, 0x1e, + 0x8f, 0xb1, 0x0d, 0x48, 0x21, 0xd1, 0x0d, 0xfd, 0x28, 0x50, 0x2d, 0x9a, 0x11, 0x45, 0x09, 0x2c, + 0xa5, 0x95, 0x23, 0xa7, 0xb7, 0x60, 0xb9, 0xc9, 0x82, 0xc8, 0x33, 0xcd, 0xc0, 0x0a, 0x7a, 0x18, + 0x6d, 0x8a, 0x92, 0x90, 0x9b, 0xce, 0x9a, 0x11, 0x45, 0x2f, 0xc2, 0x4a, 0x96, 0x1d, 0x39, 0x7d, + 0x57, 0x46, 0x7a, 0x58, 0x0d, 0xad, 0xc1, 0xca, 0x8e, 0x82, 0x7d, 0xa4, 0xfa, 0x1d, 0x58, 0x6e, + 0xb0, 0x4e, 0xb3, 0xc7, 0x99, 0xbf, 0x23, 0x8c, 0xc9, 0xf7, 0xde, 0x68, 0x17, 0x08, 0x9c, 0x59, + 0x45, 0xc8, 0xe9, 0x46, 0x88, 0x73, 0x78, 0x83, 0x25, 0x28, 0x9e, 0xa6, 0xa3, 0xf8, 0x99, 0xa3, + 0xda, 0x08, 0x6d, 0x1a, 0x56, 0x7d, 0xd6, 0x3e, 0x73, 0x43, 0x56, 0xd4, 0xd7, 0xbe, 0x13, 0xb0, + 0x86, 0x73, 0x70, 0x30, 0x0a, 0x10, 0xdd, 0x93, 0xc8, 0xd3, 0x7c, 0xe9, 0x5d, 0xa7, 0xe9, 0x91, + 0x7f, 0xcd, 0x00, 0x35, 0xbc, 0xb6, 0x73, 0xd0, 0x37, 0xc2, 0xc2, 0x37, 0x99, 0xd5, 0x12, 0xcd, + 0x63, 0xeb, 0x24, 0x60, 0x2e, 0x3a, 0x9e, 0x2b, 0xd3, 0x20, 0xd9, 0xba, 0xb4, 0x74, 0xeb, 0x0a, + 0x2b, 0x08, 0x05, 0xeb, 0xd3, 0x3e, 0x67, 0x72, 0xf7, 0x59, 0x33, 0xb9, 0x44, 0x7e, 0x00, 0xe2, + 0x67, 0xd4, 0x46, 0xfd, 0x68, 0x4f, 0xd1, 0x8f, 0xc6, 0xe2, 0xa9, 0x65, 0x57, 0xb7, 0xdc, 0xc0, + 0xef, 0x9b, 0x8a, 0x7d, 0x86, 0xeb, 0x77, 0x26, 0x5b, 0xbf, 0x75, 0x28, 0xb0, 0x93, 0xca, 0xac, + 0x74, 0x1b, 0x4d, 0xe3, 0x91, 0xa7, 0xd4, 0x7e, 0xef, 0xa0, 0xd6, 0x0c, 0x7c, 0xc7, 0xb5, 0xbf, + 0xb2, 0x3a, 0x3d, 0x66, 0x16, 0xd8, 0x09, 0xd9, 0x86, 0x73, 0x56, 0x10, 0x58, 0xad, 0xe7, 0xac, + 0xbd, 0xeb, 0x1e, 0x78, 0x95, 0xb9, 0x89, 0xa5, 0x53, 0x72, 0x22, 0xbf, 0x1c, 0x94, 0xe6, 0x54, + 0xe6, 0xab, 0xda, 0xda, 0x82, 0x39, 0x20, 0x49, 0x1d, 0x56, 0x1c, 0x14, 0x76, 0xf8, 0xae, 0xd5, + 0x49, 0xf8, 0x6d, 0x41, 0xb2, 0x29, 0xbf, 0x91, 0x1a, 0x90, 0x2e, 0xda, 0xdb, 0x8e, 0x8f, 0x41, + 0xe8, 0x45, 0xd9, 0x93, 0x4a, 0x32, 0x7b, 0x14, 0x5f, 0xf4, 0x16, 0xbc, 0x37, 0xc2, 0x95, 0x22, + 0xf3, 0x0e, 0x59, 0x3f, 0x8a, 0xb6, 0xf8, 0x49, 0xea, 0x30, 0xfb, 0x42, 0x58, 0x10, 0x25, 0xd8, + 0xaa, 0x2a, 0xc1, 0x1e, 0xb1, 0x7e, 0x68, 0x65, 0xc8, 0xfa, 0x49, 0xe1, 0xbe, 0x46, 0xff, 0x98, + 0x81, 0x2b, 0xa2, 0xdf, 0xbc, 0xbd, 0x04, 0xeb, 0xe7, 0x24, 0xd8, 0x6e, 0x36, 0xc1, 0xc6, 0x80, + 0xf9, 0x3f, 0xbb, 0xfe, 0x4b, 0xd9, 0xf5, 0xbb, 0x06, 0xd5, 0xfc, 0x80, 0x86, 0xa7, 0x7c, 0x32, + 0x4a, 0x5a, 0x36, 0x4a, 0x6a, 0xdb, 0x0a, 0xa3, 0x6c, 0x4b, 0x7a, 0xb6, 0x98, 0xf6, 0xec, 0x3d, + 0x98, 0xf3, 0x19, 0xf6, 0x3a, 0x41, 0x65, 0x46, 0x26, 0xe0, 0xe5, 0x6c, 0x02, 0xc6, 0x76, 0x30, + 0xe4, 0x66, 0xc4, 0x4d, 0xff, 0x2c, 0x40, 0x75, 0x27, 0x36, 0x04, 0xdf, 0x46, 0x9d, 0x1c, 0xc3, + 0x72, 0x37, 0xed, 0xa7, 0x47, 0xac, 0x3f, 0x28, 0x94, 0xad, 0x2c, 0xce, 0x71, 0x70, 0x6a, 0x46, + 0x46, 0x9b, 0xa9, 0xda, 0x41, 0xc0, 0x16, 0x00, 0xe4, 0x6e, 0xc2, 0x2b, 0x25, 0x33, 0xa6, 0xf5, + 0x03, 0x20, 0x59, 0x35, 0x6f, 0x3e, 0x62, 0xf4, 0xa5, 0x06, 0x1f, 0x8c, 0x31, 0x08, 0x39, 0xf9, + 0x0e, 0x96, 0xd1, 0x71, 0xed, 0x0e, 0x8b, 0x31, 0xc9, 0x50, 0x6a, 0xd2, 0x45, 0x35, 0x45, 0x2f, + 0x49, 0x32, 0xc7, 0xba, 0x42, 0x29, 0x53, 0xa5, 0x8a, 0xfe, 0x52, 0x80, 0xd5, 0x3c, 0x29, 0xf2, + 0x42, 0xd9, 0xcd, 0x42, 0x04, 0xdb, 0xd3, 0x21, 0x78, 0x9d, 0x56, 0x96, 0xbd, 0xe8, 0xfe, 0x3b, + 0x05, 0xfd, 0xab, 0x06, 0x57, 0xc7, 0x5e, 0x01, 0x90, 0x93, 0x0d, 0x28, 0x63, 0xaf, 0xd5, 0x62, + 0x88, 0x7b, 0x0e, 0x0e, 0x22, 0x74, 0x25, 0xeb, 0x1f, 0x29, 0x36, 0xb8, 0xef, 0x9b, 0x49, 0x19, + 0xf2, 0x19, 0xc0, 0x81, 0xe5, 0x74, 0x58, 0x5b, 0x6a, 0x28, 0x4c, 0xa6, 0x21, 0x21, 0x42, 0xff, + 0x2e, 0xc0, 0xd5, 0x06, 0xeb, 0xb0, 0x80, 0xe5, 0x97, 0x6d, 0x15, 0xca, 0x1e, 0x67, 0xfe, 0xe0, + 0xad, 0x16, 0x65, 0x73, 0x62, 0x49, 0x54, 0x88, 0xc7, 0xa3, 0xc7, 0x53, 0xf4, 0x38, 0x1c, 0xd0, + 0xa9, 0xa2, 0x2f, 0xe6, 0x17, 0xfd, 0x4c, 0xb6, 0xe8, 0x87, 0xc2, 0x3a, 0xab, 0x3a, 0xa1, 0xd4, + 0x67, 0xc1, 0xdc, 0xd4, 0x67, 0xc1, 0xfc, 0xc8, 0x7e, 0xb9, 0xa7, 0x4c, 0xea, 0x05, 0xe9, 0xf2, + 0xfc, 0xd4, 0x50, 0xc8, 0xd1, 0x6f, 0xe1, 0xda, 0x78, 0xb7, 0x23, 0x4f, 0xf4, 0x62, 0x6d, 0xaa, + 0x5e, 0xfc, 0x39, 0x2c, 0xa6, 0x82, 0x4e, 0x1e, 0x40, 0x89, 0x0d, 0x16, 0xd4, 0xd7, 0xfa, 0x74, + 0xa2, 0x9c, 0x72, 0x8b, 0xbe, 0x5e, 0x8a, 0x3f, 0x90, 0x56, 0x4e, 0x71, 0xdf, 0xce, 0xd1, 0xf8, + 0x66, 0x2b, 0x79, 0x44, 0xf8, 0x8a, 0x23, 0xc3, 0x47, 0x87, 0x2e, 0x24, 0xe1, 0x3d, 0x27, 0x7d, + 0xd9, 0x38, 0x1f, 0x5f, 0x74, 0x4a, 0xe2, 0x12, 0xa3, 0xb3, 0x69, 0xba, 0xc5, 0x9d, 0x74, 0xb7, + 0x18, 0x17, 0xa8, 0x44, 0xbf, 0xf8, 0x1e, 0xce, 0x25, 0x3f, 0x91, 0xfb, 0xb0, 0x70, 0x18, 0xd1, + 0x51, 0xa4, 0xf2, 0xf3, 0x2b, 0xe6, 0x16, 0x67, 0x3a, 0xf3, 0xfd, 0x87, 0x5e, 0x7b, 0x70, 0x78, + 0x0e, 0x48, 0xf1, 0xf0, 0x64, 0xbe, 0x78, 0x9c, 0x47, 0xf5, 0x17, 0x51, 0xf4, 0x67, 0x0d, 0x96, + 0x13, 0x63, 0x1b, 0xe1, 0x2e, 0x39, 0xb7, 0x49, 0xce, 0x5d, 0xb4, 0xd7, 0x98, 0xbb, 0x14, 0x86, + 0xe6, 0x2e, 0xd9, 0xb1, 0x4f, 0x51, 0x31, 0xf6, 0xa1, 0xf7, 0x01, 0x1a, 0xac, 0x63, 0xa0, 0x8d, + 0xe9, 0x57, 0x73, 0x21, 0xf5, 0x6a, 0x26, 0x30, 0x83, 0xec, 0x28, 0x3c, 0xfe, 0x8b, 0xa6, 0xfc, + 0x4d, 0x17, 0xa1, 0x1c, 0x4b, 0x22, 0xaf, 0xbf, 0x02, 0x28, 0x76, 0xd1, 0x26, 0xfb, 0x70, 0x61, + 0x68, 0x80, 0x43, 0x6e, 0xa8, 0x9c, 0x9a, 0x9d, 0x09, 0xe9, 0x37, 0x27, 0xe2, 0x43, 0x4e, 0x9e, + 0xc3, 0x3b, 0x8f, 0x7b, 0x9d, 0x4e, 0x54, 0xd1, 0x9b, 0xfd, 0x26, 0x3b, 0x42, 0xb2, 0xa6, 0x92, + 0xce, 0xb0, 0x89, 0x7d, 0x3e, 0x9c, 0x90, 0x13, 0x39, 0xd9, 0x86, 0xf9, 0x68, 0x14, 0x41, 0x56, + 0x55, 0xaf, 0x83, 0xc1, 0x88, 0x49, 0xbf, 0x94, 0xf3, 0x35, 0xd4, 0x13, 0x39, 0x4b, 0xa5, 0xe7, + 0x34, 0x02, 0x2a, 0x3d, 0x09, 0x2f, 0x13, 0x0b, 0x96, 0x86, 0x87, 0x14, 0xe4, 0xba, 0x52, 0x64, + 0x78, 0x60, 0xa1, 0xdf, 0x98, 0x84, 0x0d, 0x39, 0xd9, 0x85, 0x85, 0xc1, 0x7c, 0x89, 0x28, 0xd0, + 0x24, 0x46, 0x54, 0xfa, 0xe5, 0xbc, 0xcf, 0x21, 0xda, 0xe1, 0xd1, 0x8f, 0x0a, 0xad, 0x62, 0x9a, + 0xa4, 0x42, 0xab, 0x9a, 0x22, 0x89, 0x2d, 0x76, 0x26, 0xd8, 0x62, 0x67, 0xb2, 0x2d, 0x94, 0x93, + 0xa7, 0x97, 0x1a, 0xac, 0xe6, 0x3d, 0x1b, 0xc8, 0xc7, 0x53, 0xbf, 0x1b, 0xf5, 0xfa, 0xb4, 0x22, + 0xc8, 0xc9, 0x8f, 0x1a, 0x5c, 0xca, 0xbd, 0x95, 0x92, 0xfa, 0xf4, 0xf7, 0x72, 0xfd, 0xf6, 0xd4, + 0x32, 0xc8, 0xc9, 0x2b, 0x0d, 0x56, 0x37, 0xda, 0xed, 0xd1, 0x2e, 0xb9, 0x73, 0x96, 0x59, 0x8d, + 0x7e, 0xf7, 0x0c, 0x52, 0xc8, 0xc9, 0x4f, 0x1a, 0x5c, 0x49, 0x9d, 0xf1, 0x0a, 0x40, 0x77, 0x95, + 0xd9, 0x3f, 0xee, 0x36, 0xa6, 0xdf, 0x3b, 0x8b, 0x18, 0xf2, 0x4d, 0xfd, 0x59, 0x25, 0x14, 0x4c, + 0xfc, 0xb9, 0xd1, 0x45, 0xfb, 0xd3, 0x2e, 0xda, 0xfb, 0x73, 0x92, 0xbc, 0xfd, 0x4f, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x32, 0x74, 0x88, 0xeb, 0x51, 0x19, 0x00, 0x00, } diff --git a/pkg/proto/sdkws/ws.pb.go b/pkg/proto/sdkws/ws.pb.go index e06c2681b..5772c0522 100644 --- a/pkg/proto/sdkws/ws.pb.go +++ b/pkg/proto/sdkws/ws.pb.go @@ -6,7 +6,7 @@ package sdkws // import "OpenIM/pkg/proto/sdkws" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" -import wrapperspb "google.golang.org/protobuf/types/known/wrapperspb" +import wrapperspb "OpenIM/pkg/proto/wrapperspb" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -46,7 +46,7 @@ func (m *GroupInfo) Reset() { *m = GroupInfo{} } func (m *GroupInfo) String() string { return proto.CompactTextString(m) } func (*GroupInfo) ProtoMessage() {} func (*GroupInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{0} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{0} } func (m *GroupInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfo.Unmarshal(m, b) @@ -204,7 +204,7 @@ func (m *GroupInfoForSet) Reset() { *m = GroupInfoForSet{} } func (m *GroupInfoForSet) String() string { return proto.CompactTextString(m) } func (*GroupInfoForSet) ProtoMessage() {} func (*GroupInfoForSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{1} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{1} } func (m *GroupInfoForSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoForSet.Unmarshal(m, b) @@ -309,7 +309,7 @@ func (m *GroupMemberFullInfo) Reset() { *m = GroupMemberFullInfo{} } func (m *GroupMemberFullInfo) String() string { return proto.CompactTextString(m) } func (*GroupMemberFullInfo) ProtoMessage() {} func (*GroupMemberFullInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{2} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{2} } func (m *GroupMemberFullInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberFullInfo.Unmarshal(m, b) @@ -428,7 +428,7 @@ func (m *PublicUserInfo) Reset() { *m = PublicUserInfo{} } func (m *PublicUserInfo) String() string { return proto.CompactTextString(m) } func (*PublicUserInfo) ProtoMessage() {} func (*PublicUserInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{3} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{3} } func (m *PublicUserInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PublicUserInfo.Unmarshal(m, b) @@ -505,7 +505,7 @@ func (m *UserInfo) Reset() { *m = UserInfo{} } func (m *UserInfo) String() string { return proto.CompactTextString(m) } func (*UserInfo) ProtoMessage() {} func (*UserInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{4} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{4} } func (m *UserInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfo.Unmarshal(m, b) @@ -626,7 +626,7 @@ func (m *FriendInfo) Reset() { *m = FriendInfo{} } func (m *FriendInfo) String() string { return proto.CompactTextString(m) } func (*FriendInfo) ProtoMessage() {} func (*FriendInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{5} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{5} } func (m *FriendInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendInfo.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *BlackInfo) Reset() { *m = BlackInfo{} } func (m *BlackInfo) String() string { return proto.CompactTextString(m) } func (*BlackInfo) ProtoMessage() {} func (*BlackInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{6} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{6} } func (m *BlackInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackInfo.Unmarshal(m, b) @@ -794,7 +794,7 @@ func (m *GroupRequest) Reset() { *m = GroupRequest{} } func (m *GroupRequest) String() string { return proto.CompactTextString(m) } func (*GroupRequest) ProtoMessage() {} func (*GroupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{7} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{7} } func (m *GroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupRequest.Unmarshal(m, b) @@ -916,7 +916,7 @@ func (m *FriendRequest) Reset() { *m = FriendRequest{} } func (m *FriendRequest) String() string { return proto.CompactTextString(m) } func (*FriendRequest) ProtoMessage() {} func (*FriendRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{8} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{8} } func (m *FriendRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendRequest.Unmarshal(m, b) @@ -1055,7 +1055,7 @@ func (m *PullMessageBySeqsReq) Reset() { *m = PullMessageBySeqsReq{} } func (m *PullMessageBySeqsReq) String() string { return proto.CompactTextString(m) } func (*PullMessageBySeqsReq) ProtoMessage() {} func (*PullMessageBySeqsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{9} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{9} } func (m *PullMessageBySeqsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullMessageBySeqsReq.Unmarshal(m, b) @@ -1107,7 +1107,7 @@ func (m *Seqs) Reset() { *m = Seqs{} } func (m *Seqs) String() string { return proto.CompactTextString(m) } func (*Seqs) ProtoMessage() {} func (*Seqs) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{10} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{10} } func (m *Seqs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Seqs.Unmarshal(m, b) @@ -1145,7 +1145,7 @@ func (m *MsgDataList) Reset() { *m = MsgDataList{} } func (m *MsgDataList) String() string { return proto.CompactTextString(m) } func (*MsgDataList) ProtoMessage() {} func (*MsgDataList) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{11} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{11} } func (m *MsgDataList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgDataList.Unmarshal(m, b) @@ -1184,7 +1184,7 @@ func (m *PullMessageBySeqsResp) Reset() { *m = PullMessageBySeqsResp{} } func (m *PullMessageBySeqsResp) String() string { return proto.CompactTextString(m) } func (*PullMessageBySeqsResp) ProtoMessage() {} func (*PullMessageBySeqsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{12} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{12} } func (m *PullMessageBySeqsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullMessageBySeqsResp.Unmarshal(m, b) @@ -1230,7 +1230,7 @@ func (m *GetMaxAndMinSeqReq) Reset() { *m = GetMaxAndMinSeqReq{} } func (m *GetMaxAndMinSeqReq) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqReq) ProtoMessage() {} func (*GetMaxAndMinSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{13} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{13} } func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqReq.Unmarshal(m, b) @@ -1276,7 +1276,7 @@ func (m *MaxAndMinSeq) Reset() { *m = MaxAndMinSeq{} } func (m *MaxAndMinSeq) String() string { return proto.CompactTextString(m) } func (*MaxAndMinSeq) ProtoMessage() {} func (*MaxAndMinSeq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{14} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{14} } func (m *MaxAndMinSeq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaxAndMinSeq.Unmarshal(m, b) @@ -1323,7 +1323,7 @@ func (m *GetMaxAndMinSeqResp) Reset() { *m = GetMaxAndMinSeqResp{} } func (m *GetMaxAndMinSeqResp) String() string { return proto.CompactTextString(m) } func (*GetMaxAndMinSeqResp) ProtoMessage() {} func (*GetMaxAndMinSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{15} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{15} } func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetMaxAndMinSeqResp.Unmarshal(m, b) @@ -1377,7 +1377,7 @@ func (m *UserSendMsgResp) Reset() { *m = UserSendMsgResp{} } func (m *UserSendMsgResp) String() string { return proto.CompactTextString(m) } func (*UserSendMsgResp) ProtoMessage() {} func (*UserSendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{16} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{16} } func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserSendMsgResp.Unmarshal(m, b) @@ -1450,7 +1450,7 @@ func (m *MsgData) Reset() { *m = MsgData{} } func (m *MsgData) String() string { return proto.CompactTextString(m) } func (*MsgData) ProtoMessage() {} func (*MsgData) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{17} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{17} } func (m *MsgData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgData.Unmarshal(m, b) @@ -1639,7 +1639,7 @@ func (m *OfflinePushInfo) Reset() { *m = OfflinePushInfo{} } func (m *OfflinePushInfo) String() string { return proto.CompactTextString(m) } func (*OfflinePushInfo) ProtoMessage() {} func (*OfflinePushInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{18} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{18} } func (m *OfflinePushInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OfflinePushInfo.Unmarshal(m, b) @@ -1707,7 +1707,7 @@ func (m *TipsComm) Reset() { *m = TipsComm{} } func (m *TipsComm) String() string { return proto.CompactTextString(m) } func (*TipsComm) ProtoMessage() {} func (*TipsComm) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{19} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{19} } func (m *TipsComm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TipsComm.Unmarshal(m, b) @@ -1764,7 +1764,7 @@ func (m *GroupCreatedTips) Reset() { *m = GroupCreatedTips{} } func (m *GroupCreatedTips) String() string { return proto.CompactTextString(m) } func (*GroupCreatedTips) ProtoMessage() {} func (*GroupCreatedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{20} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{20} } func (m *GroupCreatedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupCreatedTips.Unmarshal(m, b) @@ -1833,7 +1833,7 @@ func (m *GroupInfoSetTips) Reset() { *m = GroupInfoSetTips{} } func (m *GroupInfoSetTips) String() string { return proto.CompactTextString(m) } func (*GroupInfoSetTips) ProtoMessage() {} func (*GroupInfoSetTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{21} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{21} } func (m *GroupInfoSetTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoSetTips.Unmarshal(m, b) @@ -1888,7 +1888,7 @@ func (m *JoinGroupApplicationTips) Reset() { *m = JoinGroupApplicationTi func (m *JoinGroupApplicationTips) String() string { return proto.CompactTextString(m) } func (*JoinGroupApplicationTips) ProtoMessage() {} func (*JoinGroupApplicationTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{22} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{22} } func (m *JoinGroupApplicationTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JoinGroupApplicationTips.Unmarshal(m, b) @@ -1945,7 +1945,7 @@ func (m *MemberQuitTips) Reset() { *m = MemberQuitTips{} } func (m *MemberQuitTips) String() string { return proto.CompactTextString(m) } func (*MemberQuitTips) ProtoMessage() {} func (*MemberQuitTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{23} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{23} } func (m *MemberQuitTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberQuitTips.Unmarshal(m, b) @@ -2001,7 +2001,7 @@ func (m *GroupApplicationAcceptedTips) Reset() { *m = GroupApplicationAc func (m *GroupApplicationAcceptedTips) String() string { return proto.CompactTextString(m) } func (*GroupApplicationAcceptedTips) ProtoMessage() {} func (*GroupApplicationAcceptedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{24} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{24} } func (m *GroupApplicationAcceptedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationAcceptedTips.Unmarshal(m, b) @@ -2064,7 +2064,7 @@ func (m *GroupApplicationRejectedTips) Reset() { *m = GroupApplicationRe func (m *GroupApplicationRejectedTips) String() string { return proto.CompactTextString(m) } func (*GroupApplicationRejectedTips) ProtoMessage() {} func (*GroupApplicationRejectedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{25} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{25} } func (m *GroupApplicationRejectedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupApplicationRejectedTips.Unmarshal(m, b) @@ -2127,7 +2127,7 @@ func (m *GroupOwnerTransferredTips) Reset() { *m = GroupOwnerTransferred func (m *GroupOwnerTransferredTips) String() string { return proto.CompactTextString(m) } func (*GroupOwnerTransferredTips) ProtoMessage() {} func (*GroupOwnerTransferredTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{26} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{26} } func (m *GroupOwnerTransferredTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupOwnerTransferredTips.Unmarshal(m, b) @@ -2190,7 +2190,7 @@ func (m *MemberKickedTips) Reset() { *m = MemberKickedTips{} } func (m *MemberKickedTips) String() string { return proto.CompactTextString(m) } func (*MemberKickedTips) ProtoMessage() {} func (*MemberKickedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{27} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{27} } func (m *MemberKickedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberKickedTips.Unmarshal(m, b) @@ -2253,7 +2253,7 @@ func (m *MemberInvitedTips) Reset() { *m = MemberInvitedTips{} } func (m *MemberInvitedTips) String() string { return proto.CompactTextString(m) } func (*MemberInvitedTips) ProtoMessage() {} func (*MemberInvitedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{28} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{28} } func (m *MemberInvitedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberInvitedTips.Unmarshal(m, b) @@ -2315,7 +2315,7 @@ func (m *MemberEnterTips) Reset() { *m = MemberEnterTips{} } func (m *MemberEnterTips) String() string { return proto.CompactTextString(m) } func (*MemberEnterTips) ProtoMessage() {} func (*MemberEnterTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{29} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{29} } func (m *MemberEnterTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemberEnterTips.Unmarshal(m, b) @@ -2369,7 +2369,7 @@ func (m *GroupDismissedTips) Reset() { *m = GroupDismissedTips{} } func (m *GroupDismissedTips) String() string { return proto.CompactTextString(m) } func (*GroupDismissedTips) ProtoMessage() {} func (*GroupDismissedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{30} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{30} } func (m *GroupDismissedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupDismissedTips.Unmarshal(m, b) @@ -2425,7 +2425,7 @@ func (m *GroupMemberMutedTips) Reset() { *m = GroupMemberMutedTips{} } func (m *GroupMemberMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberMutedTips) ProtoMessage() {} func (*GroupMemberMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{31} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{31} } func (m *GroupMemberMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberMutedTips.Unmarshal(m, b) @@ -2494,7 +2494,7 @@ func (m *GroupMemberCancelMutedTips) Reset() { *m = GroupMemberCancelMut func (m *GroupMemberCancelMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberCancelMutedTips) ProtoMessage() {} func (*GroupMemberCancelMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{32} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{32} } func (m *GroupMemberCancelMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberCancelMutedTips.Unmarshal(m, b) @@ -2555,7 +2555,7 @@ func (m *GroupMutedTips) Reset() { *m = GroupMutedTips{} } func (m *GroupMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupMutedTips) ProtoMessage() {} func (*GroupMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{33} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{33} } func (m *GroupMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMutedTips.Unmarshal(m, b) @@ -2609,7 +2609,7 @@ func (m *GroupCancelMutedTips) Reset() { *m = GroupCancelMutedTips{} } func (m *GroupCancelMutedTips) String() string { return proto.CompactTextString(m) } func (*GroupCancelMutedTips) ProtoMessage() {} func (*GroupCancelMutedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{34} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{34} } func (m *GroupCancelMutedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupCancelMutedTips.Unmarshal(m, b) @@ -2664,7 +2664,7 @@ func (m *GroupMemberInfoSetTips) Reset() { *m = GroupMemberInfoSetTips{} func (m *GroupMemberInfoSetTips) String() string { return proto.CompactTextString(m) } func (*GroupMemberInfoSetTips) ProtoMessage() {} func (*GroupMemberInfoSetTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{35} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{35} } func (m *GroupMemberInfoSetTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupMemberInfoSetTips.Unmarshal(m, b) @@ -2725,7 +2725,7 @@ func (m *FriendApplication) Reset() { *m = FriendApplication{} } func (m *FriendApplication) String() string { return proto.CompactTextString(m) } func (*FriendApplication) ProtoMessage() {} func (*FriendApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{36} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{36} } func (m *FriendApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplication.Unmarshal(m, b) @@ -2778,7 +2778,7 @@ func (m *FromToUserID) Reset() { *m = FromToUserID{} } func (m *FromToUserID) String() string { return proto.CompactTextString(m) } func (*FromToUserID) ProtoMessage() {} func (*FromToUserID) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{37} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{37} } func (m *FromToUserID) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FromToUserID.Unmarshal(m, b) @@ -2824,7 +2824,7 @@ func (m *FriendApplicationTips) Reset() { *m = FriendApplicationTips{} } func (m *FriendApplicationTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationTips) ProtoMessage() {} func (*FriendApplicationTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{38} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{38} } func (m *FriendApplicationTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationTips.Unmarshal(m, b) @@ -2864,7 +2864,7 @@ func (m *FriendApplicationApprovedTips) Reset() { *m = FriendApplication func (m *FriendApplicationApprovedTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationApprovedTips) ProtoMessage() {} func (*FriendApplicationApprovedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{39} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{39} } func (m *FriendApplicationApprovedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationApprovedTips.Unmarshal(m, b) @@ -2911,7 +2911,7 @@ func (m *FriendApplicationRejectedTips) Reset() { *m = FriendApplication func (m *FriendApplicationRejectedTips) String() string { return proto.CompactTextString(m) } func (*FriendApplicationRejectedTips) ProtoMessage() {} func (*FriendApplicationRejectedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{40} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{40} } func (m *FriendApplicationRejectedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendApplicationRejectedTips.Unmarshal(m, b) @@ -2959,7 +2959,7 @@ func (m *FriendAddedTips) Reset() { *m = FriendAddedTips{} } func (m *FriendAddedTips) String() string { return proto.CompactTextString(m) } func (*FriendAddedTips) ProtoMessage() {} func (*FriendAddedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{41} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{41} } func (m *FriendAddedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendAddedTips.Unmarshal(m, b) @@ -3012,7 +3012,7 @@ func (m *FriendDeletedTips) Reset() { *m = FriendDeletedTips{} } func (m *FriendDeletedTips) String() string { return proto.CompactTextString(m) } func (*FriendDeletedTips) ProtoMessage() {} func (*FriendDeletedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{42} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{42} } func (m *FriendDeletedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendDeletedTips.Unmarshal(m, b) @@ -3050,7 +3050,7 @@ func (m *BlackAddedTips) Reset() { *m = BlackAddedTips{} } func (m *BlackAddedTips) String() string { return proto.CompactTextString(m) } func (*BlackAddedTips) ProtoMessage() {} func (*BlackAddedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{43} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{43} } func (m *BlackAddedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackAddedTips.Unmarshal(m, b) @@ -3088,7 +3088,7 @@ func (m *BlackDeletedTips) Reset() { *m = BlackDeletedTips{} } func (m *BlackDeletedTips) String() string { return proto.CompactTextString(m) } func (*BlackDeletedTips) ProtoMessage() {} func (*BlackDeletedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{44} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{44} } func (m *BlackDeletedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BlackDeletedTips.Unmarshal(m, b) @@ -3126,7 +3126,7 @@ func (m *FriendInfoChangedTips) Reset() { *m = FriendInfoChangedTips{} } func (m *FriendInfoChangedTips) String() string { return proto.CompactTextString(m) } func (*FriendInfoChangedTips) ProtoMessage() {} func (*FriendInfoChangedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{45} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{45} } func (m *FriendInfoChangedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FriendInfoChangedTips.Unmarshal(m, b) @@ -3165,7 +3165,7 @@ func (m *UserInfoUpdatedTips) Reset() { *m = UserInfoUpdatedTips{} } func (m *UserInfoUpdatedTips) String() string { return proto.CompactTextString(m) } func (*UserInfoUpdatedTips) ProtoMessage() {} func (*UserInfoUpdatedTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{46} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{46} } func (m *UserInfoUpdatedTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoUpdatedTips.Unmarshal(m, b) @@ -3206,7 +3206,7 @@ func (m *ConversationUpdateTips) Reset() { *m = ConversationUpdateTips{} func (m *ConversationUpdateTips) String() string { return proto.CompactTextString(m) } func (*ConversationUpdateTips) ProtoMessage() {} func (*ConversationUpdateTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{47} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{47} } func (m *ConversationUpdateTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversationUpdateTips.Unmarshal(m, b) @@ -3260,7 +3260,7 @@ func (m *ConversationSetPrivateTips) Reset() { *m = ConversationSetPriva func (m *ConversationSetPrivateTips) String() string { return proto.CompactTextString(m) } func (*ConversationSetPrivateTips) ProtoMessage() {} func (*ConversationSetPrivateTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{48} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{48} } func (m *ConversationSetPrivateTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversationSetPrivateTips.Unmarshal(m, b) @@ -3315,7 +3315,7 @@ func (m *DeleteMessageTips) Reset() { *m = DeleteMessageTips{} } func (m *DeleteMessageTips) String() string { return proto.CompactTextString(m) } func (*DeleteMessageTips) ProtoMessage() {} func (*DeleteMessageTips) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{49} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{49} } func (m *DeleteMessageTips) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteMessageTips.Unmarshal(m, b) @@ -3369,7 +3369,7 @@ func (m *RequestPagination) Reset() { *m = RequestPagination{} } func (m *RequestPagination) String() string { return proto.CompactTextString(m) } func (*RequestPagination) ProtoMessage() {} func (*RequestPagination) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{50} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{50} } func (m *RequestPagination) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestPagination.Unmarshal(m, b) @@ -3426,7 +3426,7 @@ func (m *SignalReq) Reset() { *m = SignalReq{} } func (m *SignalReq) String() string { return proto.CompactTextString(m) } func (*SignalReq) ProtoMessage() {} func (*SignalReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{51} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{51} } func (m *SignalReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalReq.Unmarshal(m, b) @@ -3815,7 +3815,7 @@ func (m *SignalResp) Reset() { *m = SignalResp{} } func (m *SignalResp) String() string { return proto.CompactTextString(m) } func (*SignalResp) ProtoMessage() {} func (*SignalResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{52} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{52} } func (m *SignalResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalResp.Unmarshal(m, b) @@ -4145,7 +4145,7 @@ func (m *InvitationInfo) Reset() { *m = InvitationInfo{} } func (m *InvitationInfo) String() string { return proto.CompactTextString(m) } func (*InvitationInfo) ProtoMessage() {} func (*InvitationInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{53} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{53} } func (m *InvitationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InvitationInfo.Unmarshal(m, b) @@ -4255,7 +4255,7 @@ func (m *ParticipantMetaData) Reset() { *m = ParticipantMetaData{} } func (m *ParticipantMetaData) String() string { return proto.CompactTextString(m) } func (*ParticipantMetaData) ProtoMessage() {} func (*ParticipantMetaData) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{54} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{54} } func (m *ParticipantMetaData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParticipantMetaData.Unmarshal(m, b) @@ -4310,7 +4310,7 @@ func (m *SignalInviteReq) Reset() { *m = SignalInviteReq{} } func (m *SignalInviteReq) String() string { return proto.CompactTextString(m) } func (*SignalInviteReq) ProtoMessage() {} func (*SignalInviteReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{55} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{55} } func (m *SignalInviteReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteReq.Unmarshal(m, b) @@ -4372,7 +4372,7 @@ func (m *SignalInviteReply) Reset() { *m = SignalInviteReply{} } func (m *SignalInviteReply) String() string { return proto.CompactTextString(m) } func (*SignalInviteReply) ProtoMessage() {} func (*SignalInviteReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{56} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{56} } func (m *SignalInviteReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteReply.Unmarshal(m, b) @@ -4434,7 +4434,7 @@ func (m *SignalInviteInGroupReq) Reset() { *m = SignalInviteInGroupReq{} func (m *SignalInviteInGroupReq) String() string { return proto.CompactTextString(m) } func (*SignalInviteInGroupReq) ProtoMessage() {} func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{57} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{57} } func (m *SignalInviteInGroupReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteInGroupReq.Unmarshal(m, b) @@ -4496,7 +4496,7 @@ func (m *SignalInviteInGroupReply) Reset() { *m = SignalInviteInGroupRep func (m *SignalInviteInGroupReply) String() string { return proto.CompactTextString(m) } func (*SignalInviteInGroupReply) ProtoMessage() {} func (*SignalInviteInGroupReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{58} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{58} } func (m *SignalInviteInGroupReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalInviteInGroupReply.Unmarshal(m, b) @@ -4558,7 +4558,7 @@ func (m *SignalCancelReq) Reset() { *m = SignalCancelReq{} } func (m *SignalCancelReq) String() string { return proto.CompactTextString(m) } func (*SignalCancelReq) ProtoMessage() {} func (*SignalCancelReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{59} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{59} } func (m *SignalCancelReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalCancelReq.Unmarshal(m, b) @@ -4616,7 +4616,7 @@ func (m *SignalCancelReply) Reset() { *m = SignalCancelReply{} } func (m *SignalCancelReply) String() string { return proto.CompactTextString(m) } func (*SignalCancelReply) ProtoMessage() {} func (*SignalCancelReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{60} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{60} } func (m *SignalCancelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalCancelReply.Unmarshal(m, b) @@ -4651,7 +4651,7 @@ func (m *SignalAcceptReq) Reset() { *m = SignalAcceptReq{} } func (m *SignalAcceptReq) String() string { return proto.CompactTextString(m) } func (*SignalAcceptReq) ProtoMessage() {} func (*SignalAcceptReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{61} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{61} } func (m *SignalAcceptReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalAcceptReq.Unmarshal(m, b) @@ -4719,7 +4719,7 @@ func (m *SignalAcceptReply) Reset() { *m = SignalAcceptReply{} } func (m *SignalAcceptReply) String() string { return proto.CompactTextString(m) } func (*SignalAcceptReply) ProtoMessage() {} func (*SignalAcceptReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{62} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{62} } func (m *SignalAcceptReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalAcceptReply.Unmarshal(m, b) @@ -4773,7 +4773,7 @@ func (m *SignalHungUpReq) Reset() { *m = SignalHungUpReq{} } func (m *SignalHungUpReq) String() string { return proto.CompactTextString(m) } func (*SignalHungUpReq) ProtoMessage() {} func (*SignalHungUpReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{63} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{63} } func (m *SignalHungUpReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalHungUpReq.Unmarshal(m, b) @@ -4824,7 +4824,7 @@ func (m *SignalHungUpReply) Reset() { *m = SignalHungUpReply{} } func (m *SignalHungUpReply) String() string { return proto.CompactTextString(m) } func (*SignalHungUpReply) ProtoMessage() {} func (*SignalHungUpReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{64} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{64} } func (m *SignalHungUpReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalHungUpReply.Unmarshal(m, b) @@ -4859,7 +4859,7 @@ func (m *SignalRejectReq) Reset() { *m = SignalRejectReq{} } func (m *SignalRejectReq) String() string { return proto.CompactTextString(m) } func (*SignalRejectReq) ProtoMessage() {} func (*SignalRejectReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{65} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{65} } func (m *SignalRejectReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalRejectReq.Unmarshal(m, b) @@ -4924,7 +4924,7 @@ func (m *SignalRejectReply) Reset() { *m = SignalRejectReply{} } func (m *SignalRejectReply) String() string { return proto.CompactTextString(m) } func (*SignalRejectReply) ProtoMessage() {} func (*SignalRejectReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{66} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{66} } func (m *SignalRejectReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalRejectReply.Unmarshal(m, b) @@ -4957,7 +4957,7 @@ func (m *SignalGetRoomByGroupIDReq) Reset() { *m = SignalGetRoomByGroupI func (m *SignalGetRoomByGroupIDReq) String() string { return proto.CompactTextString(m) } func (*SignalGetRoomByGroupIDReq) ProtoMessage() {} func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{67} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{67} } func (m *SignalGetRoomByGroupIDReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetRoomByGroupIDReq.Unmarshal(m, b) @@ -5011,7 +5011,7 @@ func (m *SignalGetRoomByGroupIDReply) Reset() { *m = SignalGetRoomByGrou func (m *SignalGetRoomByGroupIDReply) String() string { return proto.CompactTextString(m) } func (*SignalGetRoomByGroupIDReply) ProtoMessage() {} func (*SignalGetRoomByGroupIDReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{68} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{68} } func (m *SignalGetRoomByGroupIDReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetRoomByGroupIDReply.Unmarshal(m, b) @@ -5065,7 +5065,7 @@ func (m *SignalOnRoomParticipantConnectedReq) Reset() { *m = SignalOnRoo func (m *SignalOnRoomParticipantConnectedReq) String() string { return proto.CompactTextString(m) } func (*SignalOnRoomParticipantConnectedReq) ProtoMessage() {} func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{69} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{69} } func (m *SignalOnRoomParticipantConnectedReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalOnRoomParticipantConnectedReq.Unmarshal(m, b) @@ -5121,7 +5121,7 @@ func (m *SignalOnRoomParticipantDisconnectedReq) Reset() { func (m *SignalOnRoomParticipantDisconnectedReq) String() string { return proto.CompactTextString(m) } func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage() {} func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{70} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{70} } func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalOnRoomParticipantDisconnectedReq.Unmarshal(m, b) @@ -5175,7 +5175,7 @@ func (m *SignalGetTokenByRoomIDReq) Reset() { *m = SignalGetTokenByRoomI func (m *SignalGetTokenByRoomIDReq) String() string { return proto.CompactTextString(m) } func (*SignalGetTokenByRoomIDReq) ProtoMessage() {} func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{71} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{71} } func (m *SignalGetTokenByRoomIDReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetTokenByRoomIDReq.Unmarshal(m, b) @@ -5228,7 +5228,7 @@ func (m *SignalGetTokenByRoomIDReply) Reset() { *m = SignalGetTokenByRoo func (m *SignalGetTokenByRoomIDReply) String() string { return proto.CompactTextString(m) } func (*SignalGetTokenByRoomIDReply) ProtoMessage() {} func (*SignalGetTokenByRoomIDReply) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{72} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{72} } func (m *SignalGetTokenByRoomIDReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalGetTokenByRoomIDReply.Unmarshal(m, b) @@ -5274,7 +5274,7 @@ func (m *SetAppBackgroundStatusReq) Reset() { *m = SetAppBackgroundStatu func (m *SetAppBackgroundStatusReq) String() string { return proto.CompactTextString(m) } func (*SetAppBackgroundStatusReq) ProtoMessage() {} func (*SetAppBackgroundStatusReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{73} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{73} } func (m *SetAppBackgroundStatusReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBackgroundStatusReq.Unmarshal(m, b) @@ -5318,7 +5318,7 @@ func (m *SetAppBackgroundStatusResp) Reset() { *m = SetAppBackgroundStat func (m *SetAppBackgroundStatusResp) String() string { return proto.CompactTextString(m) } func (*SetAppBackgroundStatusResp) ProtoMessage() {} func (*SetAppBackgroundStatusResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{74} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{74} } func (m *SetAppBackgroundStatusResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBackgroundStatusResp.Unmarshal(m, b) @@ -5354,7 +5354,7 @@ func (m *ExtendMsgSet) Reset() { *m = ExtendMsgSet{} } func (m *ExtendMsgSet) String() string { return proto.CompactTextString(m) } func (*ExtendMsgSet) ProtoMessage() {} func (*ExtendMsgSet) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{75} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{75} } func (m *ExtendMsgSet) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsgSet.Unmarshal(m, b) @@ -5431,7 +5431,7 @@ func (m *ExtendMsg) Reset() { *m = ExtendMsg{} } func (m *ExtendMsg) String() string { return proto.CompactTextString(m) } func (*ExtendMsg) ProtoMessage() {} func (*ExtendMsg) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{76} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{76} } func (m *ExtendMsg) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtendMsg.Unmarshal(m, b) @@ -5499,7 +5499,7 @@ func (m *KeyValue) Reset() { *m = KeyValue{} } func (m *KeyValue) String() string { return proto.CompactTextString(m) } func (*KeyValue) ProtoMessage() {} func (*KeyValue) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_1de2d1a7b016fa6e, []int{77} + return fileDescriptor_ws_d3110a8d9d5d5593, []int{77} } func (m *KeyValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KeyValue.Unmarshal(m, b) @@ -5627,239 +5627,239 @@ func init() { proto.RegisterType((*KeyValue)(nil), "OpenIMServer.sdkws.KeyValue") } -func init() { proto.RegisterFile("sdkws/ws.proto", fileDescriptor_ws_1de2d1a7b016fa6e) } - -var fileDescriptor_ws_1de2d1a7b016fa6e = []byte{ - // 3682 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x4d, 0x6c, 0xdc, 0xc6, - 0xd5, 0x21, 0x57, 0xbb, 0xda, 0x7d, 0xab, 0x5f, 0xda, 0xd6, 0xb7, 0xd9, 0xd8, 0xfe, 0x04, 0x26, - 0xce, 0x67, 0x18, 0xb1, 0xfc, 0xc1, 0x6e, 0x93, 0xc0, 0x69, 0xe2, 0x5a, 0x92, 0x2d, 0x2b, 0xf1, - 0x5a, 0x0a, 0xd7, 0x76, 0xda, 0xa6, 0x39, 0x50, 0xcb, 0xd1, 0x8a, 0x11, 0x97, 0xa4, 0xf8, 0x23, - 0x5b, 0xa7, 0x02, 0x6d, 0x11, 0x14, 0xc8, 0x2d, 0x68, 0x0b, 0xf4, 0xef, 0xd6, 0x4b, 0xd1, 0x1e, - 0x82, 0x5e, 0xd2, 0x63, 0x0f, 0x3d, 0xf4, 0x54, 0xa0, 0xbd, 0x16, 0x68, 0x4f, 0x3d, 0x14, 0x6d, - 0x81, 0xf6, 0xda, 0x4b, 0x8a, 0x99, 0x37, 0x24, 0x67, 0x48, 0xee, 0x6a, 0xad, 0x18, 0xb1, 0x0d, - 0xf7, 0x62, 0xe8, 0x3d, 0xce, 0x7b, 0xf3, 0xe6, 0xfd, 0xcf, 0xcf, 0x1a, 0x66, 0x42, 0x6b, 0xf7, - 0x5e, 0x78, 0xe1, 0x5e, 0xb8, 0xe4, 0x07, 0x5e, 0xe4, 0x69, 0xda, 0x86, 0x4f, 0xdc, 0xf5, 0x4e, - 0x97, 0x04, 0xfb, 0x24, 0x58, 0x62, 0x1f, 0xdb, 0xe7, 0x29, 0xee, 0xfc, 0x7a, 0xe7, 0x3c, 0x62, - 0x2f, 0xf8, 0xbb, 0xfd, 0x0b, 0x6c, 0xf4, 0x05, 0x4e, 0x1c, 0x98, 0xbe, 0x4f, 0x02, 0xce, 0x42, - 0xff, 0xf3, 0x04, 0x34, 0xd6, 0x02, 0x2f, 0xf6, 0xd7, 0xdd, 0x6d, 0x4f, 0x6b, 0xc1, 0x64, 0x9f, - 0x01, 0xab, 0x2d, 0x65, 0x51, 0x39, 0xdb, 0x30, 0x12, 0x50, 0x3b, 0x09, 0x0d, 0xf6, 0xe7, 0x2d, - 0x73, 0x40, 0x5a, 0x2a, 0xfb, 0x96, 0x21, 0x34, 0x1d, 0xa6, 0x5c, 0x2f, 0xb2, 0xb7, 0xed, 0x9e, - 0x19, 0xd9, 0x9e, 0xdb, 0xaa, 0xb0, 0x01, 0x12, 0x8e, 0x8e, 0xb1, 0xdd, 0x28, 0xf0, 0xac, 0xb8, - 0xc7, 0xc6, 0x4c, 0xe0, 0x18, 0x11, 0x47, 0xe7, 0xdf, 0x36, 0x7b, 0xe4, 0x8e, 0x71, 0xb3, 0x55, - 0xc5, 0xf9, 0x39, 0xa8, 0x2d, 0x42, 0xd3, 0xbb, 0xe7, 0x92, 0xe0, 0x4e, 0x48, 0x82, 0xf5, 0xd5, - 0x56, 0x8d, 0x7d, 0x15, 0x51, 0xda, 0x69, 0x80, 0x5e, 0x40, 0xcc, 0x88, 0xdc, 0xb6, 0x07, 0xa4, - 0x35, 0xb9, 0xa8, 0x9c, 0xad, 0x18, 0x02, 0x86, 0x72, 0x18, 0x90, 0xc1, 0x16, 0x09, 0x56, 0xbc, - 0xd8, 0x8d, 0x5a, 0xf5, 0x45, 0xe5, 0xec, 0xb4, 0x21, 0xa2, 0xb4, 0x19, 0x50, 0xc9, 0xfd, 0x56, - 0x83, 0xb1, 0x56, 0xc9, 0x7d, 0x6d, 0x01, 0x6a, 0x61, 0x64, 0x46, 0x71, 0xd8, 0x82, 0x45, 0xe5, - 0x6c, 0xd5, 0xe0, 0x90, 0xf6, 0x02, 0x4c, 0x33, 0xbe, 0x5e, 0x22, 0x4d, 0x93, 0x91, 0xc8, 0xc8, - 0x54, 0x63, 0xb7, 0x0f, 0x7c, 0xd2, 0x9a, 0x62, 0x0c, 0x32, 0x84, 0x76, 0x0e, 0xe6, 0x5c, 0x42, - 0xac, 0xbb, 0x24, 0xc8, 0xb4, 0x36, 0xcd, 0x06, 0x15, 0xf0, 0xda, 0x8b, 0x30, 0xe3, 0x78, 0xde, - 0x6e, 0x87, 0x89, 0x4a, 0xed, 0xd4, 0x9a, 0x61, 0x23, 0x73, 0x58, 0xed, 0x25, 0x98, 0x37, 0x7d, - 0xdf, 0x39, 0x40, 0xd4, 0xf5, 0xc0, 0x26, 0xae, 0xd5, 0x9a, 0x65, 0x43, 0x8b, 0x1f, 0xb4, 0x97, - 0x61, 0x41, 0xb4, 0xcf, 0x1d, 0xdf, 0x4a, 0x74, 0x37, 0xc7, 0x74, 0x37, 0xe4, 0xab, 0xb6, 0x04, - 0x9a, 0xf4, 0x05, 0x55, 0x30, 0xcf, 0x54, 0x50, 0xf2, 0x45, 0xff, 0x6e, 0x05, 0x66, 0x53, 0x0f, - 0xbb, 0xee, 0x05, 0x5d, 0x12, 0x3d, 0xc6, 0x7e, 0x86, 0x3e, 0x50, 0x4b, 0x7d, 0x60, 0xad, 0xc4, - 0x4e, 0xd4, 0xb7, 0x9a, 0x17, 0x9f, 0x5b, 0xea, 0x7b, 0x5e, 0xdf, 0x21, 0x18, 0x48, 0x5b, 0xf1, - 0xf6, 0xd2, 0xba, 0x1b, 0x5d, 0xba, 0x78, 0xd7, 0x74, 0x62, 0x52, 0x62, 0xc4, 0x95, 0x82, 0x11, - 0xeb, 0x87, 0xb3, 0xc9, 0x5b, 0x78, 0xbd, 0xcc, 0xc2, 0x8d, 0xc3, 0xf9, 0x14, 0xa9, 0xf4, 0x4f, - 0x55, 0x38, 0xc6, 0xcc, 0xc2, 0xb1, 0xb1, 0xe3, 0x1c, 0x92, 0x02, 0x16, 0xa0, 0x16, 0xa3, 0xb1, - 0xd1, 0x2e, 0x1c, 0xa2, 0x26, 0x0b, 0x3c, 0x87, 0xdc, 0x24, 0xfb, 0xc4, 0x61, 0x16, 0xa9, 0x1a, - 0x19, 0x42, 0x6b, 0x43, 0xfd, 0x7d, 0xcf, 0x76, 0x99, 0x63, 0x4d, 0x30, 0xc7, 0x4a, 0x61, 0xfa, - 0xcd, 0xb5, 0x7b, 0xbb, 0x2e, 0xb5, 0x35, 0xda, 0x21, 0x85, 0x45, 0x13, 0xd5, 0x64, 0x13, 0xbd, - 0x08, 0x33, 0xa6, 0xef, 0x77, 0x4c, 0xb7, 0x4f, 0x02, 0x9c, 0x74, 0x12, 0xc3, 0x41, 0xc6, 0xd2, - 0x84, 0x40, 0x67, 0xea, 0x7a, 0x71, 0xd0, 0x23, 0x4c, 0xdb, 0x55, 0x43, 0xc0, 0x50, 0x3e, 0x9e, - 0x4f, 0x02, 0x21, 0x8e, 0x31, 0xf4, 0x73, 0x58, 0xee, 0x12, 0x90, 0xba, 0x04, 0x4d, 0x24, 0x71, - 0x44, 0xae, 0xb9, 0x16, 0x5b, 0x54, 0x93, 0x2d, 0x4a, 0x44, 0xd1, 0x04, 0x61, 0xbb, 0xfb, 0x76, - 0x94, 0xa6, 0xab, 0x29, 0x4c, 0x10, 0x12, 0x52, 0xff, 0x40, 0x81, 0x99, 0xcd, 0x78, 0xcb, 0xb1, - 0x7b, 0x0c, 0x41, 0x95, 0x9f, 0xa9, 0x58, 0x91, 0x54, 0x2c, 0x2a, 0x4a, 0x1d, 0xae, 0xa8, 0x8a, - 0xac, 0xa8, 0x05, 0xa8, 0xf5, 0x89, 0x6b, 0x91, 0x80, 0x29, 0xbe, 0x6a, 0x70, 0x88, 0x2f, 0xa8, - 0x9a, 0x2c, 0x48, 0xff, 0x93, 0x0a, 0xf5, 0xcf, 0x59, 0x84, 0x45, 0x68, 0xfa, 0x3b, 0x9e, 0x4b, - 0x6e, 0xc5, 0xd4, 0xf9, 0xb8, 0x2c, 0x22, 0x4a, 0x3b, 0x0e, 0xd5, 0x2d, 0x3b, 0x88, 0x76, 0x98, - 0xf5, 0xa7, 0x0d, 0x04, 0x28, 0x96, 0x0c, 0x4c, 0x1b, 0x4d, 0xde, 0x30, 0x10, 0xe0, 0x0b, 0xaa, - 0xa7, 0x16, 0x92, 0x4b, 0x41, 0xa3, 0x50, 0x0a, 0x8a, 0x1e, 0x04, 0xa5, 0x1e, 0x74, 0x0e, 0xe6, - 0xfa, 0x8e, 0xb7, 0x65, 0x3a, 0x06, 0xe9, 0xed, 0x77, 0xc2, 0xfe, 0x86, 0x1f, 0x31, 0x73, 0x57, - 0x8d, 0x02, 0x9e, 0xea, 0x87, 0x89, 0x68, 0x99, 0x07, 0x2c, 0x91, 0x57, 0x8c, 0x14, 0xd6, 0xff, - 0xad, 0x00, 0x60, 0xd8, 0x31, 0x15, 0xe7, 0x6a, 0x99, 0x52, 0xac, 0x65, 0x0b, 0x50, 0x0b, 0xc8, - 0xc0, 0x0c, 0x76, 0x93, 0x50, 0x43, 0x28, 0xb7, 0xb0, 0x4a, 0x61, 0x61, 0x5f, 0x02, 0xd8, 0x66, - 0xf3, 0x50, 0x3e, 0x4c, 0xe5, 0xcd, 0x8b, 0x27, 0x97, 0x8a, 0x5d, 0xc2, 0x52, 0x62, 0x6e, 0x43, - 0x18, 0x4f, 0x03, 0xd9, 0xb4, 0x2c, 0x1e, 0x2f, 0x55, 0x0c, 0xe4, 0x14, 0x51, 0x12, 0x2e, 0xb5, - 0x11, 0xe1, 0x32, 0x99, 0x7a, 0xd7, 0x3f, 0x14, 0x68, 0x2c, 0x3b, 0x66, 0x6f, 0x77, 0xcc, 0xb5, - 0xcb, 0x6b, 0x54, 0x0b, 0x6b, 0xbc, 0x01, 0xd3, 0x5b, 0x94, 0x5d, 0xb2, 0x04, 0xa6, 0x86, 0xe6, - 0x45, 0xbd, 0x6c, 0x99, 0x72, 0x78, 0x19, 0x32, 0xa1, 0xbc, 0xde, 0x89, 0xc3, 0xd7, 0x5b, 0x1d, - 0xb1, 0xde, 0xb4, 0x62, 0xe8, 0x3f, 0xa8, 0xc0, 0x14, 0x4b, 0xac, 0x06, 0xd9, 0x8b, 0x49, 0x18, - 0x69, 0x6f, 0x40, 0x3d, 0x4e, 0x64, 0x55, 0xc6, 0x96, 0x35, 0xa5, 0xd1, 0x5e, 0xe3, 0x25, 0x91, - 0x31, 0x50, 0x19, 0x83, 0x53, 0x65, 0x0c, 0xd2, 0x22, 0x6b, 0x64, 0xe3, 0x69, 0x35, 0xdc, 0x31, - 0x5d, 0xcb, 0x21, 0x06, 0x09, 0x63, 0x27, 0xe2, 0xf9, 0x59, 0xc2, 0xa1, 0xb7, 0xed, 0x75, 0xc2, - 0x3e, 0xaf, 0x95, 0x1c, 0xa2, 0xfa, 0xc1, 0x71, 0xf4, 0x13, 0x2e, 0x3e, 0x43, 0xd0, 0xa0, 0x0f, - 0xc8, 0x1e, 0x33, 0x52, 0x8d, 0x19, 0x29, 0x01, 0xb3, 0x39, 0xb9, 0xde, 0xd0, 0x17, 0x24, 0x1c, - 0xb5, 0x32, 0xc2, 0x8c, 0x41, 0x1d, 0xad, 0x9c, 0x61, 0x0a, 0xbd, 0x98, 0x9c, 0xcc, 0xa1, 0x90, - 0xcc, 0x0b, 0x29, 0xb7, 0x59, 0x96, 0x72, 0xff, 0x58, 0x81, 0x69, 0x0c, 0xc4, 0xc4, 0x38, 0xa7, - 0x69, 0xc4, 0x78, 0x03, 0xc9, 0x1d, 0x05, 0x0c, 0x5d, 0x0b, 0x85, 0x6e, 0xc9, 0xa9, 0x4f, 0xc2, - 0x51, 0x9f, 0xa6, 0xf0, 0x75, 0x29, 0x05, 0x8a, 0xa8, 0x64, 0x96, 0x35, 0x31, 0x15, 0x0a, 0x18, - 0x9a, 0x3c, 0x22, 0x4f, 0xf2, 0xb2, 0x14, 0xa6, 0xb4, 0x91, 0x97, 0xce, 0x8f, 0x7e, 0x26, 0x60, - 0xa8, 0x95, 0x22, 0x2f, 0x99, 0x1b, 0x55, 0x9d, 0x21, 0x90, 0x33, 0x9f, 0x17, 0x4b, 0x60, 0x0a, - 0x17, 0x7c, 0xa3, 0x31, 0xd2, 0x37, 0x40, 0xf2, 0x0d, 0x39, 0x4a, 0x9b, 0x85, 0x28, 0x7d, 0x01, - 0xa6, 0x91, 0x4f, 0xae, 0x04, 0x4a, 0x48, 0xd9, 0xc3, 0xa6, 0xf3, 0x1e, 0x26, 0xfb, 0xc8, 0xcc, - 0x10, 0x1f, 0x99, 0x4d, 0x23, 0xef, 0x5f, 0x0a, 0x1c, 0xdf, 0x8c, 0x1d, 0xa7, 0x43, 0xc2, 0xd0, - 0xec, 0x93, 0xe5, 0x83, 0x2e, 0xd9, 0x0b, 0x0d, 0xb2, 0x37, 0xb4, 0xa6, 0x69, 0x30, 0x11, 0x92, - 0xbd, 0xb0, 0x55, 0x59, 0xac, 0x9c, 0xad, 0x18, 0xec, 0x6f, 0xed, 0x0e, 0x8f, 0x36, 0x4a, 0xdb, - 0x9a, 0x58, 0xac, 0x9c, 0x6d, 0x5e, 0x7c, 0xa5, 0x3c, 0x5c, 0x8b, 0x13, 0x61, 0x08, 0x52, 0xe0, - 0x9a, 0x1b, 0x05, 0x07, 0x46, 0xc6, 0xa9, 0x7d, 0x17, 0x66, 0xe4, 0x8f, 0xda, 0x1c, 0x54, 0x76, - 0xc9, 0x01, 0x97, 0x88, 0xfe, 0xa9, 0x2d, 0x41, 0x75, 0x9f, 0xb6, 0x6b, 0x3c, 0xc8, 0x5b, 0x65, - 0xd3, 0x52, 0x19, 0x0d, 0x1c, 0x76, 0x59, 0x7d, 0x55, 0xd1, 0xdb, 0xb8, 0x84, 0x74, 0x29, 0x4a, - 0xb6, 0x14, 0xfd, 0x26, 0x34, 0x3b, 0x61, 0x7f, 0xd5, 0x8c, 0xcc, 0x9b, 0x76, 0x18, 0x69, 0xaf, - 0x43, 0x73, 0x90, 0x81, 0x6c, 0x24, 0x6d, 0x1b, 0x4b, 0x26, 0xe1, 0x54, 0x86, 0x38, 0x5e, 0xff, - 0x91, 0x0a, 0x27, 0x4a, 0x16, 0x1d, 0xfa, 0xda, 0x05, 0x98, 0x70, 0xc6, 0xe4, 0xc8, 0x06, 0x6a, - 0xbb, 0x30, 0xc7, 0x34, 0x23, 0x48, 0xd7, 0x52, 0x19, 0xf1, 0x95, 0x31, 0x55, 0x1d, 0xfa, 0xa8, - 0x6b, 0x81, 0x03, 0xaa, 0xbc, 0xc0, 0xb8, 0x6d, 0xc1, 0x89, 0xd2, 0xa1, 0x25, 0x06, 0xf8, 0xa2, - 0x6c, 0x80, 0xff, 0x1d, 0xb1, 0x12, 0xca, 0x46, 0xb4, 0xc3, 0x0d, 0xd0, 0xd6, 0x48, 0xd4, 0x31, - 0xef, 0x5f, 0x75, 0xad, 0x8e, 0xed, 0x76, 0xc9, 0x1e, 0x75, 0xbc, 0x36, 0xd4, 0x79, 0xf7, 0x8c, - 0x96, 0x69, 0x18, 0x29, 0x3c, 0xac, 0x9d, 0xd6, 0xdf, 0x80, 0x29, 0x91, 0x0d, 0x1d, 0x37, 0x30, - 0xef, 0x77, 0xc9, 0x1e, 0x93, 0xb4, 0x62, 0x70, 0x88, 0xe1, 0xd9, 0x08, 0x5e, 0x23, 0x39, 0x44, - 0xed, 0x74, 0xac, 0x20, 0x4a, 0xe8, 0x3f, 0x28, 0x1f, 0xcd, 0x81, 0x79, 0xd4, 0xa5, 0xc0, 0xa8, - 0x55, 0x65, 0x56, 0x7a, 0xa3, 0xb4, 0xfc, 0x14, 0xe7, 0xe4, 0x36, 0x12, 0xb0, 0x68, 0xa4, 0x22, - 0xe3, 0xf6, 0x36, 0x2c, 0x94, 0x0f, 0x2e, 0x31, 0xd3, 0xcb, 0xb2, 0x99, 0x16, 0x4b, 0xcd, 0x24, - 0x8a, 0x22, 0xd8, 0x69, 0x0f, 0x66, 0x69, 0xee, 0xe9, 0x12, 0xd7, 0xea, 0x84, 0x7d, 0xa6, 0x98, - 0x45, 0x68, 0x86, 0x8c, 0xb4, 0x13, 0xf6, 0xb3, 0x96, 0x44, 0x40, 0xd1, 0x11, 0x3d, 0xc7, 0x26, - 0x6e, 0x84, 0x23, 0xd0, 0x5e, 0x22, 0x8a, 0x1a, 0x3a, 0x24, 0x7c, 0x43, 0x80, 0x6d, 0x59, 0x0a, - 0xeb, 0xbf, 0xaa, 0xc1, 0x24, 0xf7, 0x1a, 0x76, 0xa4, 0x40, 0xdb, 0xc0, 0x34, 0x13, 0x21, 0x84, - 0x69, 0xb6, 0xb7, 0x9f, 0x39, 0x03, 0x42, 0xe2, 0x6e, 0xac, 0x22, 0xef, 0xc6, 0x72, 0x32, 0x4d, - 0x14, 0x65, 0xca, 0xad, 0xab, 0x5a, 0x5c, 0xd7, 0x39, 0x98, 0x0b, 0x59, 0x29, 0xd8, 0x74, 0xcc, - 0x68, 0xdb, 0x0b, 0x06, 0xbc, 0xa9, 0xab, 0x1a, 0x05, 0x3c, 0x6d, 0x87, 0x10, 0x97, 0x96, 0x22, - 0xac, 0x35, 0x39, 0x2c, 0x4d, 0xfc, 0x88, 0x49, 0x4a, 0x12, 0xb6, 0xe5, 0x32, 0x12, 0x65, 0x0b, - 0x43, 0xdb, 0x73, 0xd9, 0xf1, 0x08, 0x56, 0x1e, 0x11, 0x45, 0x57, 0x3e, 0x08, 0xfb, 0xd7, 0x03, - 0x6f, 0xc0, 0xab, 0x7d, 0x02, 0xb2, 0x95, 0x7b, 0x6e, 0x44, 0xdc, 0x88, 0xd1, 0x62, 0x43, 0x2e, - 0xa2, 0x28, 0x2d, 0x07, 0x59, 0xd9, 0x99, 0x32, 0x12, 0x90, 0x3a, 0x53, 0x48, 0xf6, 0x78, 0x2d, - 0xa1, 0x7f, 0x4a, 0x96, 0x9b, 0x95, 0x2d, 0x97, 0x2b, 0x72, 0x73, 0x85, 0x22, 0x97, 0x1d, 0x10, - 0xcd, 0x4b, 0x07, 0x44, 0xcb, 0x30, 0xe9, 0xf9, 0x74, 0xd7, 0x1f, 0xb6, 0x34, 0x16, 0x30, 0x67, - 0x47, 0x64, 0x92, 0xa5, 0x0d, 0x1c, 0x8a, 0xa1, 0x91, 0x10, 0x6a, 0x1d, 0x98, 0xf5, 0xb6, 0xb7, - 0x1d, 0xdb, 0x25, 0x9b, 0x71, 0xb8, 0xc3, 0x7a, 0xbf, 0x63, 0xcc, 0xdd, 0x9f, 0x2f, 0xe3, 0xb5, - 0x21, 0x0f, 0x35, 0xf2, 0xb4, 0xb4, 0xd6, 0x9b, 0x11, 0x56, 0x5d, 0x96, 0x6e, 0x8f, 0xb3, 0x6c, - 0x24, 0xe1, 0xd8, 0xc6, 0x56, 0xc8, 0xc8, 0x27, 0x98, 0xea, 0x44, 0x14, 0x72, 0x89, 0xcc, 0xde, - 0x0e, 0x61, 0x3b, 0x99, 0xd6, 0x02, 0x76, 0x43, 0x22, 0x8e, 0x57, 0xe5, 0xff, 0x49, 0xaa, 0x72, - 0xfb, 0x32, 0x4c, 0x89, 0x2b, 0x2c, 0x89, 0xe7, 0xe3, 0x62, 0x3c, 0xd7, 0xc5, 0x68, 0xfd, 0x9e, - 0x02, 0xb3, 0xb9, 0xa5, 0xd1, 0xd1, 0x91, 0x1d, 0x39, 0x84, 0x73, 0x40, 0x80, 0xd6, 0x3f, 0x8b, - 0x84, 0x3d, 0x1e, 0x3e, 0xec, 0x6f, 0x2e, 0x49, 0x25, 0xed, 0x21, 0x75, 0x98, 0xb2, 0x37, 0xba, - 0x94, 0x51, 0xd7, 0x8b, 0x5d, 0x2b, 0x3d, 0x19, 0x12, 0x70, 0xac, 0x8f, 0xdc, 0xe8, 0x2e, 0x9b, - 0x56, 0x9f, 0xe0, 0x39, 0x61, 0x95, 0xc9, 0x24, 0x23, 0x75, 0x0b, 0xea, 0xb7, 0x6d, 0x3f, 0x5c, - 0xf1, 0x06, 0x03, 0xea, 0x04, 0x16, 0x89, 0xe8, 0x9e, 0x54, 0x61, 0x0a, 0xe3, 0x10, 0xd5, 0xa6, - 0x45, 0xb6, 0xcd, 0xd8, 0x89, 0xe8, 0xd0, 0x24, 0x69, 0x08, 0x28, 0xd6, 0xd3, 0x86, 0x9e, 0xbb, - 0x8a, 0xd4, 0x28, 0xa7, 0x80, 0xd1, 0x7f, 0xab, 0xc2, 0x1c, 0x4b, 0x8a, 0x2b, 0xcc, 0xe5, 0x2c, - 0x46, 0x74, 0x09, 0xaa, 0x2c, 0x05, 0xf0, 0xad, 0xc4, 0x21, 0x3b, 0x01, 0x1c, 0xab, 0x5d, 0x81, - 0x9a, 0xe7, 0xb3, 0x3d, 0x21, 0xa6, 0xcc, 0xff, 0x1b, 0x4a, 0x25, 0x9f, 0x06, 0x19, 0x9c, 0x4c, - 0x5b, 0x03, 0xc0, 0x93, 0x52, 0xe6, 0x19, 0x15, 0xe6, 0xd4, 0x63, 0x33, 0x11, 0x48, 0xa9, 0x7e, - 0x71, 0xff, 0x44, 0xe3, 0x3c, 0x3b, 0x13, 0x92, 0x91, 0xda, 0x06, 0xcc, 0x30, 0xc1, 0x37, 0x92, - 0x7d, 0x21, 0x33, 0xc3, 0x03, 0x4c, 0x99, 0x23, 0xd7, 0x7f, 0xaa, 0x70, 0x55, 0xd2, 0xaf, 0x5d, - 0x82, 0xfa, 0xcf, 0xb4, 0xa2, 0x1c, 0x4d, 0x2b, 0x6d, 0xa8, 0x0f, 0x62, 0x69, 0xa3, 0x9a, 0xc2, - 0x99, 0x9d, 0x2a, 0xe3, 0xdb, 0x49, 0xff, 0x99, 0x02, 0xad, 0x37, 0x3d, 0xdb, 0x65, 0x1f, 0xae, - 0xfa, 0xbe, 0xc3, 0x4f, 0x0f, 0x8f, 0x6e, 0xf9, 0x2f, 0x43, 0xc3, 0x44, 0x3e, 0x6e, 0xc4, 0x8d, - 0x3f, 0xce, 0xee, 0x33, 0x23, 0x12, 0x76, 0x00, 0x15, 0x71, 0x07, 0xa0, 0x7f, 0xac, 0xc0, 0x0c, - 0xea, 0xe5, 0xed, 0xd8, 0x8e, 0x8e, 0x2e, 0xe1, 0x0a, 0xd4, 0xf7, 0x62, 0x3b, 0x3a, 0x8a, 0x77, - 0xa6, 0x84, 0x45, 0xb7, 0xaa, 0x94, 0xb8, 0x95, 0xfe, 0x07, 0x05, 0x4e, 0xe6, 0x55, 0x7b, 0xb5, - 0xd7, 0x23, 0xfe, 0xa3, 0x0d, 0x2e, 0x69, 0x17, 0x34, 0x51, 0xb2, 0x0b, 0x0a, 0x48, 0x8f, 0xd8, - 0xfb, 0x24, 0xb8, 0x1a, 0xf2, 0x63, 0x19, 0x01, 0x53, 0xba, 0x28, 0x83, 0xbc, 0x4f, 0x7a, 0x4f, - 0xf2, 0xa2, 0x3e, 0x50, 0xe1, 0xd9, 0xb5, 0x34, 0x84, 0x6f, 0x07, 0xa6, 0x1b, 0x6e, 0x93, 0x20, - 0x78, 0xa4, 0x2b, 0xea, 0xc0, 0xb4, 0x4b, 0xee, 0x65, 0x52, 0xf1, 0xc8, 0x1e, 0x9b, 0x8f, 0x4c, - 0x3d, 0x5e, 0x26, 0xd4, 0x3f, 0x55, 0x60, 0x0e, 0xf9, 0xbc, 0x65, 0xf7, 0x76, 0x1f, 0xe9, 0xfa, - 0x37, 0x60, 0x66, 0x97, 0xc9, 0x40, 0xa1, 0xa3, 0xd4, 0x81, 0x1c, 0xf9, 0x98, 0x1a, 0xf8, 0xa6, - 0x0a, 0xf3, 0xc9, 0x15, 0xc8, 0xbe, 0xfd, 0x68, 0x9d, 0xfa, 0x6d, 0x98, 0xc5, 0x03, 0xa5, 0x23, - 0xeb, 0x20, 0x4f, 0x3f, 0xa6, 0x12, 0x3e, 0x51, 0x60, 0x16, 0x39, 0x5d, 0x73, 0x23, 0x12, 0x1c, - 0x5d, 0x05, 0xeb, 0xd0, 0x24, 0x6e, 0x14, 0x98, 0xee, 0x91, 0x12, 0xae, 0x48, 0x3b, 0x66, 0xce, - 0xfd, 0x58, 0x01, 0x8d, 0xb1, 0x5a, 0xb5, 0xc3, 0x81, 0x1d, 0x86, 0x8f, 0xd4, 0x7e, 0xe3, 0x89, - 0xfc, 0x13, 0x15, 0x8e, 0x0b, 0x5c, 0x3a, 0x71, 0xf4, 0xf8, 0x0b, 0xad, 0x5d, 0x83, 0x06, 0xed, - 0x3d, 0xc4, 0x93, 0xff, 0xb1, 0x67, 0xca, 0x28, 0x69, 0x8f, 0xcc, 0x80, 0x2e, 0xe9, 0x79, 0xae, - 0x85, 0xa9, 0x79, 0xda, 0x90, 0x70, 0x34, 0x27, 0xb5, 0x05, 0x36, 0x2b, 0xa6, 0xdb, 0x23, 0xce, - 0xd3, 0xa4, 0x25, 0xfd, 0x17, 0x0a, 0x3f, 0xce, 0x7b, 0x22, 0x56, 0xad, 0xff, 0x52, 0xe1, 0x0e, - 0xfd, 0x04, 0x99, 0x8a, 0x7a, 0xd9, 0x82, 0xc0, 0x45, 0x6c, 0xdc, 0x1f, 0x67, 0x0f, 0x5b, 0x87, - 0x66, 0x6f, 0xc7, 0x74, 0xfb, 0x47, 0xf3, 0x31, 0x91, 0x56, 0xdf, 0x85, 0x79, 0xbc, 0xac, 0x10, - 0x3a, 0x3b, 0xad, 0x05, 0x93, 0xa6, 0x85, 0xc7, 0x15, 0x78, 0x8e, 0x97, 0x80, 0xf2, 0x75, 0x16, - 0x7f, 0x3a, 0x91, 0x5d, 0x67, 0x9d, 0x06, 0x30, 0x2d, 0xeb, 0x1d, 0x2f, 0xb0, 0x6c, 0x37, 0x69, - 0xe5, 0x05, 0x8c, 0xfe, 0x26, 0x4c, 0x5d, 0x0f, 0xbc, 0xc1, 0x6d, 0xe1, 0xda, 0x61, 0xe4, 0xc5, - 0x88, 0x78, 0x65, 0xa1, 0xca, 0x57, 0x16, 0xfa, 0x7b, 0x70, 0xa2, 0x20, 0x38, 0x33, 0xdc, 0x2a, - 0xde, 0xa6, 0x24, 0x93, 0x70, 0xfb, 0x95, 0x1e, 0xe0, 0x89, 0xc2, 0x18, 0x12, 0x95, 0xfe, 0x2d, - 0x05, 0x4e, 0x15, 0xf8, 0x5f, 0xf5, 0xfd, 0xc0, 0xdb, 0xe7, 0x7e, 0xfd, 0x50, 0xe6, 0x91, 0x5b, - 0x58, 0x35, 0xd7, 0xc2, 0x96, 0x4b, 0x21, 0x35, 0xde, 0x9f, 0x87, 0x14, 0x3f, 0x57, 0x60, 0x96, - 0x4b, 0x61, 0x59, 0x7c, 0xde, 0x97, 0xa1, 0x86, 0xb7, 0xba, 0x7c, 0xc6, 0xd3, 0xe5, 0x33, 0x26, - 0xf7, 0xd1, 0x06, 0x1f, 0x5d, 0x74, 0x70, 0xb5, 0xcc, 0xc1, 0x2f, 0xa7, 0x71, 0x34, 0xfe, 0xc5, - 0x2b, 0xa7, 0xd0, 0xbf, 0x9a, 0x78, 0xf4, 0x2a, 0x71, 0xc8, 0x43, 0x55, 0x93, 0x7e, 0x17, 0x66, - 0xd8, 0x2d, 0x73, 0xa6, 0x86, 0x87, 0xc3, 0xf7, 0x2b, 0x30, 0xc7, 0xf8, 0x3e, 0x7c, 0x89, 0xd3, - 0x28, 0xa1, 0x2a, 0x5a, 0xc1, 0xb8, 0x7f, 0x88, 0xec, 0xcf, 0xc3, 0xb1, 0x44, 0xff, 0xf8, 0x7a, - 0x0b, 0x99, 0x0f, 0xb9, 0x0b, 0xd3, 0xbf, 0xaf, 0xc0, 0xc2, 0x8a, 0xe7, 0xee, 0x93, 0x20, 0x94, - 0x5e, 0x7c, 0x21, 0x89, 0x94, 0x06, 0x38, 0xa4, 0x2d, 0x81, 0xd6, 0x13, 0x28, 0xf8, 0xc9, 0xa2, - 0xca, 0x4e, 0x16, 0x4b, 0xbe, 0x68, 0x5f, 0x80, 0x13, 0x31, 0xe3, 0x7a, 0xc7, 0x0d, 0x88, 0x69, - 0xb1, 0xa3, 0x34, 0x21, 0x91, 0x96, 0x7f, 0xd4, 0xdf, 0x87, 0xb6, 0x28, 0x57, 0x97, 0x44, 0x9b, - 0x81, 0xbd, 0x2f, 0xc8, 0xc6, 0x0f, 0xce, 0x15, 0xe9, 0xe0, 0x3c, 0x3b, 0x68, 0x57, 0xa5, 0x83, - 0xf6, 0x93, 0xd0, 0xb0, 0x43, 0xce, 0x80, 0xcd, 0x5b, 0x37, 0x32, 0x84, 0xfe, 0x2e, 0xcc, 0xa3, - 0x9d, 0xf9, 0x75, 0x13, 0x9b, 0xa2, 0x0d, 0x75, 0x74, 0xdf, 0x74, 0x92, 0x14, 0x1e, 0xfa, 0x26, - 0xaa, 0xe4, 0x66, 0x51, 0xef, 0xc2, 0x3c, 0xbf, 0x75, 0xde, 0x34, 0xfb, 0xb6, 0x8b, 0xe9, 0xfc, - 0x34, 0x80, 0x6f, 0xf6, 0x93, 0x77, 0x30, 0x0a, 0x6e, 0x84, 0x33, 0x0c, 0xfd, 0x1e, 0xee, 0x78, - 0xf7, 0xf8, 0x77, 0x15, 0xbf, 0x67, 0x18, 0xfd, 0x6f, 0x35, 0x68, 0x74, 0xed, 0xbe, 0x6b, 0x3a, - 0x06, 0xd9, 0xd3, 0x5e, 0x87, 0x1a, 0xee, 0x2f, 0xb8, 0xcf, 0x94, 0x9e, 0x15, 0xe3, 0x70, 0xdc, - 0x4c, 0x19, 0x64, 0xef, 0xc6, 0x33, 0x06, 0x27, 0xd2, 0x8c, 0xe4, 0x12, 0x7d, 0x1d, 0x4f, 0xa0, - 0x78, 0xa5, 0x3c, 0x77, 0x18, 0x17, 0x3e, 0x1c, 0x99, 0xc9, 0x2c, 0xa8, 0x48, 0x3d, 0xd6, 0x75, - 0xf0, 0x74, 0x31, 0x42, 0x24, 0xec, 0x4e, 0xb8, 0x48, 0x48, 0x44, 0xc9, 0x4d, 0x76, 0x42, 0xc3, - 0x2b, 0xe9, 0x08, 0x72, 0x3c, 0xc9, 0xe1, 0xe4, 0x48, 0x44, 0xc9, 0x77, 0x62, 0xb7, 0x7f, 0xc7, - 0xe7, 0x07, 0x88, 0x23, 0xc8, 0x6f, 0xb0, 0x71, 0x9c, 0x1c, 0x89, 0x28, 0x79, 0xc0, 0x32, 0x3a, - 0xbb, 0x16, 0x19, 0x49, 0x8e, 0x99, 0x9f, 0x93, 0x23, 0x91, 0xf6, 0x2e, 0xcc, 0xf5, 0x49, 0x64, - 0x78, 0xde, 0x60, 0xf9, 0x60, 0x8d, 0x5f, 0xe3, 0xe0, 0xe3, 0xc1, 0xf3, 0xc3, 0x19, 0xad, 0xe5, - 0x28, 0x90, 0x65, 0x81, 0x91, 0xf6, 0x0d, 0x38, 0xe5, 0xb9, 0x14, 0xb5, 0x69, 0x06, 0x91, 0xdd, - 0xb3, 0x7d, 0xd3, 0x8d, 0x56, 0x3c, 0xd7, 0x65, 0xf5, 0xc7, 0x20, 0x7b, 0xfc, 0x7d, 0xe1, 0x2b, - 0xc3, 0x67, 0xda, 0x18, 0x45, 0x7e, 0xe3, 0x19, 0x63, 0x34, 0x7f, 0xed, 0x3b, 0x0a, 0x2c, 0x16, - 0x46, 0xac, 0xda, 0x61, 0x4f, 0x14, 0x02, 0x1f, 0x27, 0x5e, 0x7e, 0x00, 0x21, 0x72, 0x1c, 0x6e, - 0x3c, 0x63, 0x1c, 0x3a, 0x0b, 0x57, 0xf4, 0x6d, 0x6f, 0x97, 0xb8, 0xcb, 0x07, 0x74, 0xec, 0xfa, - 0x2a, 0xbb, 0x35, 0x3a, 0x4c, 0xd1, 0x12, 0x45, 0xa6, 0x68, 0x09, 0xbd, 0xdc, 0x80, 0x49, 0xdf, - 0x3c, 0x70, 0x3c, 0xd3, 0xd2, 0xff, 0x39, 0x01, 0x90, 0x98, 0x3b, 0x64, 0x2d, 0xa5, 0x14, 0x6e, - 0x67, 0x0e, 0x0f, 0x37, 0xdf, 0x39, 0x10, 0x02, 0xee, 0x76, 0x79, 0xc0, 0xbd, 0x34, 0x76, 0xc0, - 0x21, 0xbb, 0x5c, 0xc8, 0x5d, 0xc9, 0x85, 0xdc, 0x99, 0xc3, 0x43, 0x8e, 0x8b, 0xc5, 0x83, 0xee, - 0x4a, 0x2e, 0xe8, 0xce, 0x1c, 0x1e, 0x74, 0x9c, 0x01, 0x0f, 0xbb, 0x2b, 0xb9, 0xb0, 0x3b, 0x73, - 0x78, 0xd8, 0x71, 0x06, 0x3c, 0xf0, 0xae, 0xe4, 0x02, 0xef, 0xcc, 0xe1, 0x81, 0xc7, 0x19, 0xf0, - 0xd0, 0x7b, 0x6f, 0x68, 0xe8, 0x5d, 0x78, 0x90, 0xd0, 0x43, 0xa6, 0xc5, 0xe0, 0x7b, 0xaf, 0xc4, - 0xe1, 0xea, 0x63, 0xb0, 0xcf, 0x39, 0x5c, 0xc6, 0x7e, 0xa8, 0xcb, 0x7d, 0xbb, 0x02, 0x33, 0xcc, - 0xe8, 0x58, 0x49, 0xdd, 0x6d, 0xaf, 0xf8, 0xd6, 0x49, 0x29, 0x79, 0xeb, 0xa4, 0xbd, 0x04, 0xf3, - 0x88, 0x20, 0xc2, 0xb5, 0x1f, 0x16, 0xe7, 0xe2, 0x07, 0x76, 0xd5, 0x19, 0x87, 0x91, 0x37, 0x58, - 0x35, 0x23, 0x33, 0xd9, 0x1e, 0x64, 0x18, 0xf1, 0x22, 0x7a, 0xa2, 0xf0, 0x2c, 0x38, 0x40, 0x05, - 0x54, 0x79, 0x05, 0x66, 0x10, 0xa5, 0x88, 0xec, 0x01, 0xf1, 0xe2, 0x88, 0xdf, 0x29, 0x27, 0x20, - 0xad, 0xc1, 0x03, 0x62, 0xd9, 0x26, 0xbb, 0xbe, 0xe5, 0x2f, 0x96, 0x52, 0x04, 0xab, 0x88, 0xd9, - 0x75, 0x34, 0x7f, 0xb6, 0x9b, 0x61, 0xc6, 0xb8, 0x3a, 0x66, 0x2f, 0xc0, 0xed, 0xc8, 0x4e, 0x2e, - 0x6e, 0xf1, 0xfe, 0x58, 0xc2, 0xd1, 0xde, 0x65, 0x2b, 0x0e, 0x0f, 0x6e, 0xda, 0xae, 0xa8, 0x9e, - 0x26, 0xf6, 0x2e, 0xc5, 0x2f, 0xfa, 0x5f, 0x14, 0x38, 0x26, 0x24, 0xa0, 0x0e, 0x89, 0x4c, 0xa6, - 0x17, 0xe9, 0x71, 0x9e, 0xf2, 0x80, 0x8f, 0xf3, 0xde, 0x86, 0xd9, 0xbe, 0xbc, 0xc3, 0x7d, 0xd0, - 0xbd, 0x69, 0x9e, 0x5e, 0x7a, 0x6c, 0x58, 0x79, 0xf0, 0xc7, 0x86, 0xfa, 0x87, 0x2a, 0xcc, 0xe6, - 0x1a, 0x84, 0x91, 0x0d, 0xd0, 0x32, 0x80, 0x9d, 0x7a, 0xe7, 0xa8, 0x0b, 0x26, 0xd9, 0x87, 0x0d, - 0x81, 0xaa, 0xec, 0xaa, 0xbb, 0xf2, 0x19, 0xae, 0xba, 0xd7, 0xa1, 0xe9, 0x67, 0x96, 0x1a, 0xb5, - 0x03, 0x2f, 0x31, 0xa8, 0x21, 0xd2, 0xea, 0x1f, 0x2a, 0x30, 0x5f, 0xc8, 0xdf, 0xec, 0x06, 0x9a, - 0x86, 0x6b, 0x7a, 0x03, 0x4d, 0x01, 0x21, 0x0e, 0xd4, 0x7c, 0x1c, 0x38, 0xf6, 0xbe, 0xf8, 0x38, - 0x9a, 0x83, 0x43, 0x7c, 0x70, 0x62, 0xa8, 0x0f, 0x7e, 0xa4, 0xc2, 0x42, 0x79, 0xdb, 0xf5, 0x14, - 0x9b, 0xe8, 0x23, 0x05, 0x5a, 0xc3, 0x4a, 0xe3, 0x23, 0xb3, 0x54, 0x16, 0x45, 0x69, 0x4f, 0xfb, - 0x14, 0x9b, 0xe8, 0x58, 0x12, 0x44, 0x42, 0xb7, 0xa1, 0x7f, 0x92, 0xaa, 0x28, 0xed, 0xdb, 0x9f, - 0x5e, 0x15, 0x69, 0xe7, 0x60, 0x0e, 0x57, 0x2a, 0xbc, 0xc4, 0xc2, 0x5b, 0xd1, 0x02, 0x9e, 0x6e, - 0x52, 0x0b, 0xbd, 0xd7, 0xc3, 0xf2, 0x74, 0xfd, 0xd7, 0x4a, 0x62, 0x96, 0x74, 0x3f, 0xf4, 0x84, - 0x99, 0x25, 0x73, 0x37, 0xa1, 0xb5, 0x14, 0xdc, 0x2d, 0xdd, 0xa8, 0xfd, 0xd7, 0xdd, 0xc6, 0x72, - 0xb7, 0x54, 0x9d, 0x42, 0xa3, 0xad, 0xff, 0x58, 0x81, 0x67, 0x87, 0x6e, 0x57, 0x47, 0x2a, 0x56, - 0x68, 0x24, 0x55, 0xb9, 0x91, 0xcc, 0xad, 0xaf, 0xf2, 0x19, 0x32, 0xce, 0x6f, 0x14, 0x78, 0x6e, - 0x44, 0x4b, 0x9f, 0xb3, 0xae, 0x72, 0x24, 0xeb, 0xe6, 0xc4, 0x55, 0x87, 0xdf, 0x03, 0x1f, 0x6a, - 0x8e, 0x2c, 0x4c, 0x2b, 0x62, 0x98, 0xea, 0xbf, 0x53, 0xe0, 0xf9, 0x31, 0xb6, 0xea, 0x8f, 0xdb, - 0x72, 0x86, 0x3e, 0x5a, 0xd5, 0x7f, 0xaf, 0xc0, 0x8b, 0xe3, 0x6d, 0xfb, 0x9f, 0x9c, 0x35, 0xfd, - 0x50, 0x0c, 0x85, 0xfc, 0x81, 0x82, 0x60, 0x5a, 0x45, 0xca, 0xc0, 0x62, 0x88, 0xa8, 0xb9, 0x10, - 0x79, 0x88, 0x81, 0xd0, 0x11, 0xe2, 0xa0, 0xb8, 0xf7, 0x1c, 0x52, 0x35, 0x84, 0xea, 0xa0, 0xca, - 0xd5, 0xe1, 0x1d, 0x78, 0xb6, 0x4b, 0xa2, 0xab, 0xbe, 0xbf, 0x6c, 0xf6, 0x76, 0xa9, 0x02, 0x5c, - 0xab, 0xcb, 0x9e, 0xbc, 0x8e, 0xfa, 0x95, 0x05, 0xdd, 0x8e, 0x85, 0x19, 0x01, 0x7f, 0xe5, 0x29, - 0xe1, 0xf4, 0x93, 0xd0, 0x1e, 0xc6, 0x38, 0xf4, 0xf5, 0xbf, 0xab, 0x30, 0x75, 0xed, 0x7e, 0x84, - 0x6f, 0xb6, 0xbb, 0x84, 0xfd, 0xd8, 0x2e, 0x64, 0xd7, 0x5a, 0x59, 0x82, 0x49, 0xe0, 0xfc, 0xfe, - 0x50, 0x2d, 0xee, 0x0f, 0x37, 0x01, 0x48, 0xc2, 0x2d, 0xe4, 0x0f, 0x38, 0xfe, 0xbf, 0x4c, 0xbd, - 0xe2, 0x9c, 0x19, 0xc0, 0x5f, 0xea, 0x0a, 0x3c, 0x68, 0x3e, 0xed, 0x98, 0xf7, 0x3b, 0x61, 0x5f, - 0xf8, 0x15, 0x35, 0xbe, 0xe3, 0x28, 0xe0, 0xa9, 0x3a, 0x52, 0xca, 0x5b, 0xf1, 0x80, 0xe7, 0x5d, - 0x09, 0x97, 0x7b, 0x78, 0x5c, 0xcb, 0x3f, 0x3c, 0x6e, 0x7f, 0x1d, 0x66, 0x73, 0xe2, 0x94, 0x3c, - 0xab, 0xbd, 0x24, 0x3f, 0x93, 0x3f, 0x35, 0x72, 0x85, 0xe2, 0xab, 0xdb, 0xbf, 0xaa, 0xd0, 0x48, - 0x3f, 0x68, 0x2e, 0x9c, 0x08, 0x88, 0xc9, 0x7e, 0x37, 0xcd, 0x90, 0x54, 0x8d, 0xc2, 0x0f, 0x48, - 0x5e, 0x1d, 0xc9, 0x76, 0xc9, 0x28, 0x23, 0x45, 0x05, 0x96, 0xb3, 0x1d, 0xe3, 0xb1, 0xfd, 0x12, - 0x68, 0x83, 0xb0, 0x7f, 0xdd, 0x0e, 0xc2, 0xa8, 0xe3, 0x59, 0xf6, 0xf6, 0x81, 0x70, 0x89, 0x50, - 0xf2, 0xa5, 0xf0, 0x6a, 0x79, 0x62, 0xe8, 0xab, 0xe5, 0xf4, 0x37, 0xb1, 0xed, 0x6d, 0x68, 0x0f, - 0x17, 0xbd, 0x44, 0xd9, 0x17, 0x65, 0x65, 0x97, 0xfe, 0xe8, 0xf2, 0x2d, 0x72, 0x80, 0x3f, 0xc7, - 0x16, 0x74, 0xbd, 0x0d, 0xf5, 0x04, 0xcd, 0x4e, 0x4c, 0x0e, 0x7c, 0xf2, 0x56, 0xca, 0x39, 0x01, - 0xe5, 0x17, 0xd2, 0x0d, 0x4e, 0x4f, 0xbd, 0xce, 0x31, 0x23, 0x12, 0x46, 0x82, 0xd7, 0xa1, 0x16, - 0x0a, 0xf8, 0xe5, 0xd3, 0x5f, 0x3b, 0x89, 0x12, 0xe5, 0xff, 0x43, 0x88, 0xd7, 0xd8, 0xbf, 0x5b, - 0x35, 0x86, 0xba, 0xf4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x34, 0x9d, 0xe2, 0xc4, 0x63, 0x42, - 0x00, 0x00, +func init() { proto.RegisterFile("sdkws/ws.proto", fileDescriptor_ws_d3110a8d9d5d5593) } + +var fileDescriptor_ws_d3110a8d9d5d5593 = []byte{ + // 3684 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x1c, 0x4b, 0x8c, 0x1c, 0x47, + 0x35, 0xdd, 0xb3, 0x33, 0x3b, 0xf3, 0x66, 0xbf, 0x6d, 0x7b, 0x99, 0x4c, 0x6c, 0xb3, 0x74, 0xe2, + 0x60, 0x59, 0xf1, 0x1a, 0xd9, 0x21, 0x89, 0x1c, 0x12, 0xe3, 0xdd, 0xf5, 0x67, 0x13, 0x8f, 0x77, + 0xd3, 0x63, 0x3b, 0x40, 0xc8, 0xa1, 0x77, 0xba, 0x76, 0xb6, 0xb3, 0x3d, 0xdd, 0xbd, 0xfd, 0x59, + 0x7b, 0x4f, 0x48, 0x80, 0x22, 0xa4, 0xdc, 0x22, 0x81, 0xc4, 0xef, 0x86, 0x90, 0x10, 0x1c, 0x22, + 0x2e, 0xe1, 0xc8, 0x81, 0x03, 0x27, 0x24, 0xb8, 0x22, 0xc1, 0x89, 0x03, 0x02, 0x24, 0xb8, 0x72, + 0x09, 0xaa, 0x7a, 0xd5, 0xdd, 0x55, 0xdd, 0x3d, 0xb3, 0xe3, 0x8d, 0x15, 0xdb, 0x32, 0x17, 0x6b, + 0xdf, 0xeb, 0x7a, 0xaf, 0x5e, 0xbd, 0x7f, 0x7d, 0xc6, 0x30, 0x13, 0x5a, 0x3b, 0x77, 0xc3, 0x73, + 0x77, 0xc3, 0x25, 0x3f, 0xf0, 0x22, 0x4f, 0xd3, 0xd6, 0x7d, 0xe2, 0xae, 0x75, 0xba, 0x24, 0xd8, + 0x23, 0xc1, 0x12, 0xfb, 0xd8, 0x7e, 0x91, 0xe2, 0xce, 0xae, 0x75, 0xce, 0x22, 0xf6, 0x9c, 0xbf, + 0xd3, 0x3f, 0xc7, 0x46, 0x9f, 0xbb, 0x1b, 0x98, 0xbe, 0x4f, 0x82, 0xd0, 0xdf, 0x14, 0xfe, 0x44, + 0x4e, 0xfa, 0x5f, 0x27, 0xa0, 0x71, 0x2d, 0xf0, 0x62, 0x7f, 0xcd, 0xdd, 0xf2, 0xb4, 0x16, 0x4c, + 0xf6, 0x19, 0xb0, 0xda, 0x52, 0x16, 0x95, 0xd3, 0x0d, 0x23, 0x01, 0xb5, 0xe3, 0xd0, 0x60, 0x7f, + 0xde, 0x34, 0x07, 0xa4, 0xa5, 0xb2, 0x6f, 0x19, 0x42, 0xd3, 0x61, 0xca, 0xf5, 0x22, 0x7b, 0xcb, + 0xee, 0x99, 0x91, 0xed, 0xb9, 0xad, 0x0a, 0x1b, 0x20, 0xe1, 0xe8, 0x18, 0xdb, 0x8d, 0x02, 0xcf, + 0x8a, 0x7b, 0x6c, 0xcc, 0x04, 0x8e, 0x11, 0x71, 0x74, 0xfe, 0x2d, 0xb3, 0x47, 0x6e, 0x1b, 0x37, + 0x5a, 0x55, 0x9c, 0x9f, 0x83, 0xda, 0x22, 0x34, 0xbd, 0xbb, 0x2e, 0x09, 0x6e, 0x87, 0x24, 0x58, + 0x5b, 0x6d, 0xd5, 0xd8, 0x57, 0x11, 0xa5, 0x9d, 0x04, 0xe8, 0x05, 0xc4, 0x8c, 0xc8, 0x2d, 0x7b, + 0x40, 0x5a, 0x93, 0x8b, 0xca, 0xe9, 0x8a, 0x21, 0x60, 0x28, 0x87, 0x01, 0x19, 0x6c, 0x92, 0x60, + 0xc5, 0x8b, 0xdd, 0xa8, 0x55, 0x5f, 0x54, 0x4e, 0x4f, 0x1b, 0x22, 0x4a, 0x9b, 0x01, 0x95, 0xdc, + 0x6b, 0x35, 0x18, 0x6b, 0x95, 0xdc, 0xd3, 0x16, 0xa0, 0x16, 0x46, 0x66, 0x14, 0x87, 0x2d, 0x58, + 0x54, 0x4e, 0x57, 0x0d, 0x0e, 0x69, 0xcf, 0xc1, 0x34, 0xe3, 0xeb, 0x25, 0xd2, 0x34, 0x19, 0x89, + 0x8c, 0x4c, 0x35, 0x76, 0x6b, 0xdf, 0x27, 0xad, 0x29, 0xc6, 0x20, 0x43, 0x68, 0x67, 0x60, 0xce, + 0x25, 0xc4, 0xba, 0x43, 0x82, 0x4c, 0x6b, 0xd3, 0x6c, 0x50, 0x01, 0xaf, 0x3d, 0x0f, 0x33, 0x8e, + 0xe7, 0xed, 0x74, 0x98, 0xa8, 0xd4, 0x4e, 0xad, 0x19, 0x36, 0x32, 0x87, 0xd5, 0x5e, 0x80, 0x79, + 0xd3, 0xf7, 0x9d, 0x7d, 0x44, 0x5d, 0x0d, 0x6c, 0xe2, 0x5a, 0xad, 0x59, 0x36, 0xb4, 0xf8, 0x41, + 0x7b, 0x09, 0x16, 0x44, 0xfb, 0xdc, 0xf6, 0xad, 0x44, 0x77, 0x73, 0x4c, 0x77, 0x43, 0xbe, 0x6a, + 0x4b, 0xa0, 0x49, 0x5f, 0x50, 0x05, 0xf3, 0x4c, 0x05, 0x25, 0x5f, 0xf4, 0x9f, 0x57, 0x60, 0x36, + 0xf5, 0xb0, 0xab, 0x5e, 0xd0, 0x25, 0xd1, 0x23, 0xec, 0x67, 0xe8, 0x03, 0xb5, 0xd4, 0x07, 0x3a, + 0x25, 0x76, 0xa2, 0xbe, 0xd5, 0x3c, 0xff, 0x85, 0x25, 0x29, 0x08, 0x59, 0x38, 0x6d, 0xc6, 0x5b, + 0x4b, 0x6b, 0x6e, 0x74, 0xe1, 0xfc, 0x1d, 0xd3, 0x89, 0x49, 0x89, 0x29, 0xd7, 0x0a, 0xa6, 0xac, + 0x8f, 0xcb, 0x2c, 0x6f, 0xed, 0xf5, 0x32, 0x6b, 0x37, 0xc6, 0xe5, 0x56, 0xa4, 0xd5, 0x3f, 0x51, + 0xe1, 0x08, 0x33, 0x14, 0xc7, 0xc6, 0x8e, 0x73, 0x40, 0x52, 0x58, 0x80, 0x5a, 0x8c, 0xe6, 0x47, + 0x4b, 0x71, 0x88, 0x1a, 0x31, 0xf0, 0x1c, 0x72, 0x83, 0xec, 0x11, 0x87, 0xd9, 0xa8, 0x6a, 0x64, + 0x08, 0xad, 0x0d, 0xf5, 0xf7, 0x3c, 0xdb, 0x65, 0xae, 0x36, 0xc1, 0x5c, 0x2d, 0x85, 0xe9, 0x37, + 0xd7, 0xee, 0xed, 0xb8, 0xd4, 0xfa, 0x68, 0x99, 0x14, 0x16, 0x8d, 0x56, 0x93, 0x8d, 0xf6, 0x3c, + 0xcc, 0x98, 0xbe, 0xdf, 0x31, 0xdd, 0x3e, 0x09, 0x70, 0xd2, 0x49, 0x0c, 0x10, 0x19, 0x4b, 0x53, + 0x04, 0x9d, 0xa9, 0xeb, 0xc5, 0x41, 0x8f, 0x30, 0xcd, 0x57, 0x0d, 0x01, 0x43, 0xf9, 0x78, 0x3e, + 0x09, 0x84, 0xc8, 0xc6, 0x64, 0x90, 0xc3, 0x72, 0x27, 0x81, 0xd4, 0x49, 0x68, 0x6a, 0x89, 0x23, + 0x72, 0xc5, 0xb5, 0xd8, 0xa2, 0x9a, 0x6c, 0x51, 0x22, 0x8a, 0xa6, 0x0c, 0xdb, 0xdd, 0xb3, 0xa3, + 0x34, 0x81, 0x4d, 0x61, 0xca, 0x90, 0x90, 0xfa, 0xfb, 0x0a, 0xcc, 0x6c, 0xc4, 0x9b, 0x8e, 0xdd, + 0x63, 0x08, 0xaa, 0xfc, 0x4c, 0xc5, 0x8a, 0xa4, 0x62, 0x51, 0x51, 0xea, 0x70, 0x45, 0x55, 0x64, + 0x45, 0x2d, 0x40, 0xad, 0x4f, 0x5c, 0x8b, 0x04, 0x4c, 0xf1, 0x55, 0x83, 0x43, 0x7c, 0x41, 0xd5, + 0x64, 0x41, 0xfa, 0x5f, 0x54, 0xa8, 0x7f, 0xc6, 0x22, 0x2c, 0x42, 0xd3, 0xdf, 0xf6, 0x5c, 0x72, + 0x33, 0xa6, 0xce, 0xc7, 0x65, 0x11, 0x51, 0xda, 0x51, 0xa8, 0x6e, 0xda, 0x41, 0xb4, 0xcd, 0xac, + 0x3f, 0x6d, 0x20, 0x40, 0xb1, 0x64, 0x60, 0xda, 0x68, 0xf2, 0x86, 0x81, 0x00, 0x5f, 0x50, 0x3d, + 0xb5, 0x90, 0x5c, 0x1c, 0x1a, 0x85, 0xe2, 0x50, 0xf4, 0x20, 0x28, 0xf5, 0xa0, 0x33, 0x30, 0xd7, + 0x77, 0xbc, 0x4d, 0xd3, 0x31, 0x48, 0x6f, 0xaf, 0x13, 0xf6, 0xd7, 0xfd, 0x88, 0x99, 0xbb, 0x6a, + 0x14, 0xf0, 0x54, 0x3f, 0x4c, 0x44, 0xcb, 0xdc, 0x67, 0xa9, 0xbd, 0x62, 0xa4, 0xb0, 0xfe, 0x5f, + 0x05, 0x00, 0xc3, 0x8e, 0xa9, 0x38, 0x57, 0xdd, 0x94, 0x62, 0x75, 0x5b, 0x80, 0x5a, 0x40, 0x06, + 0x66, 0xb0, 0x93, 0x84, 0x1a, 0x42, 0xb9, 0x85, 0x55, 0x0a, 0x0b, 0xfb, 0x0a, 0xc0, 0x16, 0x9b, + 0x87, 0xf2, 0x61, 0x2a, 0x6f, 0x9e, 0x3f, 0xbe, 0x54, 0x6c, 0x1f, 0x96, 0x12, 0x73, 0x1b, 0xc2, + 0x78, 0x1a, 0xc8, 0xa6, 0x65, 0xf1, 0x78, 0xa9, 0x62, 0x20, 0xa7, 0x88, 0x92, 0x70, 0xa9, 0x8d, + 0x08, 0x97, 0xc9, 0xd4, 0xbb, 0xfe, 0xa5, 0x40, 0x63, 0xd9, 0x31, 0x7b, 0x3b, 0x63, 0xae, 0x5d, + 0x5e, 0xa3, 0x5a, 0x58, 0xe3, 0x75, 0x98, 0xde, 0xa4, 0xec, 0x92, 0x25, 0x30, 0x35, 0x34, 0xcf, + 0xeb, 0x65, 0xcb, 0x94, 0xc3, 0xcb, 0x90, 0x09, 0xe5, 0xf5, 0x4e, 0x1c, 0xbc, 0xde, 0xea, 0x88, + 0xf5, 0xa6, 0x35, 0x44, 0xff, 0x61, 0x05, 0xa6, 0x58, 0x62, 0x35, 0xc8, 0x6e, 0x4c, 0xc2, 0x48, + 0x7b, 0x1d, 0xea, 0x71, 0x22, 0xab, 0x32, 0xb6, 0xac, 0x29, 0x8d, 0xf6, 0x2a, 0x2f, 0x92, 0x8c, + 0x81, 0xca, 0x18, 0x9c, 0x28, 0x63, 0x90, 0x96, 0x5d, 0x23, 0x1b, 0x4f, 0xeb, 0xe3, 0xb6, 0xe9, + 0x5a, 0x0e, 0x31, 0x48, 0x18, 0x3b, 0x11, 0xcf, 0xcf, 0x12, 0x0e, 0xbd, 0x6d, 0xb7, 0x13, 0xf6, + 0x79, 0xf5, 0xe4, 0x10, 0xd5, 0x0f, 0x8e, 0xa3, 0x9f, 0x70, 0xf1, 0x19, 0x82, 0x06, 0x7d, 0x40, + 0x76, 0x99, 0x91, 0x6a, 0xcc, 0x48, 0x09, 0x98, 0xcd, 0xc9, 0xf5, 0x86, 0xbe, 0x20, 0xe1, 0xa8, + 0x95, 0x11, 0x66, 0x0c, 0xea, 0x68, 0xe5, 0x0c, 0x53, 0xe8, 0xce, 0xe4, 0x64, 0x0e, 0x85, 0x64, + 0x5e, 0x48, 0xb9, 0xcd, 0xb2, 0x94, 0xfb, 0xe7, 0x0a, 0x4c, 0x63, 0x20, 0x26, 0xc6, 0x39, 0x49, + 0x23, 0xc6, 0x1b, 0x48, 0xee, 0x28, 0x60, 0xe8, 0x5a, 0x28, 0x74, 0x53, 0x4e, 0x7d, 0x12, 0x8e, + 0xfa, 0x34, 0x85, 0xaf, 0x4a, 0x29, 0x50, 0x44, 0x25, 0xb3, 0x5c, 0x13, 0x53, 0xa1, 0x80, 0xa1, + 0xc9, 0x23, 0xf2, 0x24, 0x2f, 0x4b, 0x61, 0x4a, 0x1b, 0x79, 0xe9, 0xfc, 0xe8, 0x67, 0x02, 0x86, + 0x5a, 0x29, 0xf2, 0x92, 0xb9, 0x51, 0xd5, 0x19, 0x02, 0x39, 0xf3, 0x79, 0xb1, 0x04, 0xa6, 0x70, + 0xc1, 0x37, 0x1a, 0x23, 0x7d, 0x03, 0x24, 0xdf, 0x90, 0xa3, 0xb4, 0x59, 0x88, 0xd2, 0xe7, 0x60, + 0x1a, 0xf9, 0xe4, 0x4a, 0xa0, 0x84, 0x94, 0x3d, 0x6c, 0x3a, 0xef, 0x61, 0xb2, 0x8f, 0xcc, 0x0c, + 0xf1, 0x91, 0xd9, 0x34, 0xf2, 0xfe, 0xa3, 0xc0, 0xd1, 0x8d, 0xd8, 0x71, 0x3a, 0x24, 0x0c, 0xcd, + 0x3e, 0x59, 0xde, 0xef, 0x92, 0xdd, 0xd0, 0x20, 0xbb, 0x43, 0x6b, 0x9a, 0x06, 0x13, 0x21, 0xd9, + 0x0d, 0x5b, 0x95, 0xc5, 0xca, 0xe9, 0x8a, 0xc1, 0xfe, 0xd6, 0x6e, 0xf3, 0x68, 0xa3, 0xb4, 0xad, + 0x89, 0xc5, 0xca, 0xe9, 0xe6, 0xf9, 0x97, 0xcb, 0xc3, 0xb5, 0x38, 0x11, 0x86, 0x20, 0x05, 0xae, + 0xb8, 0x51, 0xb0, 0x6f, 0x64, 0x9c, 0xda, 0x77, 0x60, 0x46, 0xfe, 0xa8, 0xcd, 0x41, 0x65, 0x87, + 0xec, 0x73, 0x89, 0xe8, 0x9f, 0xda, 0x12, 0x54, 0xf7, 0x68, 0xbb, 0xc6, 0x83, 0xbc, 0x55, 0x36, + 0x2d, 0x95, 0xd1, 0xc0, 0x61, 0x17, 0xd5, 0x57, 0x14, 0xbd, 0x8d, 0x4b, 0x48, 0x97, 0xa2, 0x64, + 0x4b, 0xd1, 0x6f, 0x40, 0xb3, 0x13, 0xf6, 0x57, 0xcd, 0xc8, 0xbc, 0x61, 0x87, 0x91, 0xf6, 0x1a, + 0x34, 0x07, 0x19, 0xc8, 0x46, 0x36, 0xcf, 0x3f, 0x53, 0x36, 0x09, 0xa7, 0x32, 0xc4, 0xf1, 0xfa, + 0x8f, 0x55, 0x38, 0x56, 0xb2, 0xe8, 0xd0, 0xd7, 0xce, 0xc1, 0x84, 0x33, 0x26, 0x47, 0x36, 0x50, + 0xdb, 0x81, 0x39, 0xa6, 0x19, 0x41, 0xba, 0x96, 0xca, 0x88, 0x2f, 0x8d, 0xa9, 0xea, 0xd0, 0x47, + 0x5d, 0x0b, 0x1c, 0x50, 0xe5, 0x05, 0xc6, 0x6d, 0x0b, 0x8e, 0x95, 0x0e, 0x2d, 0x31, 0xc0, 0x97, + 0x65, 0x03, 0x7c, 0x7e, 0xc4, 0x4a, 0x28, 0x1b, 0xd1, 0x0e, 0xd7, 0x41, 0xbb, 0x46, 0xa2, 0x8e, + 0x79, 0xef, 0xb2, 0x6b, 0x75, 0x6c, 0xb7, 0x4b, 0x76, 0xa9, 0xe3, 0xb5, 0xa1, 0xce, 0xbb, 0x67, + 0xb4, 0x4c, 0xc3, 0x48, 0xe1, 0x61, 0xed, 0xb4, 0xfe, 0x3a, 0x4c, 0x89, 0x6c, 0xe8, 0xb8, 0x81, + 0x79, 0xaf, 0x4b, 0x76, 0x99, 0xa4, 0x15, 0x83, 0x43, 0x0c, 0xcf, 0x46, 0xf0, 0x1a, 0xc9, 0x21, + 0x6a, 0xa7, 0x23, 0x05, 0x51, 0x42, 0xff, 0x7e, 0xf9, 0x68, 0x0e, 0xcc, 0xa3, 0x2e, 0x05, 0x46, + 0xad, 0x2a, 0xb3, 0xd2, 0xeb, 0xa5, 0xe5, 0xa7, 0x38, 0x27, 0xb7, 0x91, 0x80, 0x45, 0x23, 0x15, + 0x19, 0xb7, 0xb7, 0x60, 0xa1, 0x7c, 0x70, 0x89, 0x99, 0x5e, 0x92, 0xcd, 0xb4, 0x58, 0x6a, 0x26, + 0x51, 0x14, 0xc1, 0x4e, 0xbb, 0x30, 0x4b, 0x73, 0x4f, 0x97, 0xb8, 0x56, 0x27, 0xec, 0x33, 0xc5, + 0x2c, 0x42, 0x33, 0x64, 0xa4, 0x9d, 0xb0, 0x9f, 0xb5, 0x24, 0x02, 0x8a, 0x8e, 0xe8, 0x39, 0x36, + 0x71, 0x23, 0x1c, 0x81, 0xf6, 0x12, 0x51, 0xd4, 0xd0, 0x21, 0xe1, 0x1b, 0x02, 0x6c, 0xcb, 0x52, + 0x58, 0xff, 0x4d, 0x0d, 0x26, 0xb9, 0xd7, 0xb0, 0x43, 0x06, 0xda, 0x06, 0xa6, 0x99, 0x08, 0x21, + 0x4c, 0xb3, 0xbd, 0xbd, 0xcc, 0x19, 0x10, 0x12, 0x77, 0x63, 0x15, 0x79, 0x37, 0x96, 0x93, 0x69, + 0xa2, 0x28, 0x53, 0x6e, 0x5d, 0xd5, 0xe2, 0xba, 0xce, 0xc0, 0x5c, 0xc8, 0x4a, 0xc1, 0x86, 0x63, + 0x46, 0x5b, 0x5e, 0x30, 0xe0, 0x4d, 0x5d, 0xd5, 0x28, 0xe0, 0x69, 0x3b, 0x84, 0xb8, 0xb4, 0x14, + 0x61, 0xad, 0xc9, 0x61, 0x69, 0xe2, 0x47, 0x4c, 0x52, 0x92, 0xb0, 0x2d, 0x97, 0x91, 0x28, 0x5b, + 0x18, 0xda, 0x9e, 0xcb, 0x0e, 0x4c, 0xb0, 0xf2, 0x88, 0x28, 0xba, 0xf2, 0x41, 0xd8, 0xbf, 0x1a, + 0x78, 0x03, 0x5e, 0xed, 0x13, 0x90, 0xad, 0xdc, 0x73, 0x23, 0xe2, 0x46, 0x8c, 0x16, 0x1b, 0x72, + 0x11, 0x45, 0x69, 0x39, 0xc8, 0xca, 0xce, 0x94, 0x91, 0x80, 0xd4, 0x99, 0x42, 0xb2, 0xcb, 0x6b, + 0x09, 0xfd, 0x53, 0xb2, 0xdc, 0xac, 0x6c, 0xb9, 0x5c, 0x91, 0x9b, 0x2b, 0x14, 0xb9, 0xec, 0xc8, + 0x68, 0x5e, 0x3a, 0x32, 0x5a, 0x86, 0x49, 0xcf, 0x8f, 0x6c, 0xcf, 0x0d, 0x5b, 0x1a, 0x0b, 0x98, + 0xd3, 0x23, 0x32, 0xc9, 0xd2, 0x3a, 0x0e, 0xc5, 0xd0, 0x48, 0x08, 0xb5, 0x0e, 0xcc, 0x7a, 0x5b, + 0x5b, 0x8e, 0xed, 0x92, 0x8d, 0x38, 0xdc, 0x66, 0xbd, 0xdf, 0x11, 0xe6, 0xee, 0xcf, 0x96, 0xf1, + 0x5a, 0x97, 0x87, 0x1a, 0x79, 0x5a, 0x5a, 0xeb, 0xcd, 0x08, 0xab, 0x2e, 0x4b, 0xb7, 0x47, 0x59, + 0x36, 0x92, 0x70, 0x6c, 0x63, 0x2b, 0x64, 0xe4, 0x63, 0x4c, 0x75, 0x22, 0x0a, 0xb9, 0x44, 0x66, + 0x6f, 0x9b, 0xb0, 0x9d, 0x4c, 0x6b, 0x01, 0xbb, 0x21, 0x11, 0xc7, 0xab, 0xf2, 0xe7, 0x92, 0xaa, + 0xdc, 0xbe, 0x08, 0x53, 0xe2, 0x0a, 0x4b, 0xe2, 0xf9, 0xa8, 0x18, 0xcf, 0x75, 0x31, 0x5a, 0xbf, + 0xaf, 0xc0, 0x6c, 0x6e, 0x69, 0x74, 0x74, 0x64, 0x47, 0x0e, 0xe1, 0x1c, 0x10, 0xa0, 0xf5, 0xcf, + 0x22, 0x61, 0x8f, 0x87, 0x0f, 0xfb, 0x9b, 0x4b, 0x52, 0x49, 0x7b, 0x48, 0x1d, 0xa6, 0xec, 0xf5, + 0x2e, 0x65, 0xd4, 0xf5, 0x62, 0xd7, 0x4a, 0xcf, 0x8a, 0x04, 0x1c, 0xeb, 0x23, 0xd7, 0xbb, 0xcb, + 0xa6, 0xd5, 0x27, 0x78, 0x72, 0x58, 0x65, 0x32, 0xc9, 0x48, 0xdd, 0x82, 0xfa, 0x2d, 0xdb, 0x0f, + 0x57, 0xbc, 0xc1, 0x80, 0x3a, 0x81, 0x45, 0x22, 0xba, 0x27, 0x55, 0x98, 0xc2, 0x38, 0x44, 0xb5, + 0x69, 0x91, 0x2d, 0x33, 0x76, 0x22, 0x3a, 0x34, 0x49, 0x1a, 0x02, 0x8a, 0xf5, 0xb4, 0xa1, 0xe7, + 0xae, 0x22, 0x35, 0xca, 0x29, 0x60, 0xf4, 0xdf, 0xab, 0x30, 0xc7, 0x92, 0xe2, 0x0a, 0x73, 0x39, + 0x8b, 0x11, 0x5d, 0x80, 0x2a, 0x4b, 0x01, 0x7c, 0x2b, 0x71, 0xc0, 0x4e, 0x00, 0xc7, 0x6a, 0x97, + 0xa0, 0xe6, 0xf9, 0x6c, 0x4f, 0x88, 0x29, 0xf3, 0x8b, 0x43, 0xa9, 0xe4, 0xd3, 0x20, 0x83, 0x93, + 0x69, 0xd7, 0x00, 0xf0, 0xec, 0x94, 0x79, 0x46, 0x85, 0x39, 0xf5, 0xd8, 0x4c, 0x04, 0x52, 0xaa, + 0x5f, 0xdc, 0x3f, 0xd1, 0x38, 0xcf, 0xce, 0x84, 0x64, 0xa4, 0xb6, 0x0e, 0x33, 0x4c, 0xf0, 0xf5, + 0x64, 0x5f, 0xc8, 0xcc, 0x70, 0x1f, 0x53, 0xe6, 0xc8, 0xf5, 0x9f, 0x29, 0x5c, 0x95, 0xf4, 0x6b, + 0x97, 0xa0, 0xfe, 0x33, 0xad, 0x28, 0x87, 0xd3, 0x4a, 0x1b, 0xea, 0x83, 0x58, 0xda, 0xa8, 0xa6, + 0x70, 0x66, 0xa7, 0xca, 0xf8, 0x76, 0xd2, 0x7f, 0xa1, 0x40, 0xeb, 0x0d, 0xcf, 0x76, 0xd9, 0x87, + 0xcb, 0xbe, 0xef, 0xf0, 0x93, 0xc4, 0xc3, 0x5b, 0xfe, 0xab, 0xd0, 0x30, 0x91, 0x8f, 0x1b, 0x71, + 0xe3, 0x8f, 0xb3, 0xfb, 0xcc, 0x88, 0x84, 0x1d, 0x40, 0x45, 0xdc, 0x01, 0xe8, 0x1f, 0x29, 0x30, + 0x83, 0x7a, 0x79, 0x2b, 0xb6, 0xa3, 0xc3, 0x4b, 0xb8, 0x02, 0xf5, 0xdd, 0xd8, 0x8e, 0x0e, 0xe3, + 0x9d, 0x29, 0x61, 0xd1, 0xad, 0x2a, 0x25, 0x6e, 0xa5, 0xff, 0x49, 0x81, 0xe3, 0x79, 0xd5, 0x5e, + 0xee, 0xf5, 0x88, 0xff, 0x70, 0x83, 0x4b, 0xda, 0x05, 0x4d, 0x94, 0xec, 0x82, 0x02, 0xd2, 0x23, + 0xf6, 0x1e, 0x09, 0x2e, 0x87, 0xfc, 0x58, 0x46, 0xc0, 0x94, 0x2e, 0xca, 0x20, 0xef, 0x91, 0xde, + 0xe3, 0xbc, 0xa8, 0xf7, 0x55, 0x78, 0xfa, 0x5a, 0x1a, 0xc2, 0xb7, 0x02, 0xd3, 0x0d, 0xb7, 0x48, + 0x10, 0x3c, 0xd4, 0x15, 0x75, 0x60, 0xda, 0x25, 0x77, 0x33, 0xa9, 0x78, 0x64, 0x8f, 0xcd, 0x47, + 0xa6, 0x1e, 0x2f, 0x13, 0xea, 0x9f, 0x28, 0x30, 0x87, 0x7c, 0xde, 0xb4, 0x7b, 0x3b, 0x0f, 0x75, + 0xfd, 0xeb, 0x30, 0xb3, 0xc3, 0x64, 0xa0, 0xd0, 0x61, 0xea, 0x40, 0x8e, 0x7c, 0x4c, 0x0d, 0x7c, + 0x5b, 0x85, 0xf9, 0xe4, 0x22, 0x64, 0xcf, 0x7e, 0xb8, 0x4e, 0xfd, 0x16, 0xcc, 0xe2, 0x81, 0xd2, + 0xa1, 0x75, 0x90, 0xa7, 0x1f, 0x53, 0x09, 0x1f, 0x2b, 0x30, 0x8b, 0x9c, 0xae, 0xb8, 0x11, 0x09, + 0x0e, 0xaf, 0x82, 0x35, 0x68, 0x12, 0x37, 0x0a, 0x4c, 0xf7, 0x50, 0x09, 0x57, 0xa4, 0x1d, 0x33, + 0xe7, 0x7e, 0xa4, 0x80, 0xc6, 0x58, 0xad, 0xda, 0xe1, 0xc0, 0x0e, 0xc3, 0x87, 0x6a, 0xbf, 0xf1, + 0x44, 0xfe, 0xa9, 0x0a, 0x47, 0x05, 0x2e, 0x9d, 0x38, 0x7a, 0xf4, 0x85, 0xd6, 0xae, 0x40, 0x83, + 0xf6, 0x1e, 0xe2, 0xc9, 0xff, 0xd8, 0x33, 0x65, 0x94, 0xb4, 0x47, 0x66, 0x40, 0x97, 0xf4, 0x3c, + 0xd7, 0xc2, 0xd4, 0x3c, 0x6d, 0x48, 0x38, 0x9a, 0x93, 0xda, 0x02, 0x9b, 0x15, 0xd3, 0xed, 0x11, + 0xe7, 0x49, 0xd2, 0x92, 0xfe, 0x2b, 0x85, 0x1f, 0xe7, 0x3d, 0x16, 0xab, 0xd6, 0x7f, 0xad, 0x70, + 0x87, 0x7e, 0x8c, 0x4c, 0x45, 0xbd, 0x6c, 0x41, 0xe0, 0x22, 0x36, 0xee, 0x8f, 0xb2, 0x87, 0xad, + 0x41, 0xb3, 0xb7, 0x6d, 0xba, 0xfd, 0xc3, 0xf9, 0x98, 0x48, 0xab, 0xef, 0xc0, 0x3c, 0x5e, 0x56, + 0x08, 0x9d, 0x9d, 0xd6, 0x82, 0x49, 0xd3, 0xc2, 0xe3, 0x0a, 0x3c, 0xc7, 0x4b, 0x40, 0xf9, 0x3a, + 0x8b, 0x3f, 0xa6, 0xc8, 0xae, 0xb3, 0x4e, 0x02, 0x98, 0x96, 0xf5, 0xb6, 0x17, 0x58, 0xb6, 0x9b, + 0xb4, 0xf2, 0x02, 0x46, 0x7f, 0x03, 0xa6, 0xae, 0x06, 0xde, 0xe0, 0x96, 0x70, 0xed, 0x30, 0xf2, + 0x62, 0x44, 0xbc, 0xb2, 0x50, 0xe5, 0x2b, 0x0b, 0xfd, 0x5d, 0x38, 0x56, 0x10, 0x9c, 0x19, 0x6e, + 0x15, 0x6f, 0x53, 0x92, 0x49, 0xb8, 0xfd, 0x4a, 0x0f, 0xf0, 0x44, 0x61, 0x0c, 0x89, 0x4a, 0xff, + 0x8e, 0x02, 0x27, 0x0a, 0xfc, 0x2f, 0xfb, 0x7e, 0xe0, 0xed, 0x71, 0xbf, 0x7e, 0x20, 0xf3, 0xc8, + 0x2d, 0xac, 0x9a, 0x6b, 0x61, 0xcb, 0xa5, 0x90, 0x1a, 0xef, 0xcf, 0x42, 0x8a, 0x5f, 0x2a, 0x30, + 0xcb, 0xa5, 0xb0, 0x2c, 0x3e, 0xef, 0x4b, 0x50, 0xc3, 0x5b, 0x5d, 0x3e, 0xe3, 0xc9, 0xf2, 0x19, + 0x93, 0xfb, 0x68, 0x83, 0x8f, 0x2e, 0x3a, 0xb8, 0x5a, 0xe6, 0xe0, 0x17, 0xd3, 0x38, 0x1a, 0xff, + 0xe2, 0x95, 0x53, 0xe8, 0x5f, 0x4f, 0x3c, 0x7a, 0x95, 0x38, 0xe4, 0x81, 0xaa, 0x49, 0xbf, 0x03, + 0x33, 0xec, 0x96, 0x39, 0x53, 0xc3, 0x83, 0xe1, 0xfb, 0x35, 0x98, 0x63, 0x7c, 0x1f, 0xbc, 0xc4, + 0x69, 0x94, 0x50, 0x15, 0xad, 0x60, 0xdc, 0x3f, 0x40, 0xf6, 0x67, 0xe1, 0x48, 0xa2, 0x7f, 0x7c, + 0xcf, 0x85, 0xcc, 0x87, 0xdc, 0x85, 0xe9, 0x3f, 0x50, 0x60, 0x61, 0xc5, 0x73, 0xf7, 0x48, 0x10, + 0x4a, 0x6f, 0xc0, 0x90, 0x44, 0x4a, 0x03, 0x1c, 0xd2, 0x96, 0x40, 0xeb, 0x09, 0x14, 0xfc, 0x64, + 0x51, 0x65, 0x27, 0x8b, 0x25, 0x5f, 0xb4, 0x17, 0xe1, 0x58, 0xcc, 0xb8, 0xde, 0x76, 0x03, 0x62, + 0x5a, 0xec, 0x28, 0x4d, 0x48, 0xa4, 0xe5, 0x1f, 0xf5, 0xf7, 0xa0, 0x2d, 0xca, 0xd5, 0x25, 0xd1, + 0x46, 0x60, 0xef, 0x09, 0xb2, 0xf1, 0x83, 0x73, 0x45, 0x3a, 0x38, 0xcf, 0x0e, 0xda, 0x55, 0xe9, + 0xa0, 0xfd, 0x38, 0x34, 0xec, 0x90, 0x33, 0x60, 0xf3, 0xd6, 0x8d, 0x0c, 0xa1, 0xbf, 0x03, 0xf3, + 0x68, 0x67, 0x7e, 0xdd, 0xc4, 0xa6, 0x68, 0x43, 0x1d, 0xdd, 0x37, 0x9d, 0x24, 0x85, 0x87, 0xbe, + 0x89, 0x2a, 0xb9, 0x59, 0xd4, 0xbb, 0x30, 0xcf, 0x6f, 0x9d, 0x37, 0xcc, 0xbe, 0xed, 0x62, 0x3a, + 0x3f, 0x09, 0xe0, 0x9b, 0xfd, 0xe4, 0x1d, 0x8c, 0x82, 0x1b, 0xe1, 0x0c, 0x43, 0xbf, 0x87, 0xdb, + 0xde, 0x5d, 0xfe, 0x5d, 0xc5, 0xef, 0x19, 0x46, 0xff, 0x47, 0x0d, 0x1a, 0x5d, 0xbb, 0xef, 0x9a, + 0x8e, 0x41, 0x76, 0xb5, 0xd7, 0xa0, 0x86, 0xfb, 0x0b, 0xee, 0x33, 0xa5, 0x67, 0xc5, 0x38, 0x1c, + 0x37, 0x53, 0x06, 0xd9, 0xbd, 0xfe, 0x94, 0xc1, 0x89, 0x34, 0x23, 0xb9, 0x44, 0x5f, 0xc3, 0x13, + 0x28, 0x5e, 0x29, 0xcf, 0x1c, 0xc4, 0x85, 0x0f, 0x47, 0x66, 0x32, 0x0b, 0x2a, 0x52, 0x8f, 0x75, + 0x1d, 0x3c, 0x5d, 0x8c, 0x10, 0x09, 0xbb, 0x13, 0x2e, 0x12, 0x12, 0x51, 0x72, 0x93, 0x9d, 0xd0, + 0xf0, 0x4a, 0x3a, 0x82, 0x1c, 0x4f, 0x72, 0x38, 0x39, 0x12, 0x51, 0xf2, 0xed, 0xd8, 0xed, 0xdf, + 0xf6, 0xf9, 0x01, 0xe2, 0x08, 0xf2, 0xeb, 0x6c, 0x1c, 0x27, 0x47, 0x22, 0x4a, 0x1e, 0xb0, 0x8c, + 0xce, 0xae, 0x45, 0x46, 0x92, 0x63, 0xe6, 0xe7, 0xe4, 0x48, 0xa4, 0xbd, 0x03, 0x73, 0x7d, 0x12, + 0x19, 0x9e, 0x37, 0x58, 0xde, 0xbf, 0xc6, 0xaf, 0x71, 0xf0, 0x39, 0xe1, 0xd9, 0xe1, 0x8c, 0xae, + 0xe5, 0x28, 0x90, 0x65, 0x81, 0x91, 0xf6, 0x2d, 0x38, 0xe1, 0xb9, 0x14, 0xb5, 0x61, 0x06, 0x91, + 0xdd, 0xb3, 0x7d, 0xd3, 0x8d, 0x56, 0x3c, 0xd7, 0x65, 0xf5, 0xc7, 0x20, 0xbb, 0xfc, 0xad, 0xe1, + 0xcb, 0xc3, 0x67, 0x5a, 0x1f, 0x45, 0x7e, 0xfd, 0x29, 0x63, 0x34, 0x7f, 0xed, 0x7b, 0x0a, 0x2c, + 0x16, 0x46, 0xac, 0xda, 0x61, 0x4f, 0x14, 0x02, 0x9f, 0x28, 0x5e, 0xbc, 0x0f, 0x21, 0x72, 0x1c, + 0xae, 0x3f, 0x65, 0x1c, 0x38, 0x0b, 0x57, 0xf4, 0x2d, 0x6f, 0x87, 0xb8, 0xcb, 0xfb, 0x74, 0xec, + 0xda, 0x2a, 0xbb, 0x35, 0x3a, 0x48, 0xd1, 0x12, 0x45, 0xa6, 0x68, 0x09, 0xbd, 0xdc, 0x80, 0x49, + 0xdf, 0xdc, 0x77, 0x3c, 0xd3, 0xd2, 0xff, 0x3d, 0x01, 0x90, 0x98, 0x3b, 0x64, 0x2d, 0xa5, 0x14, + 0x6e, 0xa7, 0x0e, 0x0e, 0x37, 0xdf, 0xd9, 0x17, 0x02, 0xee, 0x56, 0x79, 0xc0, 0xbd, 0x30, 0x76, + 0xc0, 0x21, 0xbb, 0x5c, 0xc8, 0x5d, 0xca, 0x85, 0xdc, 0xa9, 0x83, 0x43, 0x8e, 0x8b, 0xc5, 0x83, + 0xee, 0x52, 0x2e, 0xe8, 0x4e, 0x1d, 0x1c, 0x74, 0x9c, 0x01, 0x0f, 0xbb, 0x4b, 0xb9, 0xb0, 0x3b, + 0x75, 0x70, 0xd8, 0x71, 0x06, 0x3c, 0xf0, 0x2e, 0xe5, 0x02, 0xef, 0xd4, 0xc1, 0x81, 0xc7, 0x19, + 0xf0, 0xd0, 0x7b, 0x77, 0x68, 0xe8, 0x9d, 0xbb, 0x9f, 0xd0, 0x43, 0xa6, 0xc5, 0xe0, 0x7b, 0xb7, + 0xc4, 0xe1, 0xea, 0x63, 0xb0, 0xcf, 0x39, 0x5c, 0xc6, 0x7e, 0xa8, 0xcb, 0x7d, 0xb7, 0x02, 0x33, + 0xcc, 0xe8, 0x58, 0x49, 0xdd, 0x2d, 0xaf, 0xf8, 0xd6, 0x49, 0x29, 0x79, 0xeb, 0xa4, 0xbd, 0x00, + 0xf3, 0x88, 0x20, 0xc2, 0xb5, 0x1f, 0x16, 0xe7, 0xe2, 0x07, 0x76, 0xd5, 0x19, 0x87, 0x91, 0x37, + 0x58, 0x35, 0x23, 0x33, 0xd9, 0x1e, 0x64, 0x18, 0xf1, 0x22, 0x7a, 0xa2, 0xf0, 0x2c, 0x38, 0x40, + 0x05, 0x54, 0x79, 0x05, 0x66, 0x10, 0xa5, 0x88, 0xec, 0x01, 0xf1, 0xe2, 0x88, 0xdf, 0x29, 0x27, + 0x20, 0xad, 0xc1, 0x03, 0x62, 0xd9, 0x26, 0xbb, 0xbe, 0xe5, 0x2f, 0x96, 0x52, 0x04, 0xab, 0x88, + 0xd9, 0x75, 0x34, 0x7f, 0xb6, 0x9b, 0x61, 0xc6, 0xb8, 0x3a, 0x66, 0x6f, 0xc2, 0xed, 0xc8, 0x4e, + 0x2e, 0x6e, 0xf1, 0xfe, 0x58, 0xc2, 0xd1, 0xde, 0x65, 0x33, 0x0e, 0xf7, 0x6f, 0xd8, 0xae, 0xa8, + 0x9e, 0x26, 0xf6, 0x2e, 0xc5, 0x2f, 0xfa, 0xdf, 0x14, 0x38, 0x22, 0x24, 0xa0, 0x0e, 0x89, 0x4c, + 0xa6, 0x17, 0xe9, 0x71, 0x9e, 0x72, 0x9f, 0x8f, 0xf3, 0xde, 0x82, 0xd9, 0xbe, 0xbc, 0xc3, 0xbd, + 0xdf, 0xbd, 0x69, 0x9e, 0x5e, 0x7a, 0x6c, 0x58, 0xb9, 0xff, 0xc7, 0x86, 0xfa, 0x07, 0x2a, 0xcc, + 0xe6, 0x1a, 0x84, 0x91, 0x0d, 0xd0, 0x32, 0x80, 0x9d, 0x7a, 0xe7, 0xa8, 0x0b, 0x26, 0xd9, 0x87, + 0x0d, 0x81, 0xaa, 0xec, 0xaa, 0xbb, 0xf2, 0x29, 0xae, 0xba, 0xd7, 0xa0, 0xe9, 0x67, 0x96, 0x1a, + 0xb5, 0x03, 0x2f, 0x31, 0xa8, 0x21, 0xd2, 0xea, 0x1f, 0x28, 0x30, 0x5f, 0xc8, 0xdf, 0xec, 0x06, + 0x9a, 0x86, 0x6b, 0x7a, 0x03, 0x4d, 0x01, 0x21, 0x0e, 0xd4, 0x7c, 0x1c, 0x38, 0xf6, 0x9e, 0xf8, + 0x38, 0x9a, 0x83, 0x43, 0x7c, 0x70, 0x62, 0xa8, 0x0f, 0x7e, 0xa8, 0xc2, 0x42, 0x79, 0xdb, 0xf5, + 0x04, 0x9b, 0xe8, 0x43, 0x05, 0x5a, 0xc3, 0x4a, 0xe3, 0x43, 0xb3, 0x54, 0x16, 0x45, 0x69, 0x4f, + 0xfb, 0x04, 0x9b, 0xe8, 0x48, 0x12, 0x44, 0x42, 0xb7, 0xa1, 0x7f, 0x9c, 0xaa, 0x28, 0xed, 0xdb, + 0x9f, 0x5c, 0x15, 0x69, 0x67, 0x60, 0x0e, 0x57, 0x2a, 0xbc, 0xc4, 0xc2, 0x5b, 0xd1, 0x02, 0x9e, + 0x6e, 0x52, 0x0b, 0xbd, 0xd7, 0x83, 0xf2, 0x74, 0xfd, 0xb7, 0x4a, 0x62, 0x96, 0x74, 0x3f, 0xf4, + 0x98, 0x99, 0x25, 0x73, 0x37, 0xa1, 0xb5, 0x14, 0xdc, 0x2d, 0xdd, 0xa8, 0xfd, 0xdf, 0xdd, 0xc6, + 0x72, 0xb7, 0x54, 0x9d, 0x42, 0xa3, 0xad, 0xff, 0x44, 0x81, 0xa7, 0x87, 0x6e, 0x57, 0x47, 0x2a, + 0x56, 0x68, 0x24, 0x55, 0xb9, 0x91, 0xcc, 0xad, 0xaf, 0xf2, 0x29, 0x32, 0xce, 0xef, 0x14, 0x78, + 0x66, 0x44, 0x4b, 0x9f, 0xb3, 0xae, 0x72, 0x28, 0xeb, 0xe6, 0xc4, 0x55, 0x87, 0xdf, 0x03, 0x1f, + 0x68, 0x8e, 0x2c, 0x4c, 0x2b, 0x62, 0x98, 0xea, 0x7f, 0x50, 0xe0, 0xd9, 0x31, 0xb6, 0xea, 0x8f, + 0xda, 0x72, 0x86, 0x3e, 0x5a, 0xd5, 0xff, 0xa8, 0xc0, 0xf3, 0xe3, 0x6d, 0xfb, 0x1f, 0x9f, 0x35, + 0xfd, 0x48, 0x0c, 0x85, 0xfc, 0x81, 0x82, 0x60, 0x5a, 0x45, 0xca, 0xc0, 0x62, 0x88, 0xa8, 0xb9, + 0x10, 0x79, 0x80, 0x81, 0xd0, 0x11, 0xe2, 0xa0, 0xb8, 0xf7, 0x1c, 0x52, 0x35, 0x84, 0xea, 0xa0, + 0xca, 0xd5, 0xe1, 0x6d, 0x78, 0xba, 0x4b, 0xa2, 0xcb, 0xbe, 0xbf, 0x6c, 0xf6, 0x76, 0xa8, 0x02, + 0x5c, 0xab, 0xcb, 0x9e, 0xbc, 0x8e, 0xfa, 0x95, 0x05, 0xdd, 0x8e, 0x85, 0x19, 0x01, 0x7f, 0xe5, + 0x29, 0xe1, 0xf4, 0xe3, 0xd0, 0x1e, 0xc6, 0x38, 0xf4, 0xf5, 0x7f, 0xaa, 0x30, 0x75, 0xe5, 0x5e, + 0x84, 0x6f, 0xb6, 0xbb, 0x84, 0xfd, 0xd8, 0x2e, 0x64, 0xd7, 0x5a, 0x59, 0x82, 0x49, 0xe0, 0xfc, + 0xfe, 0x50, 0x2d, 0xee, 0x0f, 0x37, 0x00, 0x48, 0xc2, 0x2d, 0xe4, 0x0f, 0x38, 0xbe, 0x54, 0xa6, + 0x5e, 0x71, 0xce, 0x0c, 0xe0, 0x2f, 0x75, 0x05, 0x1e, 0x34, 0x9f, 0x76, 0xcc, 0x7b, 0x9d, 0xb0, + 0x2f, 0xfc, 0xae, 0x1a, 0xdf, 0x71, 0x14, 0xf0, 0x54, 0x1d, 0x29, 0xe5, 0xcd, 0x78, 0xc0, 0xf3, + 0xae, 0x84, 0xcb, 0x3d, 0x3c, 0xae, 0xe5, 0x1f, 0x1e, 0xb7, 0xbf, 0x09, 0xb3, 0x39, 0x71, 0x4a, + 0x9e, 0xd5, 0x5e, 0x90, 0x9f, 0xc9, 0x9f, 0x18, 0xb9, 0x42, 0xf1, 0xd5, 0xed, 0xdf, 0x55, 0x68, + 0xa4, 0x1f, 0x34, 0x17, 0x8e, 0x05, 0xc4, 0x64, 0xbf, 0xa4, 0x66, 0x48, 0xaa, 0x46, 0xe1, 0x07, + 0x24, 0xaf, 0x8c, 0x64, 0xbb, 0x64, 0x94, 0x91, 0xa2, 0x02, 0xcb, 0xd9, 0x8e, 0xf1, 0xd8, 0x7e, + 0x09, 0xb4, 0x41, 0xd8, 0xbf, 0x6a, 0x07, 0x61, 0xd4, 0xf1, 0x2c, 0x7b, 0x6b, 0x5f, 0xb8, 0x44, + 0x28, 0xf9, 0x52, 0x78, 0xb5, 0x3c, 0x31, 0xf4, 0xd5, 0x72, 0xfa, 0x9b, 0xd8, 0xf6, 0x16, 0xb4, + 0x87, 0x8b, 0x5e, 0xa2, 0xec, 0xf3, 0xb2, 0xb2, 0x4b, 0x7f, 0x74, 0xf9, 0x26, 0xd9, 0xc7, 0x9f, + 0x63, 0x0b, 0xba, 0xde, 0x82, 0x7a, 0x82, 0x66, 0x27, 0x26, 0xfb, 0x3e, 0x79, 0x33, 0xe5, 0x9c, + 0x80, 0xf2, 0x0b, 0xe9, 0x06, 0xa7, 0xa7, 0x5e, 0xe7, 0x98, 0x11, 0x09, 0x23, 0xc1, 0xeb, 0x50, + 0x0b, 0x05, 0xfc, 0xf2, 0xc9, 0x6f, 0x1c, 0x47, 0x89, 0x84, 0xff, 0x29, 0x82, 0x49, 0xf5, 0x2a, + 0xfb, 0x77, 0xb3, 0xc6, 0x50, 0x17, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x84, 0x11, 0x6b, 0xb9, + 0x7c, 0x42, 0x00, 0x00, } diff --git a/pkg/proto/third/third.pb.go b/pkg/proto/third/third.pb.go index 404c5df29..7abbff04f 100644 --- a/pkg/proto/third/third.pb.go +++ b/pkg/proto/third/third.pb.go @@ -39,7 +39,7 @@ func (m *ApplyPutReq) Reset() { *m = ApplyPutReq{} } func (m *ApplyPutReq) String() string { return proto.CompactTextString(m) } func (*ApplyPutReq) ProtoMessage() {} func (*ApplyPutReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{0} + return fileDescriptor_third_ed6a664e4920a6b2, []int{0} } func (m *ApplyPutReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyPutReq.Unmarshal(m, b) @@ -109,7 +109,7 @@ func (m *ApplyPutResp) Reset() { *m = ApplyPutResp{} } func (m *ApplyPutResp) String() string { return proto.CompactTextString(m) } func (*ApplyPutResp) ProtoMessage() {} func (*ApplyPutResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{1} + return fileDescriptor_third_ed6a664e4920a6b2, []int{1} } func (m *ApplyPutResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyPutResp.Unmarshal(m, b) @@ -168,7 +168,7 @@ func (m *ConfirmPutReq) Reset() { *m = ConfirmPutReq{} } func (m *ConfirmPutReq) String() string { return proto.CompactTextString(m) } func (*ConfirmPutReq) ProtoMessage() {} func (*ConfirmPutReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{2} + return fileDescriptor_third_ed6a664e4920a6b2, []int{2} } func (m *ConfirmPutReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfirmPutReq.Unmarshal(m, b) @@ -206,7 +206,7 @@ func (m *ConfirmPutResp) Reset() { *m = ConfirmPutResp{} } func (m *ConfirmPutResp) String() string { return proto.CompactTextString(m) } func (*ConfirmPutResp) ProtoMessage() {} func (*ConfirmPutResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{3} + return fileDescriptor_third_ed6a664e4920a6b2, []int{3} } func (m *ConfirmPutResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConfirmPutResp.Unmarshal(m, b) @@ -244,7 +244,7 @@ func (m *GetPutReq) Reset() { *m = GetPutReq{} } func (m *GetPutReq) String() string { return proto.CompactTextString(m) } func (*GetPutReq) ProtoMessage() {} func (*GetPutReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{4} + return fileDescriptor_third_ed6a664e4920a6b2, []int{4} } func (m *GetPutReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPutReq.Unmarshal(m, b) @@ -283,7 +283,7 @@ func (m *GetPutFragment) Reset() { *m = GetPutFragment{} } func (m *GetPutFragment) String() string { return proto.CompactTextString(m) } func (*GetPutFragment) ProtoMessage() {} func (*GetPutFragment) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{5} + return fileDescriptor_third_ed6a664e4920a6b2, []int{5} } func (m *GetPutFragment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPutFragment.Unmarshal(m, b) @@ -333,7 +333,7 @@ func (m *GetPutResp) Reset() { *m = GetPutResp{} } func (m *GetPutResp) String() string { return proto.CompactTextString(m) } func (*GetPutResp) ProtoMessage() {} func (*GetPutResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{6} + return fileDescriptor_third_ed6a664e4920a6b2, []int{6} } func (m *GetPutResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPutResp.Unmarshal(m, b) @@ -406,7 +406,7 @@ func (m *GetSignalInvitationInfoReq) Reset() { *m = GetSignalInvitationI func (m *GetSignalInvitationInfoReq) String() string { return proto.CompactTextString(m) } func (*GetSignalInvitationInfoReq) ProtoMessage() {} func (*GetSignalInvitationInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{7} + return fileDescriptor_third_ed6a664e4920a6b2, []int{7} } func (m *GetSignalInvitationInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSignalInvitationInfoReq.Unmarshal(m, b) @@ -445,7 +445,7 @@ func (m *GetSignalInvitationInfoResp) Reset() { *m = GetSignalInvitation func (m *GetSignalInvitationInfoResp) String() string { return proto.CompactTextString(m) } func (*GetSignalInvitationInfoResp) ProtoMessage() {} func (*GetSignalInvitationInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{8} + return fileDescriptor_third_ed6a664e4920a6b2, []int{8} } func (m *GetSignalInvitationInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSignalInvitationInfoResp.Unmarshal(m, b) @@ -490,7 +490,7 @@ func (m *GetSignalInvitationInfoStartAppReq) Reset() { *m = GetSignalInv func (m *GetSignalInvitationInfoStartAppReq) String() string { return proto.CompactTextString(m) } func (*GetSignalInvitationInfoStartAppReq) ProtoMessage() {} func (*GetSignalInvitationInfoStartAppReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{9} + return fileDescriptor_third_ed6a664e4920a6b2, []int{9} } func (m *GetSignalInvitationInfoStartAppReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSignalInvitationInfoStartAppReq.Unmarshal(m, b) @@ -529,7 +529,7 @@ func (m *GetSignalInvitationInfoStartAppResp) Reset() { *m = GetSignalIn func (m *GetSignalInvitationInfoStartAppResp) String() string { return proto.CompactTextString(m) } func (*GetSignalInvitationInfoStartAppResp) ProtoMessage() {} func (*GetSignalInvitationInfoStartAppResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{10} + return fileDescriptor_third_ed6a664e4920a6b2, []int{10} } func (m *GetSignalInvitationInfoStartAppResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSignalInvitationInfoStartAppResp.Unmarshal(m, b) @@ -577,7 +577,7 @@ func (m *FcmUpdateTokenReq) Reset() { *m = FcmUpdateTokenReq{} } func (m *FcmUpdateTokenReq) String() string { return proto.CompactTextString(m) } func (*FcmUpdateTokenReq) ProtoMessage() {} func (*FcmUpdateTokenReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{11} + return fileDescriptor_third_ed6a664e4920a6b2, []int{11} } func (m *FcmUpdateTokenReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FcmUpdateTokenReq.Unmarshal(m, b) @@ -635,7 +635,7 @@ func (m *FcmUpdateTokenResp) Reset() { *m = FcmUpdateTokenResp{} } func (m *FcmUpdateTokenResp) String() string { return proto.CompactTextString(m) } func (*FcmUpdateTokenResp) ProtoMessage() {} func (*FcmUpdateTokenResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{12} + return fileDescriptor_third_ed6a664e4920a6b2, []int{12} } func (m *FcmUpdateTokenResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FcmUpdateTokenResp.Unmarshal(m, b) @@ -667,7 +667,7 @@ func (m *SetAppBadgeReq) Reset() { *m = SetAppBadgeReq{} } func (m *SetAppBadgeReq) String() string { return proto.CompactTextString(m) } func (*SetAppBadgeReq) ProtoMessage() {} func (*SetAppBadgeReq) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{13} + return fileDescriptor_third_ed6a664e4920a6b2, []int{13} } func (m *SetAppBadgeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBadgeReq.Unmarshal(m, b) @@ -711,7 +711,7 @@ func (m *SetAppBadgeResp) Reset() { *m = SetAppBadgeResp{} } func (m *SetAppBadgeResp) String() string { return proto.CompactTextString(m) } func (*SetAppBadgeResp) ProtoMessage() {} func (*SetAppBadgeResp) Descriptor() ([]byte, []int) { - return fileDescriptor_third_bcb47e8b7c85b36b, []int{14} + return fileDescriptor_third_ed6a664e4920a6b2, []int{14} } func (m *SetAppBadgeResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetAppBadgeResp.Unmarshal(m, b) @@ -1019,9 +1019,9 @@ var _Third_serviceDesc = grpc.ServiceDesc{ Metadata: "third/third.proto", } -func init() { proto.RegisterFile("third/third.proto", fileDescriptor_third_bcb47e8b7c85b36b) } +func init() { proto.RegisterFile("third/third.proto", fileDescriptor_third_ed6a664e4920a6b2) } -var fileDescriptor_third_bcb47e8b7c85b36b = []byte{ +var fileDescriptor_third_ed6a664e4920a6b2 = []byte{ // 717 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xc1, 0x6e, 0xd3, 0x4a, 0x14, 0x95, 0x93, 0x26, 0xaf, 0xb9, 0xe9, 0x4b, 0x5f, 0xaf, 0xaa, 0x47, 0x64, 0x4a, 0x9b, 0x4e, diff --git a/pkg/proto/user/user.pb.go b/pkg/proto/user/user.pb.go index 1645d32a6..56fae3423 100644 --- a/pkg/proto/user/user.pb.go +++ b/pkg/proto/user/user.pb.go @@ -36,7 +36,7 @@ func (m *GetAllUserIDReq) Reset() { *m = GetAllUserIDReq{} } func (m *GetAllUserIDReq) String() string { return proto.CompactTextString(m) } func (*GetAllUserIDReq) ProtoMessage() {} func (*GetAllUserIDReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{0} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{0} } func (m *GetAllUserIDReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllUserIDReq.Unmarshal(m, b) @@ -75,7 +75,7 @@ func (m *GetAllUserIDResp) Reset() { *m = GetAllUserIDResp{} } func (m *GetAllUserIDResp) String() string { return proto.CompactTextString(m) } func (*GetAllUserIDResp) ProtoMessage() {} func (*GetAllUserIDResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{1} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{1} } func (m *GetAllUserIDResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllUserIDResp.Unmarshal(m, b) @@ -120,7 +120,7 @@ func (m *AccountCheckReq) Reset() { *m = AccountCheckReq{} } func (m *AccountCheckReq) String() string { return proto.CompactTextString(m) } func (*AccountCheckReq) ProtoMessage() {} func (*AccountCheckReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{2} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{2} } func (m *AccountCheckReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountCheckReq.Unmarshal(m, b) @@ -158,7 +158,7 @@ func (m *AccountCheckResp) Reset() { *m = AccountCheckResp{} } func (m *AccountCheckResp) String() string { return proto.CompactTextString(m) } func (*AccountCheckResp) ProtoMessage() {} func (*AccountCheckResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{3} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{3} } func (m *AccountCheckResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountCheckResp.Unmarshal(m, b) @@ -197,7 +197,7 @@ func (m *AccountCheckRespSingleUserStatus) Reset() { *m = AccountCheckRe func (m *AccountCheckRespSingleUserStatus) String() string { return proto.CompactTextString(m) } func (*AccountCheckRespSingleUserStatus) ProtoMessage() {} func (*AccountCheckRespSingleUserStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{3, 0} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{3, 0} } func (m *AccountCheckRespSingleUserStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AccountCheckRespSingleUserStatus.Unmarshal(m, b) @@ -242,7 +242,7 @@ func (m *GetDesignateUsersReq) Reset() { *m = GetDesignateUsersReq{} } func (m *GetDesignateUsersReq) String() string { return proto.CompactTextString(m) } func (*GetDesignateUsersReq) ProtoMessage() {} func (*GetDesignateUsersReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{4} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{4} } func (m *GetDesignateUsersReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDesignateUsersReq.Unmarshal(m, b) @@ -280,7 +280,7 @@ func (m *GetDesignateUsersResp) Reset() { *m = GetDesignateUsersResp{} } func (m *GetDesignateUsersResp) String() string { return proto.CompactTextString(m) } func (*GetDesignateUsersResp) ProtoMessage() {} func (*GetDesignateUsersResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{5} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{5} } func (m *GetDesignateUsersResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDesignateUsersResp.Unmarshal(m, b) @@ -318,7 +318,7 @@ func (m *UpdateUserInfoReq) Reset() { *m = UpdateUserInfoReq{} } func (m *UpdateUserInfoReq) String() string { return proto.CompactTextString(m) } func (*UpdateUserInfoReq) ProtoMessage() {} func (*UpdateUserInfoReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{6} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{6} } func (m *UpdateUserInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateUserInfoReq.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *UpdateUserInfoResp) Reset() { *m = UpdateUserInfoResp{} } func (m *UpdateUserInfoResp) String() string { return proto.CompactTextString(m) } func (*UpdateUserInfoResp) ProtoMessage() {} func (*UpdateUserInfoResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{7} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{7} } func (m *UpdateUserInfoResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateUserInfoResp.Unmarshal(m, b) @@ -387,7 +387,7 @@ func (m *SetGlobalRecvMessageOptReq) Reset() { *m = SetGlobalRecvMessage func (m *SetGlobalRecvMessageOptReq) String() string { return proto.CompactTextString(m) } func (*SetGlobalRecvMessageOptReq) ProtoMessage() {} func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{8} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{8} } func (m *SetGlobalRecvMessageOptReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGlobalRecvMessageOptReq.Unmarshal(m, b) @@ -431,7 +431,7 @@ func (m *SetGlobalRecvMessageOptResp) Reset() { *m = SetGlobalRecvMessag func (m *SetGlobalRecvMessageOptResp) String() string { return proto.CompactTextString(m) } func (*SetGlobalRecvMessageOptResp) ProtoMessage() {} func (*SetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{9} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{9} } func (m *SetGlobalRecvMessageOptResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetGlobalRecvMessageOptResp.Unmarshal(m, b) @@ -464,7 +464,7 @@ func (m *SetConversationReq) Reset() { *m = SetConversationReq{} } func (m *SetConversationReq) String() string { return proto.CompactTextString(m) } func (*SetConversationReq) ProtoMessage() {} func (*SetConversationReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{10} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{10} } func (m *SetConversationReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetConversationReq.Unmarshal(m, b) @@ -515,7 +515,7 @@ func (m *SetConversationResp) Reset() { *m = SetConversationResp{} } func (m *SetConversationResp) String() string { return proto.CompactTextString(m) } func (*SetConversationResp) ProtoMessage() {} func (*SetConversationResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{11} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{11} } func (m *SetConversationResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetConversationResp.Unmarshal(m, b) @@ -550,7 +550,7 @@ func (m *SetRecvMsgOptReq) Reset() { *m = SetRecvMsgOptReq{} } func (m *SetRecvMsgOptReq) String() string { return proto.CompactTextString(m) } func (*SetRecvMsgOptReq) ProtoMessage() {} func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{12} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{12} } func (m *SetRecvMsgOptReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetRecvMsgOptReq.Unmarshal(m, b) @@ -615,7 +615,7 @@ func (m *SetRecvMsgOptResp) Reset() { *m = SetRecvMsgOptResp{} } func (m *SetRecvMsgOptResp) String() string { return proto.CompactTextString(m) } func (*SetRecvMsgOptResp) ProtoMessage() {} func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{13} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{13} } func (m *SetRecvMsgOptResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetRecvMsgOptResp.Unmarshal(m, b) @@ -648,7 +648,7 @@ func (m *GetConversationReq) Reset() { *m = GetConversationReq{} } func (m *GetConversationReq) String() string { return proto.CompactTextString(m) } func (*GetConversationReq) ProtoMessage() {} func (*GetConversationReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{14} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{14} } func (m *GetConversationReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConversationReq.Unmarshal(m, b) @@ -700,7 +700,7 @@ func (m *GetConversationResp) Reset() { *m = GetConversationResp{} } func (m *GetConversationResp) String() string { return proto.CompactTextString(m) } func (*GetConversationResp) ProtoMessage() {} func (*GetConversationResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{15} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{15} } func (m *GetConversationResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConversationResp.Unmarshal(m, b) @@ -740,7 +740,7 @@ func (m *GetConversationsReq) Reset() { *m = GetConversationsReq{} } func (m *GetConversationsReq) String() string { return proto.CompactTextString(m) } func (*GetConversationsReq) ProtoMessage() {} func (*GetConversationsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{16} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{16} } func (m *GetConversationsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConversationsReq.Unmarshal(m, b) @@ -792,7 +792,7 @@ func (m *GetConversationsResp) Reset() { *m = GetConversationsResp{} } func (m *GetConversationsResp) String() string { return proto.CompactTextString(m) } func (*GetConversationsResp) ProtoMessage() {} func (*GetConversationsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{17} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{17} } func (m *GetConversationsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetConversationsResp.Unmarshal(m, b) @@ -831,7 +831,7 @@ func (m *GetAllConversationsReq) Reset() { *m = GetAllConversationsReq{} func (m *GetAllConversationsReq) String() string { return proto.CompactTextString(m) } func (*GetAllConversationsReq) ProtoMessage() {} func (*GetAllConversationsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{18} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{18} } func (m *GetAllConversationsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllConversationsReq.Unmarshal(m, b) @@ -876,7 +876,7 @@ func (m *GetAllConversationsResp) Reset() { *m = GetAllConversationsResp func (m *GetAllConversationsResp) String() string { return proto.CompactTextString(m) } func (*GetAllConversationsResp) ProtoMessage() {} func (*GetAllConversationsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{19} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{19} } func (m *GetAllConversationsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllConversationsResp.Unmarshal(m, b) @@ -917,7 +917,7 @@ func (m *BatchSetConversationsReq) Reset() { *m = BatchSetConversationsR func (m *BatchSetConversationsReq) String() string { return proto.CompactTextString(m) } func (*BatchSetConversationsReq) ProtoMessage() {} func (*BatchSetConversationsReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{20} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{20} } func (m *BatchSetConversationsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchSetConversationsReq.Unmarshal(m, b) @@ -977,7 +977,7 @@ func (m *BatchSetConversationsResp) Reset() { *m = BatchSetConversations func (m *BatchSetConversationsResp) String() string { return proto.CompactTextString(m) } func (*BatchSetConversationsResp) ProtoMessage() {} func (*BatchSetConversationsResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{21} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{21} } func (m *BatchSetConversationsResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchSetConversationsResp.Unmarshal(m, b) @@ -1022,7 +1022,7 @@ func (m *GetPaginationUsersReq) Reset() { *m = GetPaginationUsersReq{} } func (m *GetPaginationUsersReq) String() string { return proto.CompactTextString(m) } func (*GetPaginationUsersReq) ProtoMessage() {} func (*GetPaginationUsersReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{22} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{22} } func (m *GetPaginationUsersReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationUsersReq.Unmarshal(m, b) @@ -1061,7 +1061,7 @@ func (m *GetPaginationUsersResp) Reset() { *m = GetPaginationUsersResp{} func (m *GetPaginationUsersResp) String() string { return proto.CompactTextString(m) } func (*GetPaginationUsersResp) ProtoMessage() {} func (*GetPaginationUsersResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{23} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{23} } func (m *GetPaginationUsersResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPaginationUsersResp.Unmarshal(m, b) @@ -1106,7 +1106,7 @@ func (m *UserRegisterReq) Reset() { *m = UserRegisterReq{} } func (m *UserRegisterReq) String() string { return proto.CompactTextString(m) } func (*UserRegisterReq) ProtoMessage() {} func (*UserRegisterReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{24} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{24} } func (m *UserRegisterReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserRegisterReq.Unmarshal(m, b) @@ -1143,7 +1143,7 @@ func (m *UserRegisterResp) Reset() { *m = UserRegisterResp{} } func (m *UserRegisterResp) String() string { return proto.CompactTextString(m) } func (*UserRegisterResp) ProtoMessage() {} func (*UserRegisterResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{25} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{25} } func (m *UserRegisterResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserRegisterResp.Unmarshal(m, b) @@ -1174,7 +1174,7 @@ func (m *GetGlobalRecvMessageOptReq) Reset() { *m = GetGlobalRecvMessage func (m *GetGlobalRecvMessageOptReq) String() string { return proto.CompactTextString(m) } func (*GetGlobalRecvMessageOptReq) ProtoMessage() {} func (*GetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{26} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{26} } func (m *GetGlobalRecvMessageOptReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGlobalRecvMessageOptReq.Unmarshal(m, b) @@ -1212,7 +1212,7 @@ func (m *GetGlobalRecvMessageOptResp) Reset() { *m = GetGlobalRecvMessag func (m *GetGlobalRecvMessageOptResp) String() string { return proto.CompactTextString(m) } func (*GetGlobalRecvMessageOptResp) ProtoMessage() {} func (*GetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int) { - return fileDescriptor_user_74bf7c7fd74a4bda, []int{27} + return fileDescriptor_user_2e5cd4b3f3085f2d, []int{27} } func (m *GetGlobalRecvMessageOptResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetGlobalRecvMessageOptResp.Unmarshal(m, b) @@ -1555,9 +1555,9 @@ var _User_serviceDesc = grpc.ServiceDesc{ Metadata: "user/user.proto", } -func init() { proto.RegisterFile("user/user.proto", fileDescriptor_user_74bf7c7fd74a4bda) } +func init() { proto.RegisterFile("user/user.proto", fileDescriptor_user_2e5cd4b3f3085f2d) } -var fileDescriptor_user_74bf7c7fd74a4bda = []byte{ +var fileDescriptor_user_2e5cd4b3f3085f2d = []byte{ // 943 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x51, 0x6f, 0x1b, 0x45, 0x10, 0xd6, 0x39, 0x71, 0x4b, 0x26, 0x69, 0xe3, 0x6c, 0xd2, 0xd6, 0x5c, 0x0b, 0x8a, 0x96, 0x96, diff --git a/pkg/proto/wrapperspb/wrapperspb.go b/pkg/proto/wrapperspb/wrapperspb.go new file mode 100644 index 000000000..e894d9774 --- /dev/null +++ b/pkg/proto/wrapperspb/wrapperspb.go @@ -0,0 +1,189 @@ +package wrapperspb + +import ( + "encoding/base64" + "errors" + "strconv" +) + +func Double(value float64) *DoubleValue { + return &DoubleValue{Value: value} +} + +func Float(value float32) *FloatValue { + return &FloatValue{Value: value} +} + +func Int64(value int64) *Int64Value { + return &Int64Value{Value: value} +} + +func UInt64(value uint64) *UInt64Value { + return &UInt64Value{Value: value} +} + +func Int32(value int32) *Int32Value { + return &Int32Value{Value: value} +} + +func UInt32(value uint32) *UInt32Value { + return &UInt32Value{Value: value} +} + +func Bool(value bool) *BoolValue { + return &BoolValue{Value: value} +} + +func String(value string) *StringValue { + return &StringValue{Value: value} +} + +func Bytes(value []byte) *BytesValue { + return &BytesValue{Value: value} +} + +func (m *DoubleValue) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseFloat(string(p), 64) + if err != nil { + return err + } + m.Value = value + return nil +} + +func (m *DoubleValue) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatFloat(m.Value, 'f', -1, 64)), nil +} + +func (m *FloatValue) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseFloat(string(p), 64) + if err != nil { + return err + } + m.Value = float32(value) + return nil +} + +func (m *FloatValue) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatFloat(float64(m.Value), 'f', -1, 32)), nil +} + +func (m *Int64Value) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseInt(string(p), 10, 64) + if err != nil { + return err + } + m.Value = value + return nil +} + +func (m *Int64Value) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatInt(m.Value, 10)), nil +} + +func (m *UInt64Value) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseUint(string(p), 10, 64) + if err != nil { + return err + } + m.Value = value + return nil +} + +func (m *UInt64Value) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatUint(m.Value, 10)), nil +} + +func (m *Int32Value) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseInt(string(p), 10, 32) + if err != nil { + return err + } + m.Value = int32(value) + return nil +} + +func (m *Int32Value) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatInt(int64(m.Value), 10)), nil +} + +func (m *UInt32Value) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseUint(string(p), 10, 32) + if err != nil { + return err + } + m.Value = uint32(value) + return nil +} + +func (m *UInt32Value) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatUint(uint64(m.Value), 10)), nil +} + +func (m *BoolValue) UnmarshalJSON(p []byte) error { + value, err := strconv.ParseBool(string(p)) + if err != nil { + return err + } + m.Value = value + return nil +} + +func (m *BoolValue) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(strconv.FormatBool(m.Value)), nil +} + +func (m *StringValue) UnmarshalJSON(p []byte) error { + if len(p) < 2 || p[0] != '"' || p[len(p)-1] != '"' { + return errors.New("invalid string value") + } + m.Value = string(p[1 : len(p)-1]) + return nil +} + +func (m *StringValue) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(`"` + m.Value + `"`), nil +} + +func (m *BytesValue) UnmarshalJSON(p []byte) error { + if len(p) < 2 || p[0] != '"' || p[len(p)-1] != '"' { + return errors.New("invalid bytes value") + } + value, err := base64.StdEncoding.DecodeString(string(p[1 : len(p)-1])) + if err != nil { + return err + } + m.Value = value + return nil +} + +func (m *BytesValue) MarshalJSON() ([]byte, error) { + if m == nil { + return []byte("null"), nil + } + return []byte(`"` + base64.StdEncoding.EncodeToString(m.Value) + `"`), nil +} diff --git a/pkg/proto/wrapperspb/wrapperspb.pb.go b/pkg/proto/wrapperspb/wrapperspb.pb.go new file mode 100644 index 000000000..80ba6c447 --- /dev/null +++ b/pkg/proto/wrapperspb/wrapperspb.pb.go @@ -0,0 +1,430 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: wrapperspb/wrapperspb.proto + +package wrapperspb // import "OpenIM/pkg/proto/wrapperspb" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// Wrapper message for `double`. +// +// The JSON representation for `DoubleValue` is JSON number. +type DoubleValue struct { + // The double value. + Value float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DoubleValue) Reset() { *m = DoubleValue{} } +func (m *DoubleValue) String() string { return proto.CompactTextString(m) } +func (*DoubleValue) ProtoMessage() {} +func (*DoubleValue) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{0} +} +func (m *DoubleValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DoubleValue.Unmarshal(m, b) +} +func (m *DoubleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DoubleValue.Marshal(b, m, deterministic) +} +func (dst *DoubleValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_DoubleValue.Merge(dst, src) +} +func (m *DoubleValue) XXX_Size() int { + return xxx_messageInfo_DoubleValue.Size(m) +} +func (m *DoubleValue) XXX_DiscardUnknown() { + xxx_messageInfo_DoubleValue.DiscardUnknown(m) +} + +var xxx_messageInfo_DoubleValue proto.InternalMessageInfo + +func (m *DoubleValue) GetValue() float64 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `float`. +// +// The JSON representation for `FloatValue` is JSON number. +type FloatValue struct { + // The float value. + Value float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *FloatValue) Reset() { *m = FloatValue{} } +func (m *FloatValue) String() string { return proto.CompactTextString(m) } +func (*FloatValue) ProtoMessage() {} +func (*FloatValue) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{1} +} +func (m *FloatValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_FloatValue.Unmarshal(m, b) +} +func (m *FloatValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_FloatValue.Marshal(b, m, deterministic) +} +func (dst *FloatValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_FloatValue.Merge(dst, src) +} +func (m *FloatValue) XXX_Size() int { + return xxx_messageInfo_FloatValue.Size(m) +} +func (m *FloatValue) XXX_DiscardUnknown() { + xxx_messageInfo_FloatValue.DiscardUnknown(m) +} + +var xxx_messageInfo_FloatValue proto.InternalMessageInfo + +func (m *FloatValue) GetValue() float32 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `int64`. +// +// The JSON representation for `Int64Value` is JSON string. +type Int64Value struct { + // The int64 value. + Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Int64Value) Reset() { *m = Int64Value{} } +func (m *Int64Value) String() string { return proto.CompactTextString(m) } +func (*Int64Value) ProtoMessage() {} +func (*Int64Value) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{2} +} +func (m *Int64Value) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Int64Value.Unmarshal(m, b) +} +func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Int64Value.Marshal(b, m, deterministic) +} +func (dst *Int64Value) XXX_Merge(src proto.Message) { + xxx_messageInfo_Int64Value.Merge(dst, src) +} +func (m *Int64Value) XXX_Size() int { + return xxx_messageInfo_Int64Value.Size(m) +} +func (m *Int64Value) XXX_DiscardUnknown() { + xxx_messageInfo_Int64Value.DiscardUnknown(m) +} + +var xxx_messageInfo_Int64Value proto.InternalMessageInfo + +func (m *Int64Value) GetValue() int64 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `uint64`. +// +// The JSON representation for `UInt64Value` is JSON string. +type UInt64Value struct { + // The uint64 value. + Value uint64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UInt64Value) Reset() { *m = UInt64Value{} } +func (m *UInt64Value) String() string { return proto.CompactTextString(m) } +func (*UInt64Value) ProtoMessage() {} +func (*UInt64Value) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{3} +} +func (m *UInt64Value) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UInt64Value.Unmarshal(m, b) +} +func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UInt64Value.Marshal(b, m, deterministic) +} +func (dst *UInt64Value) XXX_Merge(src proto.Message) { + xxx_messageInfo_UInt64Value.Merge(dst, src) +} +func (m *UInt64Value) XXX_Size() int { + return xxx_messageInfo_UInt64Value.Size(m) +} +func (m *UInt64Value) XXX_DiscardUnknown() { + xxx_messageInfo_UInt64Value.DiscardUnknown(m) +} + +var xxx_messageInfo_UInt64Value proto.InternalMessageInfo + +func (m *UInt64Value) GetValue() uint64 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `int32`. +// +// The JSON representation for `Int32Value` is JSON number. +type Int32Value struct { + // The int32 value. + Value int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Int32Value) Reset() { *m = Int32Value{} } +func (m *Int32Value) String() string { return proto.CompactTextString(m) } +func (*Int32Value) ProtoMessage() {} +func (*Int32Value) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{4} +} +func (m *Int32Value) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Int32Value.Unmarshal(m, b) +} +func (m *Int32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Int32Value.Marshal(b, m, deterministic) +} +func (dst *Int32Value) XXX_Merge(src proto.Message) { + xxx_messageInfo_Int32Value.Merge(dst, src) +} +func (m *Int32Value) XXX_Size() int { + return xxx_messageInfo_Int32Value.Size(m) +} +func (m *Int32Value) XXX_DiscardUnknown() { + xxx_messageInfo_Int32Value.DiscardUnknown(m) +} + +var xxx_messageInfo_Int32Value proto.InternalMessageInfo + +func (m *Int32Value) GetValue() int32 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `uint32`. +// +// The JSON representation for `UInt32Value` is JSON number. +type UInt32Value struct { + // The uint32 value. + Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UInt32Value) Reset() { *m = UInt32Value{} } +func (m *UInt32Value) String() string { return proto.CompactTextString(m) } +func (*UInt32Value) ProtoMessage() {} +func (*UInt32Value) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{5} +} +func (m *UInt32Value) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UInt32Value.Unmarshal(m, b) +} +func (m *UInt32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UInt32Value.Marshal(b, m, deterministic) +} +func (dst *UInt32Value) XXX_Merge(src proto.Message) { + xxx_messageInfo_UInt32Value.Merge(dst, src) +} +func (m *UInt32Value) XXX_Size() int { + return xxx_messageInfo_UInt32Value.Size(m) +} +func (m *UInt32Value) XXX_DiscardUnknown() { + xxx_messageInfo_UInt32Value.DiscardUnknown(m) +} + +var xxx_messageInfo_UInt32Value proto.InternalMessageInfo + +func (m *UInt32Value) GetValue() uint32 { + if m != nil { + return m.Value + } + return 0 +} + +// Wrapper message for `bool`. +// +// The JSON representation for `BoolValue` is JSON `true` and `false`. +type BoolValue struct { + // The bool value. + Value bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *BoolValue) Reset() { *m = BoolValue{} } +func (m *BoolValue) String() string { return proto.CompactTextString(m) } +func (*BoolValue) ProtoMessage() {} +func (*BoolValue) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{6} +} +func (m *BoolValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BoolValue.Unmarshal(m, b) +} +func (m *BoolValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BoolValue.Marshal(b, m, deterministic) +} +func (dst *BoolValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_BoolValue.Merge(dst, src) +} +func (m *BoolValue) XXX_Size() int { + return xxx_messageInfo_BoolValue.Size(m) +} +func (m *BoolValue) XXX_DiscardUnknown() { + xxx_messageInfo_BoolValue.DiscardUnknown(m) +} + +var xxx_messageInfo_BoolValue proto.InternalMessageInfo + +func (m *BoolValue) GetValue() bool { + if m != nil { + return m.Value + } + return false +} + +// Wrapper message for `string`. +// +// The JSON representation for `StringValue` is JSON string. +type StringValue struct { + // The string value. + Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *StringValue) Reset() { *m = StringValue{} } +func (m *StringValue) String() string { return proto.CompactTextString(m) } +func (*StringValue) ProtoMessage() {} +func (*StringValue) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{7} +} +func (m *StringValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_StringValue.Unmarshal(m, b) +} +func (m *StringValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_StringValue.Marshal(b, m, deterministic) +} +func (dst *StringValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_StringValue.Merge(dst, src) +} +func (m *StringValue) XXX_Size() int { + return xxx_messageInfo_StringValue.Size(m) +} +func (m *StringValue) XXX_DiscardUnknown() { + xxx_messageInfo_StringValue.DiscardUnknown(m) +} + +var xxx_messageInfo_StringValue proto.InternalMessageInfo + +func (m *StringValue) GetValue() string { + if m != nil { + return m.Value + } + return "" +} + +// Wrapper message for `bytes`. +// +// The JSON representation for `BytesValue` is JSON string. +type BytesValue struct { + // The bytes value. + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *BytesValue) Reset() { *m = BytesValue{} } +func (m *BytesValue) String() string { return proto.CompactTextString(m) } +func (*BytesValue) ProtoMessage() {} +func (*BytesValue) Descriptor() ([]byte, []int) { + return fileDescriptor_wrapperspb_a03431133ed99282, []int{8} +} +func (m *BytesValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BytesValue.Unmarshal(m, b) +} +func (m *BytesValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BytesValue.Marshal(b, m, deterministic) +} +func (dst *BytesValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_BytesValue.Merge(dst, src) +} +func (m *BytesValue) XXX_Size() int { + return xxx_messageInfo_BytesValue.Size(m) +} +func (m *BytesValue) XXX_DiscardUnknown() { + xxx_messageInfo_BytesValue.DiscardUnknown(m) +} + +var xxx_messageInfo_BytesValue proto.InternalMessageInfo + +func (m *BytesValue) GetValue() []byte { + if m != nil { + return m.Value + } + return nil +} + +func init() { + proto.RegisterType((*DoubleValue)(nil), "OpenIMServer.protobuf.DoubleValue") + proto.RegisterType((*FloatValue)(nil), "OpenIMServer.protobuf.FloatValue") + proto.RegisterType((*Int64Value)(nil), "OpenIMServer.protobuf.Int64Value") + proto.RegisterType((*UInt64Value)(nil), "OpenIMServer.protobuf.UInt64Value") + proto.RegisterType((*Int32Value)(nil), "OpenIMServer.protobuf.Int32Value") + proto.RegisterType((*UInt32Value)(nil), "OpenIMServer.protobuf.UInt32Value") + proto.RegisterType((*BoolValue)(nil), "OpenIMServer.protobuf.BoolValue") + proto.RegisterType((*StringValue)(nil), "OpenIMServer.protobuf.StringValue") + proto.RegisterType((*BytesValue)(nil), "OpenIMServer.protobuf.BytesValue") +} + +func init() { + proto.RegisterFile("wrapperspb/wrapperspb.proto", fileDescriptor_wrapperspb_a03431133ed99282) +} + +var fileDescriptor_wrapperspb_a03431133ed99282 = []byte{ + // 199 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2e, 0x2f, 0x4a, 0x2c, + 0x28, 0x48, 0x2d, 0x2a, 0x2e, 0x48, 0xd2, 0x47, 0x30, 0xf5, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, + 0x44, 0xfd, 0x0b, 0x52, 0xf3, 0x3c, 0x7d, 0x83, 0x53, 0x8b, 0xca, 0x52, 0x8b, 0x20, 0x62, 0x49, + 0xa5, 0x69, 0x4a, 0xca, 0x5c, 0xdc, 0x2e, 0xf9, 0xa5, 0x49, 0x39, 0xa9, 0x61, 0x89, 0x39, 0xa5, + 0xa9, 0x42, 0x22, 0x5c, 0xac, 0x65, 0x20, 0x86, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x63, 0x10, 0x84, + 0xa3, 0xa4, 0xc4, 0xc5, 0xe5, 0x96, 0x93, 0x9f, 0x58, 0x82, 0x45, 0x0d, 0x13, 0x92, 0x1a, 0xcf, + 0xbc, 0x12, 0x33, 0x13, 0x2c, 0x6a, 0x98, 0x61, 0x6a, 0x94, 0xb9, 0xb8, 0x43, 0x71, 0x29, 0x62, + 0x41, 0x35, 0xc8, 0xd8, 0x08, 0x8b, 0x1a, 0x56, 0x34, 0x83, 0xb0, 0x2a, 0xe2, 0x85, 0x29, 0x52, + 0xe4, 0xe2, 0x74, 0xca, 0xcf, 0xcf, 0xc1, 0xa2, 0x84, 0x03, 0xc9, 0x9c, 0xe0, 0x92, 0xa2, 0xcc, + 0xbc, 0x74, 0x2c, 0x8a, 0x38, 0x91, 0x1c, 0xe4, 0x54, 0x59, 0x92, 0x5a, 0x8c, 0x45, 0x0d, 0x0f, + 0x54, 0x8d, 0x93, 0x46, 0x94, 0x1a, 0x24, 0x7c, 0xf5, 0x0b, 0xb2, 0xd3, 0xf5, 0xc1, 0xa1, 0x8b, + 0x14, 0x05, 0xd6, 0x08, 0x66, 0x12, 0x1b, 0x58, 0xd2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x1b, + 0x5d, 0x1c, 0xe2, 0xad, 0x01, 0x00, 0x00, +}