|
|
@ -26,7 +26,7 @@ var _ = math.Inf
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
|
|
|
type CreateGroupReq struct {
|
|
|
|
type CreateGroupReq struct {
|
|
|
|
InitMemberList []string `protobuf:"bytes,1,rep,name=initMemberList" json:"initMemberList,omitempty"`
|
|
|
|
InitMembers []string `protobuf:"bytes,1,rep,name=initMembers" json:"initMembers,omitempty"`
|
|
|
|
GroupInfo *sdk_ws.GroupInfo `protobuf:"bytes,2,opt,name=groupInfo" json:"groupInfo,omitempty"`
|
|
|
|
GroupInfo *sdk_ws.GroupInfo `protobuf:"bytes,2,opt,name=groupInfo" json:"groupInfo,omitempty"`
|
|
|
|
AdminUserIDs []string `protobuf:"bytes,3,rep,name=adminUserIDs" json:"adminUserIDs,omitempty"`
|
|
|
|
AdminUserIDs []string `protobuf:"bytes,3,rep,name=adminUserIDs" json:"adminUserIDs,omitempty"`
|
|
|
|
OwnerUserID string `protobuf:"bytes,4,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
|
|
|
|
OwnerUserID string `protobuf:"bytes,4,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
|
|
|
@ -39,7 +39,7 @@ func (m *CreateGroupReq) Reset() { *m = CreateGroupReq{} }
|
|
|
|
func (m *CreateGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CreateGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateGroupReq) ProtoMessage() {}
|
|
|
|
func (*CreateGroupReq) ProtoMessage() {}
|
|
|
|
func (*CreateGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CreateGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{0}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{0}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CreateGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CreateGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateGroupReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_CreateGroupReq.Unmarshal(m, b)
|
|
|
@ -59,9 +59,9 @@ func (m *CreateGroupReq) XXX_DiscardUnknown() {
|
|
|
|
|
|
|
|
|
|
|
|
var xxx_messageInfo_CreateGroupReq proto.InternalMessageInfo
|
|
|
|
var xxx_messageInfo_CreateGroupReq proto.InternalMessageInfo
|
|
|
|
|
|
|
|
|
|
|
|
func (m *CreateGroupReq) GetInitMemberList() []string {
|
|
|
|
func (m *CreateGroupReq) GetInitMembers() []string {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
|
return m.InitMemberList
|
|
|
|
return m.InitMembers
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -98,7 +98,7 @@ func (m *CreateGroupResp) Reset() { *m = CreateGroupResp{} }
|
|
|
|
func (m *CreateGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CreateGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateGroupResp) ProtoMessage() {}
|
|
|
|
func (*CreateGroupResp) ProtoMessage() {}
|
|
|
|
func (*CreateGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CreateGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{1}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{1}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CreateGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CreateGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateGroupResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupsInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupsInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupsInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupsInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupsInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{2}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{2}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupsInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupsInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupsInfoReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupsInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupsInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupsInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupsInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupsInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{3}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{3}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupsInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupsInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupsInfoResp.Unmarshal(m, b)
|
|
|
|
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 (m *SetGroupInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupInfoReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupInfoReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{4}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{4}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupInfoReq.Unmarshal(m, b)
|
|
|
|
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 (m *SetGroupInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupInfoResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupInfoResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{5}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{5}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupInfoResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupApplicationListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupApplicationListReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupApplicationListReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{6}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{6}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupApplicationListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupApplicationListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupApplicationListReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupApplicationListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupApplicationListResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupApplicationListResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupApplicationListResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupApplicationListResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{7}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{7}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupApplicationListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupApplicationListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupApplicationListResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetUserReqApplicationListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetUserReqApplicationListReq) ProtoMessage() {}
|
|
|
|
func (*GetUserReqApplicationListReq) ProtoMessage() {}
|
|
|
|
func (*GetUserReqApplicationListReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetUserReqApplicationListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{8}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{8}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetUserReqApplicationListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetUserReqApplicationListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetUserReqApplicationListReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetUserReqApplicationListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetUserReqApplicationListResp) ProtoMessage() {}
|
|
|
|
func (*GetUserReqApplicationListResp) ProtoMessage() {}
|
|
|
|
func (*GetUserReqApplicationListResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetUserReqApplicationListResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{9}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{9}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetUserReqApplicationListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetUserReqApplicationListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetUserReqApplicationListResp.Unmarshal(m, b)
|
|
|
|
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 (m *TransferGroupOwnerReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TransferGroupOwnerReq) ProtoMessage() {}
|
|
|
|
func (*TransferGroupOwnerReq) ProtoMessage() {}
|
|
|
|
func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{10}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{10}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *TransferGroupOwnerReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *TransferGroupOwnerReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_TransferGroupOwnerReq.Unmarshal(m, b)
|
|
|
|
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 (m *TransferGroupOwnerResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TransferGroupOwnerResp) ProtoMessage() {}
|
|
|
|
func (*TransferGroupOwnerResp) ProtoMessage() {}
|
|
|
|
func (*TransferGroupOwnerResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*TransferGroupOwnerResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{11}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{11}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *TransferGroupOwnerResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *TransferGroupOwnerResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_TransferGroupOwnerResp.Unmarshal(m, b)
|
|
|
|
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 (m *JoinGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*JoinGroupReq) ProtoMessage() {}
|
|
|
|
func (*JoinGroupReq) ProtoMessage() {}
|
|
|
|
func (*JoinGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*JoinGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{12}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{12}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *JoinGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *JoinGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_JoinGroupReq.Unmarshal(m, b)
|
|
|
|
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 (m *JoinGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*JoinGroupResp) ProtoMessage() {}
|
|
|
|
func (*JoinGroupResp) ProtoMessage() {}
|
|
|
|
func (*JoinGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*JoinGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{13}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{13}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *JoinGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *JoinGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_JoinGroupResp.Unmarshal(m, b)
|
|
|
|
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 (m *GroupApplicationResponseReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GroupApplicationResponseReq) ProtoMessage() {}
|
|
|
|
func (*GroupApplicationResponseReq) ProtoMessage() {}
|
|
|
|
func (*GroupApplicationResponseReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GroupApplicationResponseReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{14}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{14}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GroupApplicationResponseReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GroupApplicationResponseReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GroupApplicationResponseReq.Unmarshal(m, b)
|
|
|
|
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 (m *GroupApplicationResponseResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GroupApplicationResponseResp) ProtoMessage() {}
|
|
|
|
func (*GroupApplicationResponseResp) ProtoMessage() {}
|
|
|
|
func (*GroupApplicationResponseResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GroupApplicationResponseResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{15}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{15}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GroupApplicationResponseResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GroupApplicationResponseResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GroupApplicationResponseResp.Unmarshal(m, b)
|
|
|
|
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 (m *QuitGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*QuitGroupReq) ProtoMessage() {}
|
|
|
|
func (*QuitGroupReq) ProtoMessage() {}
|
|
|
|
func (*QuitGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*QuitGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{16}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{16}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *QuitGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *QuitGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QuitGroupReq.Unmarshal(m, b)
|
|
|
|
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 (m *QuitGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*QuitGroupResp) ProtoMessage() {}
|
|
|
|
func (*QuitGroupResp) ProtoMessage() {}
|
|
|
|
func (*QuitGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*QuitGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{17}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{17}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *QuitGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *QuitGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QuitGroupResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupMemberListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMemberListReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberListReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberListReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMemberListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{18}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{18}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMemberListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMemberListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMemberListReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupMemberListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMemberListResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberListResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberListResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMemberListResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{19}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{19}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMemberListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMemberListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMemberListResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupMemberListResp.Unmarshal(m, b)
|
|
|
@ -891,7 +891,7 @@ func (m *GetGroupMemberListResp) GetMembers() []*sdk_ws.GroupMemberFullInfo {
|
|
|
|
|
|
|
|
|
|
|
|
type GetGroupMembersInfoReq struct {
|
|
|
|
type GetGroupMembersInfoReq struct {
|
|
|
|
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
|
|
|
|
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
|
|
|
|
MemberList []string `protobuf:"bytes,2,rep,name=memberList" json:"memberList,omitempty"`
|
|
|
|
Members []string `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
@ -901,7 +901,7 @@ func (m *GetGroupMembersInfoReq) Reset() { *m = GetGroupMembersInfoReq{}
|
|
|
|
func (m *GetGroupMembersInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetGroupMembersInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMembersInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{20}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{20}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMembersInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMembersInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMembersInfoReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupMembersInfoReq.Unmarshal(m, b)
|
|
|
@ -928,9 +928,9 @@ func (m *GetGroupMembersInfoReq) GetGroupID() string {
|
|
|
|
return ""
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (m *GetGroupMembersInfoReq) GetMemberList() []string {
|
|
|
|
func (m *GetGroupMembersInfoReq) GetMembers() []string {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
|
return m.MemberList
|
|
|
|
return m.Members
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -946,7 +946,7 @@ func (m *GetGroupMembersInfoResp) Reset() { *m = GetGroupMembersInfoResp
|
|
|
|
func (m *GetGroupMembersInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetGroupMembersInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMembersInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMembersInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{21}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{21}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMembersInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMembersInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMembersInfoResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupMembersInfoResp.Unmarshal(m, b)
|
|
|
@ -975,7 +975,7 @@ func (m *GetGroupMembersInfoResp) GetMembers() []*sdk_ws.GroupMemberFullInfo {
|
|
|
|
|
|
|
|
|
|
|
|
type KickGroupMemberReq struct {
|
|
|
|
type KickGroupMemberReq struct {
|
|
|
|
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
|
|
|
|
GroupID string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
|
|
|
|
KickedUserIDList []string `protobuf:"bytes,2,rep,name=kickedUserIDList" json:"kickedUserIDList,omitempty"`
|
|
|
|
KickedUserIDs []string `protobuf:"bytes,2,rep,name=kickedUserIDs" json:"kickedUserIDs,omitempty"`
|
|
|
|
Reason string `protobuf:"bytes,3,opt,name=reason" json:"reason,omitempty"`
|
|
|
|
Reason string `protobuf:"bytes,3,opt,name=reason" json:"reason,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
@ -986,7 +986,7 @@ func (m *KickGroupMemberReq) Reset() { *m = KickGroupMemberReq{} }
|
|
|
|
func (m *KickGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *KickGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*KickGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*KickGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*KickGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*KickGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{22}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{22}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *KickGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *KickGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_KickGroupMemberReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_KickGroupMemberReq.Unmarshal(m, b)
|
|
|
@ -1013,9 +1013,9 @@ func (m *KickGroupMemberReq) GetGroupID() string {
|
|
|
|
return ""
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (m *KickGroupMemberReq) GetKickedUserIDList() []string {
|
|
|
|
func (m *KickGroupMemberReq) GetKickedUserIDs() []string {
|
|
|
|
if m != nil {
|
|
|
|
if m != nil {
|
|
|
|
return m.KickedUserIDList
|
|
|
|
return m.KickedUserIDs
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1037,7 +1037,7 @@ func (m *KickGroupMemberResp) Reset() { *m = KickGroupMemberResp{} }
|
|
|
|
func (m *KickGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *KickGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*KickGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*KickGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*KickGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*KickGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{23}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{23}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *KickGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *KickGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_KickGroupMemberResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetJoinedGroupListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetJoinedGroupListReq) ProtoMessage() {}
|
|
|
|
func (*GetJoinedGroupListReq) ProtoMessage() {}
|
|
|
|
func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{24}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{24}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetJoinedGroupListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetJoinedGroupListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetJoinedGroupListReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetJoinedGroupListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetJoinedGroupListResp) ProtoMessage() {}
|
|
|
|
func (*GetJoinedGroupListResp) ProtoMessage() {}
|
|
|
|
func (*GetJoinedGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetJoinedGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{25}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{25}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetJoinedGroupListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetJoinedGroupListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetJoinedGroupListResp.Unmarshal(m, b)
|
|
|
|
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 (m *InviteUserToGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*InviteUserToGroupReq) ProtoMessage() {}
|
|
|
|
func (*InviteUserToGroupReq) ProtoMessage() {}
|
|
|
|
func (*InviteUserToGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*InviteUserToGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{26}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{26}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *InviteUserToGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *InviteUserToGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_InviteUserToGroupReq.Unmarshal(m, b)
|
|
|
|
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 (m *InviteUserToGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*InviteUserToGroupResp) ProtoMessage() {}
|
|
|
|
func (*InviteUserToGroupResp) ProtoMessage() {}
|
|
|
|
func (*InviteUserToGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*InviteUserToGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{27}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{27}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *InviteUserToGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *InviteUserToGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_InviteUserToGroupResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupAllMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupAllMemberReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupAllMemberReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{28}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{28}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupAllMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupAllMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupAllMemberReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupAllMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupAllMemberResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupAllMemberResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupAllMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupAllMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{29}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{29}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupAllMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupAllMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupAllMemberResp.Unmarshal(m, b)
|
|
|
|
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 (m *CMSGroup) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CMSGroup) ProtoMessage() {}
|
|
|
|
func (*CMSGroup) ProtoMessage() {}
|
|
|
|
func (*CMSGroup) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CMSGroup) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{30}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{30}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CMSGroup) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CMSGroup) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CMSGroup.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupsReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupsReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupsReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupsReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupsReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{31}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{31}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupsReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupsReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupsReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupsResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupsResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupsResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupsResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupsResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{32}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{32}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupsResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupsResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupsResp.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{33}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{33}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMemberReq.Unmarshal(m, b)
|
|
|
|
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 (m *GetGroupMembersCMSReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMembersCMSReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersCMSReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersCMSReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMembersCMSReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{34}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{34}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMembersCMSReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMembersCMSReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMembersCMSReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupMembersCMSReq.Unmarshal(m, b)
|
|
|
@ -1576,7 +1576,7 @@ func (m *GetGroupMembersCMSResp) Reset() { *m = GetGroupMembersCMSResp{}
|
|
|
|
func (m *GetGroupMembersCMSResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetGroupMembersCMSResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupMembersCMSResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersCMSResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupMembersCMSResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupMembersCMSResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{35}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{35}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupMembersCMSResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupMembersCMSResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupMembersCMSResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupMembersCMSResp.Unmarshal(m, b)
|
|
|
@ -1628,7 +1628,7 @@ func (m *DismissGroupReq) Reset() { *m = DismissGroupReq{} }
|
|
|
|
func (m *DismissGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *DismissGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DismissGroupReq) ProtoMessage() {}
|
|
|
|
func (*DismissGroupReq) ProtoMessage() {}
|
|
|
|
func (*DismissGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*DismissGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{36}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{36}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *DismissGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *DismissGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DismissGroupReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_DismissGroupReq.Unmarshal(m, b)
|
|
|
@ -1665,7 +1665,7 @@ func (m *DismissGroupResp) Reset() { *m = DismissGroupResp{} }
|
|
|
|
func (m *DismissGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *DismissGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DismissGroupResp) ProtoMessage() {}
|
|
|
|
func (*DismissGroupResp) ProtoMessage() {}
|
|
|
|
func (*DismissGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*DismissGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{37}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{37}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *DismissGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *DismissGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DismissGroupResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_DismissGroupResp.Unmarshal(m, b)
|
|
|
@ -1698,7 +1698,7 @@ func (m *MuteGroupMemberReq) Reset() { *m = MuteGroupMemberReq{} }
|
|
|
|
func (m *MuteGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *MuteGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*MuteGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*MuteGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*MuteGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*MuteGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{38}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{38}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *MuteGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *MuteGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_MuteGroupMemberReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_MuteGroupMemberReq.Unmarshal(m, b)
|
|
|
@ -1749,7 +1749,7 @@ func (m *MuteGroupMemberResp) Reset() { *m = MuteGroupMemberResp{} }
|
|
|
|
func (m *MuteGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *MuteGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*MuteGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*MuteGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*MuteGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*MuteGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{39}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{39}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *MuteGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *MuteGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_MuteGroupMemberResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_MuteGroupMemberResp.Unmarshal(m, b)
|
|
|
@ -1781,7 +1781,7 @@ func (m *CancelMuteGroupMemberReq) Reset() { *m = CancelMuteGroupMemberR
|
|
|
|
func (m *CancelMuteGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CancelMuteGroupMemberReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CancelMuteGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupMemberReq) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{40}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{40}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CancelMuteGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CancelMuteGroupMemberReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CancelMuteGroupMemberReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_CancelMuteGroupMemberReq.Unmarshal(m, b)
|
|
|
@ -1825,7 +1825,7 @@ func (m *CancelMuteGroupMemberResp) Reset() { *m = CancelMuteGroupMember
|
|
|
|
func (m *CancelMuteGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CancelMuteGroupMemberResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CancelMuteGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupMemberResp) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CancelMuteGroupMemberResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{41}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{41}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CancelMuteGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CancelMuteGroupMemberResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CancelMuteGroupMemberResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_CancelMuteGroupMemberResp.Unmarshal(m, b)
|
|
|
@ -1856,7 +1856,7 @@ func (m *MuteGroupReq) Reset() { *m = MuteGroupReq{} }
|
|
|
|
func (m *MuteGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *MuteGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*MuteGroupReq) ProtoMessage() {}
|
|
|
|
func (*MuteGroupReq) ProtoMessage() {}
|
|
|
|
func (*MuteGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*MuteGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{42}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{42}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *MuteGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *MuteGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_MuteGroupReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_MuteGroupReq.Unmarshal(m, b)
|
|
|
@ -1893,7 +1893,7 @@ func (m *MuteGroupResp) Reset() { *m = MuteGroupResp{} }
|
|
|
|
func (m *MuteGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *MuteGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*MuteGroupResp) ProtoMessage() {}
|
|
|
|
func (*MuteGroupResp) ProtoMessage() {}
|
|
|
|
func (*MuteGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*MuteGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{43}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{43}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *MuteGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *MuteGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_MuteGroupResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_MuteGroupResp.Unmarshal(m, b)
|
|
|
@ -1924,7 +1924,7 @@ func (m *CancelMuteGroupReq) Reset() { *m = CancelMuteGroupReq{} }
|
|
|
|
func (m *CancelMuteGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CancelMuteGroupReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CancelMuteGroupReq) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupReq) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CancelMuteGroupReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{44}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{44}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CancelMuteGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CancelMuteGroupReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CancelMuteGroupReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_CancelMuteGroupReq.Unmarshal(m, b)
|
|
|
@ -1961,7 +1961,7 @@ func (m *CancelMuteGroupResp) Reset() { *m = CancelMuteGroupResp{} }
|
|
|
|
func (m *CancelMuteGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *CancelMuteGroupResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CancelMuteGroupResp) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupResp) ProtoMessage() {}
|
|
|
|
func (*CancelMuteGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*CancelMuteGroupResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{45}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{45}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *CancelMuteGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *CancelMuteGroupResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CancelMuteGroupResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_CancelMuteGroupResp.Unmarshal(m, b)
|
|
|
@ -1994,7 +1994,7 @@ func (m *SetGroupMemberNicknameReq) Reset() { *m = SetGroupMemberNicknam
|
|
|
|
func (m *SetGroupMemberNicknameReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *SetGroupMemberNicknameReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupMemberNicknameReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberNicknameReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberNicknameReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupMemberNicknameReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{46}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{46}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupMemberNicknameReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupMemberNicknameReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupMemberNicknameReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_SetGroupMemberNicknameReq.Unmarshal(m, b)
|
|
|
@ -2045,7 +2045,7 @@ func (m *SetGroupMemberNicknameResp) Reset() { *m = SetGroupMemberNickna
|
|
|
|
func (m *SetGroupMemberNicknameResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *SetGroupMemberNicknameResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupMemberNicknameResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberNicknameResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberNicknameResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupMemberNicknameResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{47}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{47}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupMemberNicknameResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupMemberNicknameResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupMemberNicknameResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_SetGroupMemberNicknameResp.Unmarshal(m, b)
|
|
|
@ -2077,7 +2077,7 @@ func (m *GetJoinedSuperGroupListReq) Reset() { *m = GetJoinedSuperGroupL
|
|
|
|
func (m *GetJoinedSuperGroupListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetJoinedSuperGroupListReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetJoinedSuperGroupListReq) ProtoMessage() {}
|
|
|
|
func (*GetJoinedSuperGroupListReq) ProtoMessage() {}
|
|
|
|
func (*GetJoinedSuperGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetJoinedSuperGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{48}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{48}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetJoinedSuperGroupListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetJoinedSuperGroupListReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetJoinedSuperGroupListReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetJoinedSuperGroupListReq.Unmarshal(m, b)
|
|
|
@ -2123,7 +2123,7 @@ func (m *GetJoinedSuperGroupListResp) Reset() { *m = GetJoinedSuperGroup
|
|
|
|
func (m *GetJoinedSuperGroupListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetJoinedSuperGroupListResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetJoinedSuperGroupListResp) ProtoMessage() {}
|
|
|
|
func (*GetJoinedSuperGroupListResp) ProtoMessage() {}
|
|
|
|
func (*GetJoinedSuperGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetJoinedSuperGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{49}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{49}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetJoinedSuperGroupListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetJoinedSuperGroupListResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetJoinedSuperGroupListResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetJoinedSuperGroupListResp.Unmarshal(m, b)
|
|
|
@ -2168,7 +2168,7 @@ func (m *GetSuperGroupsInfoReq) Reset() { *m = GetSuperGroupsInfoReq{} }
|
|
|
|
func (m *GetSuperGroupsInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetSuperGroupsInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetSuperGroupsInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetSuperGroupsInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetSuperGroupsInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetSuperGroupsInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{50}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{50}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetSuperGroupsInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetSuperGroupsInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetSuperGroupsInfoReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetSuperGroupsInfoReq.Unmarshal(m, b)
|
|
|
@ -2206,7 +2206,7 @@ func (m *GetSuperGroupsInfoResp) Reset() { *m = GetSuperGroupsInfoResp{}
|
|
|
|
func (m *GetSuperGroupsInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetSuperGroupsInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetSuperGroupsInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetSuperGroupsInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetSuperGroupsInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetSuperGroupsInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{51}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{51}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetSuperGroupsInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetSuperGroupsInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetSuperGroupsInfoResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetSuperGroupsInfoResp.Unmarshal(m, b)
|
|
|
@ -2249,7 +2249,7 @@ func (m *SetGroupMemberInfoReq) Reset() { *m = SetGroupMemberInfoReq{} }
|
|
|
|
func (m *SetGroupMemberInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *SetGroupMemberInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupMemberInfoReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberInfoReq) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{52}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{52}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupMemberInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupMemberInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupMemberInfoReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_SetGroupMemberInfoReq.Unmarshal(m, b)
|
|
|
@ -2321,7 +2321,7 @@ func (m *SetGroupMemberInfoResp) Reset() { *m = SetGroupMemberInfoResp{}
|
|
|
|
func (m *SetGroupMemberInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *SetGroupMemberInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SetGroupMemberInfoResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberInfoResp) ProtoMessage() {}
|
|
|
|
func (*SetGroupMemberInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SetGroupMemberInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{53}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{53}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *SetGroupMemberInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *SetGroupMemberInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SetGroupMemberInfoResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_SetGroupMemberInfoResp.Unmarshal(m, b)
|
|
|
@ -2352,7 +2352,7 @@ func (m *GetGroupAbstractInfoReq) Reset() { *m = GetGroupAbstractInfoReq
|
|
|
|
func (m *GetGroupAbstractInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetGroupAbstractInfoReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupAbstractInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupAbstractInfoReq) ProtoMessage() {}
|
|
|
|
func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{54}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{54}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupAbstractInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupAbstractInfoReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupAbstractInfoReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupAbstractInfoReq.Unmarshal(m, b)
|
|
|
@ -2392,7 +2392,7 @@ func (m *GroupAbstractInfo) Reset() { *m = GroupAbstractInfo{} }
|
|
|
|
func (m *GroupAbstractInfo) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GroupAbstractInfo) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GroupAbstractInfo) ProtoMessage() {}
|
|
|
|
func (*GroupAbstractInfo) ProtoMessage() {}
|
|
|
|
func (*GroupAbstractInfo) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GroupAbstractInfo) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{55}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{55}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GroupAbstractInfo) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GroupAbstractInfo) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GroupAbstractInfo.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GroupAbstractInfo.Unmarshal(m, b)
|
|
|
@ -2444,7 +2444,7 @@ func (m *GetGroupAbstractInfoResp) Reset() { *m = GetGroupAbstractInfoRe
|
|
|
|
func (m *GetGroupAbstractInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetGroupAbstractInfoResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetGroupAbstractInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupAbstractInfoResp) ProtoMessage() {}
|
|
|
|
func (*GetGroupAbstractInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetGroupAbstractInfoResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{56}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{56}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetGroupAbstractInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetGroupAbstractInfoResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetGroupAbstractInfoResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetGroupAbstractInfoResp.Unmarshal(m, b)
|
|
|
@ -2483,7 +2483,7 @@ func (m *GetUserInGroupMembersReq) Reset() { *m = GetUserInGroupMembersR
|
|
|
|
func (m *GetUserInGroupMembersReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetUserInGroupMembersReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetUserInGroupMembersReq) ProtoMessage() {}
|
|
|
|
func (*GetUserInGroupMembersReq) ProtoMessage() {}
|
|
|
|
func (*GetUserInGroupMembersReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetUserInGroupMembersReq) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{57}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{57}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetUserInGroupMembersReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetUserInGroupMembersReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetUserInGroupMembersReq.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetUserInGroupMembersReq.Unmarshal(m, b)
|
|
|
@ -2528,7 +2528,7 @@ func (m *GetUserInGroupMembersResp) Reset() { *m = GetUserInGroupMembers
|
|
|
|
func (m *GetUserInGroupMembersResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (m *GetUserInGroupMembersResp) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetUserInGroupMembersResp) ProtoMessage() {}
|
|
|
|
func (*GetUserInGroupMembersResp) ProtoMessage() {}
|
|
|
|
func (*GetUserInGroupMembersResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*GetUserInGroupMembersResp) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_group_19947c3109871c24, []int{58}
|
|
|
|
return fileDescriptor_group_5c8d3aafef0e7d21, []int{58}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GetUserInGroupMembersResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
func (m *GetUserInGroupMembersResp) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetUserInGroupMembersResp.Unmarshal(m, b)
|
|
|
|
return xxx_messageInfo_GetUserInGroupMembersResp.Unmarshal(m, b)
|
|
|
@ -3597,124 +3597,124 @@ var _Group_serviceDesc = grpc.ServiceDesc{
|
|
|
|
Metadata: "group/group.proto",
|
|
|
|
Metadata: "group/group.proto",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("group/group.proto", fileDescriptor_group_19947c3109871c24) }
|
|
|
|
func init() { proto.RegisterFile("group/group.proto", fileDescriptor_group_5c8d3aafef0e7d21) }
|
|
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_group_19947c3109871c24 = []byte{
|
|
|
|
var fileDescriptor_group_5c8d3aafef0e7d21 = []byte{
|
|
|
|
// 1848 bytes of a gzipped FileDescriptorProto
|
|
|
|
// 1851 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x5f, 0x53, 0xdb, 0xc0,
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x5f, 0x53, 0xe4, 0xc6,
|
|
|
|
0x11, 0x1f, 0x99, 0x40, 0xc2, 0x06, 0x02, 0x1c, 0x18, 0x8c, 0x20, 0x40, 0x2e, 0x69, 0xca, 0xb4,
|
|
|
|
0x11, 0x2f, 0x2d, 0x07, 0x77, 0xf4, 0x81, 0xe1, 0x06, 0x16, 0x74, 0x82, 0x03, 0x3c, 0x26, 0x0e,
|
|
|
|
0x89, 0xe9, 0x24, 0x6d, 0xa6, 0x7f, 0x32, 0x93, 0x26, 0x90, 0x10, 0x5a, 0x0c, 0x8d, 0x4c, 0xd2,
|
|
|
|
0x95, 0xf8, 0x96, 0xd4, 0x5d, 0xe2, 0xca, 0x1f, 0x57, 0x39, 0x36, 0xd8, 0x98, 0x84, 0x85, 0x9c,
|
|
|
|
0x69, 0x3a, 0x19, 0x2a, 0xec, 0x43, 0x51, 0xb0, 0xa5, 0x43, 0x27, 0x43, 0x26, 0x93, 0x3e, 0xb4,
|
|
|
|
0x16, 0x3b, 0x15, 0xa7, 0x5c, 0x44, 0xec, 0x0e, 0xb2, 0x0e, 0xad, 0x34, 0x68, 0xb4, 0xe0, 0x72,
|
|
|
|
0xcf, 0xfd, 0xf3, 0xd0, 0xc7, 0xbe, 0x75, 0xfa, 0x29, 0xfa, 0xd6, 0xaf, 0xd2, 0x4f, 0xd2, 0xd1,
|
|
|
|
0x39, 0x0f, 0xc9, 0x73, 0xfe, 0x3c, 0xe4, 0x31, 0x6f, 0xa9, 0x7c, 0x84, 0x7c, 0x81, 0x7c, 0x95,
|
|
|
|
0xe9, 0x74, 0x3e, 0x49, 0x27, 0xd9, 0x25, 0xee, 0x8b, 0x67, 0xb4, 0xb7, 0x7b, 0xb7, 0xb7, 0xff,
|
|
|
|
0x7c, 0x92, 0x94, 0x66, 0x46, 0xb3, 0x23, 0x69, 0xb4, 0xbb, 0xc1, 0x9b, 0x97, 0xad, 0x52, 0x4f,
|
|
|
|
0xee, 0xb7, 0x6b, 0x98, 0x73, 0x02, 0xbf, 0x47, 0xb7, 0xf8, 0x6f, 0x9d, 0x06, 0x7e, 0xe8, 0xa3,
|
|
|
|
0xf7, 0x4c, 0x4f, 0xff, 0x9b, 0x5f, 0xf7, 0xc2, 0x13, 0x3f, 0x89, 0x07, 0x74, 0x9f, 0xff, 0xb6,
|
|
|
|
0x71, 0xfe, 0x61, 0x6e, 0x1e, 0x52, 0xe2, 0x3d, 0xdc, 0x6b, 0x3c, 0x6c, 0x92, 0xe0, 0x82, 0x04,
|
|
|
|
0x68, 0x12, 0xa7, 0x31, 0x9a, 0xe5, 0x1f, 0xce, 0xde, 0x19, 0x25, 0xd1, 0xf3, 0xe3, 0xf6, 0xf3,
|
|
|
|
0x5b, 0xf4, 0xcc, 0xd9, 0xe2, 0x0c, 0x5b, 0xac, 0x7d, 0x76, 0x7c, 0xc9, 0xb6, 0x2e, 0x59, 0x2c,
|
|
|
|
0x0e, 0x49, 0x6e, 0x49, 0xb2, 0x4f, 0xaf, 0xfd, 0x7d, 0xce, 0xb0, 0xcf, 0x7a, 0xd7, 0x17, 0x77,
|
|
|
|
0x60, 0xd6, 0x07, 0x72, 0x06, 0x36, 0xa5, 0x24, 0x10, 0xfc, 0xf8, 0x5f, 0x06, 0xdc, 0xda, 0x0e,
|
|
|
|
0x6c, 0xff, 0x8e, 0x09, 0x01, 0xa7, 0x35, 0x96, 0x33, 0xf1, 0x28, 0x25, 0x89, 0xe4, 0xc7, 0xff,
|
|
|
|
0x88, 0x1d, 0x92, 0xdd, 0xe8, 0x24, 0x8b, 0x9c, 0xa3, 0xfb, 0x70, 0xcb, 0xf5, 0xdc, 0xb0, 0x41,
|
|
|
|
0xb2, 0xe0, 0x8d, 0x83, 0x84, 0x78, 0x29, 0x39, 0xca, 0x4e, 0x72, 0xc9, 0x0d, 0xda, 0x81, 0xc7,
|
|
|
|
0xba, 0x27, 0x24, 0xd8, 0x77, 0x59, 0x58, 0x33, 0x36, 0xc6, 0x36, 0x27, 0xad, 0x0c, 0x15, 0xfd,
|
|
|
|
0x41, 0x14, 0xa4, 0x6d, 0xd2, 0xbf, 0x24, 0x09, 0xb3, 0xad, 0x9d, 0x99, 0xbd, 0x79, 0x57, 0x27,
|
|
|
|
0x14, 0x26, 0xb9, 0x76, 0x7b, 0xde, 0xa9, 0x5f, 0xab, 0x6c, 0x18, 0x9b, 0x37, 0x1f, 0xad, 0xd6,
|
|
|
|
0xa1, 0x9f, 0xc2, 0x3c, 0xd7, 0xeb, 0x38, 0xba, 0x8a, 0xed, 0xc6, 0x8e, 0xb5, 0xf7, 0xf8, 0xc5,
|
|
|
|
0x19, 0x3f, 0xf6, 0xd8, 0xa6, 0xee, 0x31, 0xb5, 0x03, 0xbb, 0xcb, 0xea, 0xbb, 0x09, 0x8f, 0xd5,
|
|
|
|
0x66, 0x8b, 0xf1, 0x03, 0x2f, 0x3c, 0x1a, 0x5c, 0x50, 0x2f, 0xf1, 0xfa, 0xac, 0x75, 0x94, 0xf3,
|
|
|
|
0x67, 0x47, 0x18, 0xa6, 0xec, 0x76, 0xd7, 0xf5, 0xde, 0x32, 0x12, 0xec, 0xed, 0xb0, 0xda, 0x18,
|
|
|
|
0xb8, 0x43, 0x76, 0x84, 0x61, 0xc1, 0xeb, 0xf5, 0x83, 0xe8, 0x53, 0x46, 0x92, 0xe3, 0x43, 0x66,
|
|
|
|
0x3f, 0x21, 0x45, 0x43, 0x1b, 0x70, 0xd3, 0xbf, 0xf4, 0x48, 0x10, 0x7f, 0xd7, 0xae, 0x6d, 0x18,
|
|
|
|
0xcf, 0xf0, 0xed, 0x0b, 0xb4, 0x4c, 0x83, 0xf8, 0x2e, 0x22, 0x89, 0xf8, 0xb6, 0x1f, 0xec, 0x58,
|
|
|
|
0x9b, 0x93, 0x96, 0x4a, 0xc2, 0x0d, 0x98, 0x49, 0xe9, 0xce, 0x68, 0x5a, 0x29, 0xe3, 0x7f, 0x52,
|
|
|
|
0x99, 0x06, 0x1a, 0x09, 0xb7, 0x61, 0xa9, 0xa0, 0x35, 0xa3, 0x45, 0xa5, 0xac, 0xff, 0x49, 0x29,
|
|
|
|
0x0a, 0xd7, 0x61, 0x76, 0x97, 0x84, 0x7c, 0x89, 0xf1, 0x35, 0x72, 0x8e, 0x4c, 0xb8, 0x11, 0x33,
|
|
|
|
0xdc, 0x82, 0xe5, 0x23, 0x92, 0xf2, 0x25, 0xc6, 0xd7, 0xc8, 0x0d, 0x72, 0xe0, 0x91, 0x60, 0x38,
|
|
|
|
0xec, 0x30, 0x61, 0x06, 0xf9, 0x8d, 0xdf, 0xc0, 0x5c, 0x86, 0x9f, 0x51, 0xf4, 0x14, 0x40, 0xee,
|
|
|
|
0xcc, 0x6d, 0xa0, 0xbe, 0xf1, 0x2b, 0x78, 0x52, 0xe2, 0x67, 0x14, 0xbd, 0x07, 0xa0, 0x76, 0x14,
|
|
|
|
0x18, 0x8b, 0x0c, 0xd2, 0x40, 0xe1, 0xc7, 0xc7, 0x30, 0xd3, 0x14, 0x5b, 0x26, 0x1a, 0xec, 0xc3,
|
|
|
|
0x22, 0xe3, 0x34, 0xd0, 0xf8, 0xf1, 0x05, 0x2c, 0x75, 0xe4, 0x96, 0xb9, 0x06, 0x27, 0xb0, 0xa4,
|
|
|
|
0x8c, 0x64, 0x78, 0xe5, 0x07, 0x4d, 0x12, 0x8a, 0x7b, 0xe1, 0xb2, 0x5d, 0x63, 0x4e, 0x2b, 0x2b,
|
|
|
|
0x18, 0x3e, 0x8e, 0x93, 0x0e, 0x49, 0xe5, 0xbd, 0xf0, 0xa8, 0x5d, 0x05, 0xa7, 0x5b, 0x16, 0xc5,
|
|
|
|
0x8a, 0x11, 0xcc, 0xa6, 0x0f, 0x60, 0x14, 0xff, 0xd1, 0x00, 0x33, 0xb9, 0xc8, 0x73, 0x4a, 0x3b,
|
|
|
|
0x08, 0x96, 0x8b, 0x07, 0x30, 0x8a, 0xff, 0x68, 0x81, 0x93, 0x5f, 0xe4, 0x03, 0x4a, 0xc3, 0xa0,
|
|
|
|
0x6e, 0xcb, 0x0e, 0x5d, 0xdf, 0x8b, 0x9c, 0x1c, 0x29, 0xb0, 0x03, 0x40, 0x6d, 0xc7, 0xf5, 0x38,
|
|
|
|
0xeb, 0xa5, 0x41, 0x1c, 0x9d, 0x04, 0x2c, 0xcd, 0x14, 0x38, 0x04, 0xa0, 0x9e, 0x1f, 0x44, 0x9c,
|
|
|
|
0x51, 0x9c, 0x7d, 0x4f, 0x73, 0xb6, 0x45, 0xce, 0x7b, 0x84, 0x85, 0xbf, 0x92, 0xbc, 0x96, 0x22,
|
|
|
|
0x28, 0xcf, 0xde, 0x35, 0x9c, 0xed, 0x92, 0x9b, 0x01, 0x61, 0xe9, 0xaf, 0x14, 0xaf, 0xab, 0xc9,
|
|
|
|
0x87, 0xd6, 0x00, 0x4e, 0x03, 0xbf, 0x2b, 0x9c, 0x59, 0xe1, 0xce, 0x54, 0x28, 0xf8, 0x0b, 0xac,
|
|
|
|
0xa1, 0x2d, 0x80, 0xab, 0x24, 0xee, 0x4b, 0x67, 0x36, 0xb8, 0x33, 0x35, 0x0a, 0xfe, 0x1a, 0x36,
|
|
|
|
0x14, 0xea, 0xc0, 0x28, 0x5a, 0x80, 0xf1, 0xd0, 0x0f, 0xed, 0x0e, 0x3f, 0x7f, 0xdc, 0x8a, 0x3f,
|
|
|
|
0x6a, 0x75, 0x60, 0x14, 0xad, 0xc2, 0x6c, 0x1a, 0xa7, 0x5e, 0xc8, 0xcf, 0x9f, 0x75, 0xc5, 0x07,
|
|
|
|
0xd0, 0x4b, 0x98, 0x76, 0x44, 0xd8, 0x46, 0x47, 0xb3, 0x5a, 0x85, 0xdb, 0x7b, 0xbd, 0xc8, 0x32,
|
|
|
|
0xfa, 0x08, 0x16, 0x7d, 0x19, 0xb0, 0xd9, 0xd1, 0xcc, 0x6e, 0x70, 0x7b, 0x6f, 0xd7, 0x59, 0x46,
|
|
|
|
0x82, 0xcf, 0x4a, 0x4b, 0xe1, 0xaf, 0xb0, 0xba, 0x4b, 0xc2, 0x48, 0x11, 0x8b, 0x9c, 0x6b, 0x2c,
|
|
|
|
0xf2, 0xb9, 0x45, 0x29, 0xfc, 0x0d, 0x6c, 0x1e, 0x91, 0x34, 0x53, 0xc4, 0x25, 0x37, 0x06, 0x0b,
|
|
|
|
0xb0, 0x08, 0x13, 0xbd, 0x58, 0x6f, 0x83, 0xeb, 0x2d, 0xbe, 0x32, 0x96, 0xa9, 0x5c, 0xcd, 0x32,
|
|
|
|
0xac, 0xc1, 0xdc, 0x40, 0xe8, 0x6d, 0x71, 0xbd, 0xe5, 0x57, 0xc9, 0x32, 0x8d, 0xfb, 0x59, 0x06,
|
|
|
|
0xf8, 0x2b, 0xdc, 0x2e, 0x39, 0xfd, 0xff, 0x7d, 0xf7, 0x3f, 0x18, 0x50, 0x3d, 0x0a, 0x6c, 0x8f,
|
|
|
|
0x7f, 0x03, 0xcf, 0x46, 0x9c, 0xfe, 0xff, 0xbe, 0xfb, 0x1f, 0x2c, 0x68, 0x9e, 0x27, 0x5e, 0xc4,
|
|
|
|
0x9d, 0x92, 0x80, 0xf3, 0x1d, 0x46, 0x09, 0x16, 0xdd, 0xba, 0x06, 0xd7, 0x45, 0xa8, 0x8b, 0x6b,
|
|
|
|
0xae, 0x48, 0xc2, 0xf9, 0xce, 0xb2, 0x04, 0xcb, 0x6e, 0x6d, 0xc3, 0x43, 0x19, 0xea, 0xf2, 0xda,
|
|
|
|
0x27, 0x9f, 0x51, 0x85, 0xf0, 0x3b, 0xed, 0x43, 0x25, 0x39, 0x63, 0x7f, 0x66, 0xa8, 0x11, 0x9f,
|
|
|
|
0xf9, 0x27, 0x7a, 0x1b, 0xde, 0x88, 0xc3, 0xde, 0x99, 0x96, 0x9c, 0xc2, 0x9f, 0x25, 0x6a, 0xc6,
|
|
|
|
0x47, 0x2e, 0x55, 0xbe, 0xb1, 0x98, 0x2f, 0x4d, 0xc5, 0x35, 0x58, 0xd4, 0xa9, 0xc0, 0x28, 0xfe,
|
|
|
|
0x17, 0x91, 0x3b, 0x9d, 0x6f, 0x46, 0xf0, 0x15, 0xa9, 0xd8, 0x86, 0x35, 0x93, 0x0a, 0x8c, 0xe2,
|
|
|
|
0x8b, 0x01, 0x53, 0xbf, 0xf0, 0x5d, 0x4f, 0x16, 0xa7, 0x62, 0xa5, 0xd6, 0x00, 0x02, 0x72, 0xde,
|
|
|
|
0xbf, 0x58, 0xb0, 0xf0, 0x8b, 0x38, 0x88, 0x54, 0x59, 0xaa, 0x57, 0x6a, 0x0b, 0x20, 0x21, 0x37,
|
|
|
|
0x20, 0x8c, 0xd9, 0x0e, 0x49, 0x02, 0xac, 0x4f, 0x89, 0xd6, 0x3f, 0xf9, 0xae, 0xd7, 0xf4, 0x7b,
|
|
|
|
0x6d, 0xc2, 0x98, 0xe7, 0x93, 0x3c, 0xc0, 0x86, 0x94, 0x6c, 0xfd, 0x75, 0x1c, 0x44, 0x9d, 0x78,
|
|
|
|
0x41, 0x8b, 0x70, 0x45, 0xc6, 0x2d, 0x85, 0x82, 0xee, 0xc1, 0xb4, 0xeb, 0x5d, 0xb8, 0x61, 0xa6,
|
|
|
|
0x90, 0x74, 0x09, 0x57, 0x64, 0xd6, 0xd5, 0x28, 0x68, 0x17, 0x16, 0x83, 0xe8, 0x36, 0x48, 0x4b,
|
|
|
|
0xe0, 0xa4, 0x89, 0x78, 0x06, 0xa6, 0x15, 0x7d, 0x18, 0xc5, 0x7f, 0x37, 0x60, 0x25, 0x1b, 0xb5,
|
|
|
|
0x05, 0xa7, 0x48, 0xc4, 0x4b, 0xb0, 0xa8, 0xe9, 0xc3, 0x28, 0xfe, 0xbb, 0x05, 0x1b, 0xe5, 0xa8,
|
|
|
|
0xd1, 0x82, 0xef, 0x31, 0x32, 0x50, 0xe1, 0xb2, 0x8c, 0x88, 0xd6, 0x3f, 0xda, 0x5e, 0xbb, 0x43,
|
|
|
|
0xcd, 0x16, 0xe2, 0x88, 0x91, 0xb1, 0x0a, 0x8f, 0xca, 0x88, 0x6c, 0xfd, 0x4b, 0x2f, 0xea, 0x85,
|
|
|
|
0xda, 0x0d, 0xe6, 0x08, 0xcb, 0x29, 0x94, 0xa8, 0x86, 0xc6, 0x5f, 0x16, 0x61, 0xbd, 0x4e, 0xc8,
|
|
|
|
0xa4, 0xd7, 0x66, 0xbe, 0xb4, 0x9c, 0x46, 0xc9, 0x6a, 0xa8, 0xf8, 0x72, 0x09, 0x1b, 0x84, 0x29,
|
|
|
|
0xf5, 0x1d, 0xb7, 0x52, 0x34, 0xbc, 0x06, 0xab, 0xc5, 0xca, 0x31, 0x8a, 0x37, 0x61, 0xea, 0x4d,
|
|
|
|
0xd7, 0x77, 0xd6, 0x2d, 0xd0, 0xf0, 0x16, 0x6c, 0xd6, 0x2b, 0xc7, 0x28, 0xde, 0x83, 0x85, 0x57,
|
|
|
|
0xcf, 0x0d, 0x07, 0x9b, 0x37, 0xba, 0xb8, 0xc2, 0xc9, 0x28, 0xfe, 0xab, 0x01, 0xd5, 0x24, 0x63,
|
|
|
|
0x83, 0x20, 0x1d, 0x6f, 0xde, 0xec, 0xe2, 0x1a, 0x27, 0xa3, 0xf8, 0xaf, 0x16, 0x34, 0xf3, 0x8c,
|
|
|
|
0xfb, 0xaf, 0x42, 0xf9, 0x95, 0x17, 0x61, 0xe2, 0xd4, 0xed, 0x84, 0x24, 0xe0, 0xd7, 0x1d, 0xb7,
|
|
|
|
0x15, 0x4f, 0x42, 0x9e, 0x2e, 0xf5, 0x57, 0x5e, 0x83, 0xb9, 0xab, 0x20, 0x4c, 0x49, 0xc2, 0xaf,
|
|
|
|
0xc4, 0x57, 0x26, 0x91, 0xae, 0x5d, 0x31, 0x91, 0x28, 0x2c, 0xea, 0x14, 0x2a, 0xcc, 0xa0, 0x9f,
|
|
|
|
0x3b, 0xeb, 0xca, 0xaf, 0x52, 0x22, 0x3d, 0xb8, 0x67, 0x22, 0x51, 0x58, 0x33, 0x29, 0x54, 0x9b,
|
|
|
|
0xc3, 0xf5, 0x2e, 0xe7, 0x4b, 0x72, 0xe7, 0x7e, 0x51, 0xee, 0xc4, 0xdb, 0xbd, 0xea, 0x75, 0x3a,
|
|
|
|
0x41, 0x3f, 0x87, 0x87, 0x7d, 0xf9, 0xbc, 0x89, 0xdc, 0x79, 0xbb, 0x2e, 0x77, 0xc4, 0x76, 0x1f,
|
|
|
|
0xbc, 0x68, 0x26, 0x62, 0xd8, 0xca, 0x9e, 0x28, 0xdf, 0x8d, 0x52, 0xb7, 0x77, 0xfb, 0x4f, 0x6b,
|
|
|
|
0x0f, 0xc2, 0x90, 0x17, 0xcd, 0x5c, 0x0c, 0x9f, 0x94, 0x4f, 0x54, 0xef, 0x46, 0xbd, 0x0d, 0xec,
|
|
|
|
0x85, 0xbf, 0x29, 0x0a, 0x05, 0xff, 0x16, 0x96, 0xb4, 0x7b, 0x32, 0xaa, 0x2a, 0x6c, 0x5c, 0x4d,
|
|
|
|
0xe2, 0xa9, 0xf3, 0xc3, 0xdd, 0x7e, 0x0b, 0xeb, 0xc6, 0xdd, 0x18, 0xd5, 0x55, 0xb5, 0xee, 0xa7,
|
|
|
|
0xe1, 0x00, 0xd0, 0x2f, 0xdd, 0xd6, 0x99, 0xc2, 0x53, 0xae, 0xec, 0xf7, 0x60, 0xf6, 0xcc, 0x6d,
|
|
|
|
0x6a, 0x08, 0xe8, 0x97, 0x41, 0xf7, 0x5a, 0xe3, 0x19, 0xad, 0xe6, 0x2e, 0x2c, 0x5e, 0x07, 0xdd,
|
|
|
|
0x9d, 0x91, 0x76, 0x1c, 0x93, 0x8a, 0xca, 0x39, 0x7a, 0xe4, 0xdc, 0x80, 0xd8, 0xcc, 0xf7, 0x44,
|
|
|
|
0x6b, 0xd2, 0xcb, 0x9f, 0x68, 0xa1, 0x6c, 0x91, 0x98, 0x39, 0x34, 0x21, 0x1e, 0x8b, 0x23, 0x19,
|
|
|
|
0xac, 0x8a, 0x2f, 0x5c, 0x85, 0xf9, 0xdc, 0x99, 0x8c, 0xe2, 0xdf, 0xf3, 0xf0, 0x89, 0x92, 0x89,
|
|
|
|
0x9f, 0xf2, 0x0b, 0x37, 0x61, 0xa5, 0x72, 0x1a, 0xa3, 0xf8, 0xf7, 0x3c, 0x64, 0xb2, 0x04, 0x22,
|
|
|
|
0xb4, 0xf9, 0x5a, 0x12, 0x3e, 0xe9, 0xbc, 0x30, 0x72, 0x79, 0x31, 0x9a, 0xaa, 0xdb, 0xe6, 0xae,
|
|
|
|
0x3d, 0xbe, 0x96, 0x87, 0x4c, 0x31, 0x17, 0xac, 0x4a, 0x2e, 0x4c, 0xa7, 0xd2, 0xf6, 0xb8, 0xbb,
|
|
|
|
0xcb, 0x1d, 0x5f, 0x18, 0x2c, 0x3f, 0x84, 0x09, 0x6e, 0x94, 0x24, 0x56, 0xca, 0xdf, 0x74, 0xc1,
|
|
|
|
0x2a, 0xc7, 0xd7, 0x06, 0xc8, 0x0f, 0x61, 0x8e, 0x9b, 0x23, 0x8f, 0x8f, 0xd1, 0xef, 0xb8, 0xe4,
|
|
|
|
0x8b, 0x29, 0x2c, 0xec, 0xf1, 0xfa, 0x11, 0xe9, 0x7e, 0xe4, 0x0f, 0x51, 0xc6, 0xfa, 0x56, 0xac,
|
|
|
|
0xc5, 0x14, 0x56, 0x8f, 0x79, 0xcd, 0xc8, 0x74, 0x3f, 0x8f, 0x27, 0x28, 0x5d, 0x43, 0x2b, 0x36,
|
|
|
|
0xa8, 0x56, 0x8c, 0x51, 0x59, 0xb4, 0x53, 0x3b, 0x8d, 0x99, 0x32, 0x54, 0xbc, 0x04, 0x55, 0xcd,
|
|
|
|
0x74, 0x2b, 0x66, 0xf5, 0x53, 0x54, 0x9f, 0x5e, 0x11, 0x27, 0x95, 0xa8, 0x78, 0x1d, 0x9a, 0x86,
|
|
|
|
0x89, 0x8c, 0xe2, 0x0b, 0x58, 0x90, 0x0f, 0x6c, 0xa7, 0x33, 0x8c, 0xf3, 0x47, 0x63, 0xe8, 0xdf,
|
|
|
|
0x13, 0x19, 0xc5, 0xb7, 0xb0, 0xaa, 0x1e, 0xd5, 0x30, 0x9c, 0xc4, 0xed, 0xd3, 0x31, 0xf4, 0x6f,
|
|
|
|
0xf4, 0xcb, 0x84, 0x72, 0xee, 0x48, 0xa2, 0xf9, 0x1f, 0x06, 0xdc, 0xd8, 0x6e, 0x34, 0x39, 0xcf,
|
|
|
|
0x86, 0xa5, 0x41, 0x3b, 0x77, 0x2a, 0x71, 0xfc, 0x0f, 0x0b, 0x1e, 0x1d, 0xb4, 0x3b, 0x9c, 0xe7,
|
|
|
|
0xb7, 0x20, 0x3f, 0x54, 0x07, 0xe4, 0xc8, 0x87, 0x27, 0x32, 0xdc, 0x81, 0xdd, 0x4d, 0xde, 0x10,
|
|
|
|
0xdb, 0xa0, 0x3d, 0xd4, 0x02, 0xe4, 0xab, 0xc7, 0x26, 0x33, 0xdc, 0xa9, 0xd7, 0xcf, 0xdf, 0x0d,
|
|
|
|
0xcd, 0x4a, 0x94, 0x16, 0x69, 0xaa, 0x7c, 0xda, 0x72, 0x74, 0xfc, 0x27, 0x03, 0xa6, 0x24, 0x4c,
|
|
|
|
0xc3, 0x0a, 0xfa, 0x1e, 0x2c, 0x17, 0xa9, 0xea, 0x39, 0xab, 0xd0, 0xf1, 0x9f, 0x2c, 0x58, 0x50,
|
|
|
|
0x1c, 0x1d, 0x9e, 0x5a, 0x15, 0xd7, 0x55, 0x34, 0xed, 0x13, 0x54, 0xa7, 0x8e, 0xa5, 0xeb, 0xf8,
|
|
|
|
0xd0, 0x70, 0x7a, 0x18, 0x6a, 0x53, 0x5e, 0x57, 0xd3, 0x74, 0x48, 0xd0, 0x9d, 0x3a, 0x53, 0xac,
|
|
|
|
0x11, 0x4c, 0x2b, 0xda, 0x30, 0x8a, 0xbe, 0x2b, 0x03, 0x3b, 0xf6, 0xc2, 0x4c, 0x3d, 0x6e, 0x40,
|
|
|
|
0xdd, 0xe7, 0xb0, 0xa8, 0x69, 0xc3, 0x28, 0xfa, 0xae, 0x0a, 0x6c, 0xe1, 0x85, 0xa5, 0x96, 0x68,
|
|
|
|
0x12, 0xc3, 0x26, 0xb1, 0x1c, 0x41, 0x61, 0x4e, 0x38, 0xe8, 0x75, 0x45, 0xf9, 0x96, 0xdf, 0xf8,
|
|
|
|
0x37, 0x72, 0xc3, 0xe6, 0xb1, 0x9c, 0xc1, 0x5f, 0x4e, 0x38, 0x1d, 0xf4, 0x65, 0xc9, 0x56, 0xdf,
|
|
|
|
0x61, 0x1f, 0x0a, 0x0f, 0x11, 0x59, 0xf8, 0x6f, 0xb9, 0xb7, 0x83, 0x6d, 0x37, 0x9a, 0xe5, 0xd1,
|
|
|
|
0xf8, 0xf9, 0x10, 0xfe, 0x4e, 0x10, 0x59, 0xf8, 0x6f, 0x95, 0xf7, 0x82, 0x1d, 0xb4, 0x3b, 0xa3,
|
|
|
|
0x68, 0xc2, 0x8d, 0x5e, 0xda, 0x33, 0xf2, 0x3b, 0x63, 0xd2, 0xb1, 0x2b, 0x46, 0xea, 0xbf, 0x8d,
|
|
|
|
0xa3, 0xd1, 0x81, 0x47, 0x83, 0xa2, 0x67, 0xd4, 0x77, 0xc9, 0xa4, 0x33, 0xf7, 0x8c, 0xd4, 0x7f,
|
|
|
|
0x5c, 0x39, 0xe7, 0x5a, 0x8d, 0x22, 0x56, 0xd1, 0x4b, 0x4d, 0x32, 0x7d, 0x47, 0xab, 0x62, 0xfc,
|
|
|
|
0x5b, 0x95, 0x12, 0xce, 0xb5, 0x9a, 0x46, 0xac, 0xa2, 0x8f, 0x0c, 0xc9, 0xf4, 0x1d, 0xa3, 0x8a,
|
|
|
|
0x3c, 0x17, 0xc3, 0xe8, 0x78, 0xc7, 0x83, 0x5e, 0x97, 0x25, 0x28, 0xa6, 0x4f, 0xc1, 0xdf, 0x87,
|
|
|
|
0xe2, 0x49, 0xae, 0x87, 0xce, 0x62, 0xc7, 0xd3, 0x41, 0x9f, 0xe5, 0xc8, 0x65, 0x48, 0xc1, 0xdf,
|
|
|
|
0x99, 0x1d, 0x97, 0x75, 0x5d, 0xc6, 0x86, 0x78, 0xd3, 0x11, 0xcc, 0xa6, 0x99, 0x19, 0xc5, 0x9f,
|
|
|
|
0x87, 0xa5, 0xc3, 0x80, 0xf5, 0x03, 0xc6, 0x26, 0x78, 0xc7, 0x11, 0x2c, 0x17, 0x99, 0x19, 0xc5,
|
|
|
|
0x00, 0x35, 0x7a, 0xa2, 0xa3, 0x1a, 0xa6, 0x48, 0xf4, 0xb1, 0x71, 0x25, 0x85, 0x8d, 0x31, 0x4c,
|
|
|
|
0xaf, 0x01, 0xb5, 0x07, 0xb2, 0x8b, 0x9a, 0xa4, 0x48, 0x0c, 0xf1, 0x70, 0xa3, 0x80, 0x87, 0x31,
|
|
|
|
0x75, 0x7b, 0x21, 0x69, 0x37, 0x49, 0xcb, 0xf7, 0xda, 0xb1, 0xaa, 0xd3, 0x56, 0x8a, 0x16, 0xbd,
|
|
|
|
0x2c, 0xf4, 0x07, 0x29, 0xe9, 0x75, 0x48, 0x37, 0x8e, 0x7a, 0x42, 0xd5, 0x45, 0xb7, 0x40, 0xcb,
|
|
|
|
0x0c, 0xb9, 0xb3, 0x18, 0xc5, 0xfb, 0x50, 0xdb, 0xb6, 0xbd, 0x16, 0xe9, 0x8c, 0x42, 0x11, 0xbc,
|
|
|
|
0x5e, 0x86, 0xca, 0x59, 0x8c, 0xe2, 0x13, 0xb0, 0x0f, 0xbc, 0xa8, 0x4b, 0xc2, 0x69, 0x28, 0x82,
|
|
|
|
0x02, 0xcb, 0x05, 0xbb, 0xc5, 0xf8, 0x47, 0x92, 0x07, 0xe2, 0x1f, 0x85, 0x93, 0x51, 0x5c, 0x07,
|
|
|
|
0x37, 0xe0, 0x69, 0xcd, 0x6e, 0x02, 0xf3, 0x28, 0xf2, 0x58, 0xcc, 0xa3, 0x71, 0x32, 0x8a, 0x5b,
|
|
|
|
0x94, 0xd9, 0xb7, 0x7c, 0x83, 0x2a, 0xcc, 0xe7, 0xf8, 0x19, 0xc5, 0x2e, 0x2c, 0x37, 0x53, 0x31,
|
|
|
|
0x80, 0x4a, 0xfb, 0x8e, 0xde, 0xa0, 0x09, 0x2b, 0x15, 0x7e, 0x46, 0x71, 0x00, 0x4f, 0x3b, 0x85,
|
|
|
|
0x77, 0xe0, 0xb6, 0xce, 0x3c, 0xbb, 0x4b, 0x06, 0x66, 0x83, 0x27, 0x18, 0x93, 0x6c, 0x48, 0xbe,
|
|
|
|
0x98, 0x3b, 0x0d, 0xba, 0xd7, 0x91, 0xd7, 0x27, 0x63, 0xb3, 0x21, 0x92, 0x8c, 0x79, 0x36, 0xe4,
|
|
|
|
0x15, 0x4b, 0x8c, 0xa5, 0x2c, 0xb1, 0x0a, 0x66, 0xd1, 0x51, 0x8c, 0xe2, 0x2f, 0xbc, 0x09, 0x8c,
|
|
|
|
0xdf, 0x9a, 0x25, 0x66, 0x0a, 0x96, 0xd8, 0x04, 0xa7, 0xee, 0x28, 0x46, 0xf1, 0xd7, 0xbc, 0xf1,
|
|
|
|
0x1f, 0xc4, 0x66, 0x8f, 0x0a, 0x28, 0x3e, 0xda, 0x26, 0xb0, 0xc8, 0x47, 0x2e, 0x6f, 0xfe, 0xf4,
|
|
|
|
0x13, 0x0f, 0x62, 0x67, 0x40, 0x25, 0xfc, 0x9e, 0x6e, 0xe3, 0x57, 0xe7, 0xa3, 0x80, 0x37, 0x7c,
|
|
|
|
0x67, 0x8f, 0xf8, 0x45, 0x7e, 0xcc, 0x2b, 0x4f, 0xff, 0x90, 0xa1, 0x3a, 0xfd, 0x77, 0xbc, 0x30,
|
|
|
|
0xe6, 0xb3, 0xa7, 0xfc, 0x22, 0xbf, 0xe4, 0x95, 0x67, 0x78, 0xc8, 0x44, 0xdd, 0xfd, 0x67, 0xbc,
|
|
|
|
0xe4, 0x84, 0xbe, 0xb9, 0xdd, 0xff, 0x67, 0x05, 0xaa, 0x69, 0x97, 0x0c, 0xc6, 0x8f, 0x45, 0x09,
|
|
|
|
0x30, 0x54, 0x84, 0xbe, 0x75, 0x8b, 0xff, 0xcf, 0x06, 0x34, 0x8b, 0x2e, 0x19, 0x8f, 0x19, 0xeb,
|
|
|
|
0xf7, 0x63, 0x25, 0x22, 0xc6, 0xc4, 0xf3, 0xe7, 0xf8, 0xbe, 0xd3, 0x21, 0xf1, 0xa8, 0xe7, 0xa4,
|
|
|
|
0x12, 0xee, 0xc7, 0x5a, 0x44, 0xcc, 0xc8, 0xe7, 0xcf, 0x8f, 0x63, 0x3f, 0x24, 0x62, 0xb0, 0x73,
|
|
|
|
0x77, 0x5a, 0x6f, 0x86, 0x81, 0xeb, 0x39, 0xef, 0xec, 0x4e, 0x8f, 0x28, 0xf1, 0xf2, 0x04, 0xae,
|
|
|
|
0x39, 0xb8, 0x6a, 0x75, 0xd2, 0x24, 0x88, 0xfc, 0xcf, 0xbc, 0x70, 0x40, 0xb4, 0x78, 0x79, 0x17,
|
|
|
|
0x9f, 0xda, 0x2d, 0xf2, 0xd6, 0xda, 0x17, 0xd0, 0xbb, 0x5c, 0x30, 0x61, 0x46, 0x3f, 0x81, 0xc9,
|
|
|
|
0x1e, 0x5e, 0x79, 0x5d, 0xf2, 0xa9, 0x7b, 0x22, 0xe1, 0xf6, 0x68, 0xc1, 0x9c, 0x19, 0xfd, 0x04,
|
|
|
|
0xc0, 0xef, 0x90, 0x7d, 0x72, 0x41, 0x3a, 0xb5, 0x71, 0x2e, 0xb9, 0x92, 0x93, 0xdc, 0xf3, 0xc2,
|
|
|
|
0xe6, 0x93, 0x38, 0x24, 0x27, 0xe4, 0x96, 0x84, 0xf6, 0x2c, 0x97, 0xdc, 0xa8, 0x48, 0x1e, 0x47,
|
|
|
|
0xc7, 0x8f, 0x62, 0xc1, 0x3e, 0x37, 0x7a, 0x00, 0x15, 0xf2, 0xb9, 0x36, 0x31, 0xc4, 0x69, 0x15,
|
|
|
|
0xe9, 0xcb, 0x17, 0x42, 0x70, 0xc8, 0x8d, 0xde, 0x81, 0x06, 0xf9, 0xca, 0x9e, 0x9b, 0xe0, 0xb4,
|
|
|
|
0xf2, 0x39, 0xea, 0x0f, 0x75, 0x56, 0x62, 0x14, 0xff, 0xa8, 0x0f, 0x96, 0x9f, 0x9f, 0xb0, 0x30,
|
|
|
|
0x06, 0xf9, 0x2a, 0xeb, 0x09, 0x4d, 0x56, 0x62, 0x14, 0xff, 0x68, 0x08, 0x93, 0x3f, 0xb8, 0x64,
|
|
|
|
0xb0, 0x5b, 0xe1, 0x30, 0xfe, 0xfc, 0xb3, 0x01, 0x73, 0x39, 0xa1, 0x12, 0x9b, 0x3f, 0x10, 0xb3,
|
|
|
|
0x69, 0xe2, 0x75, 0xd3, 0x49, 0xfc, 0xf9, 0x67, 0x0b, 0x9e, 0x54, 0x84, 0x46, 0xd8, 0xfc, 0x1d,
|
|
|
|
0xb9, 0x46, 0x52, 0x68, 0x4f, 0x64, 0x0b, 0x93, 0x5f, 0x40, 0x3f, 0x80, 0x79, 0x27, 0xdd, 0x84,
|
|
|
|
0x39, 0x89, 0x6b, 0xe7, 0x85, 0xf6, 0x52, 0xb5, 0x2d, 0xd5, 0x05, 0xf4, 0x03, 0x58, 0xf1, 0x8b,
|
|
|
|
0xbc, 0xb6, 0xd9, 0x47, 0xee, 0x94, 0x6b, 0x96, 0x6e, 0x09, 0xb7, 0xa1, 0xa6, 0xbf, 0x06, 0xa3,
|
|
|
|
0x8d, 0xc7, 0x27, 0x1e, 0xfb, 0x92, 0x3b, 0xe5, 0x81, 0x6b, 0x5a, 0xc2, 0x3d, 0xb0, 0xcd, 0xd7,
|
|
|
|
0xe8, 0xb5, 0xc0, 0x26, 0xea, 0x42, 0x12, 0x69, 0x35, 0xf1, 0x56, 0xe7, 0x25, 0x35, 0x32, 0xf8,
|
|
|
|
0x60, 0x14, 0x7d, 0x22, 0xb1, 0x89, 0xbe, 0x90, 0x47, 0x9a, 0x2d, 0xdf, 0xea, 0xaa, 0xa4, 0x41,
|
|
|
|
0x00, 0x6a, 0x4e, 0x3c, 0x68, 0xd8, 0xf3, 0xd4, 0x47, 0xae, 0x6c, 0xc4, 0xa1, 0x5a, 0xb1, 0x92,
|
|
|
|
0x06, 0x9f, 0x82, 0xed, 0x8b, 0xe1, 0xc2, 0x71, 0xa4, 0x3f, 0x72, 0xa3, 0xc6, 0x1a, 0xba, 0x15,
|
|
|
|
0xb1, 0xe2, 0x07, 0x58, 0x2e, 0xd8, 0x6f, 0x14, 0x2f, 0xe6, 0xa3, 0xff, 0xcc, 0x42, 0x3c, 0xfe,
|
|
|
|
0x1b, 0x25, 0x2b, 0x7e, 0x01, 0x4f, 0x6b, 0xf6, 0x9b, 0xc6, 0x8b, 0xf9, 0xe2, 0x3f, 0xcb, 0x20,
|
|
|
|
0x44, 0x4f, 0xe1, 0x66, 0xab, 0x3f, 0xe7, 0x43, 0xd5, 0x04, 0xa1, 0xa4, 0xe6, 0x96, 0xe6, 0xa2,
|
|
|
|
0x86, 0x9d, 0xe8, 0x3d, 0x78, 0xdc, 0x1d, 0xce, 0xf6, 0x50, 0x33, 0x47, 0x28, 0x85, 0x29, 0xa5,
|
|
|
|
0x8e, 0xcc, 0x28, 0x7a, 0x02, 0x93, 0x9f, 0x92, 0x96, 0x1d, 0xcd, 0x0b, 0x26, 0x75, 0xa8, 0x60,
|
|
|
|
0xb3, 0x66, 0x22, 0x33, 0x8a, 0xde, 0x85, 0xf9, 0xd7, 0x79, 0x9b, 0x8e, 0x56, 0x24, 0x93, 0x3e,
|
|
|
|
0x2e, 0xe4, 0x89, 0xb1, 0xdc, 0x79, 0xd2, 0xf1, 0x4a, 0x39, 0xb5, 0x5b, 0x96, 0x72, 0xa9, 0xc6,
|
|
|
|
0x48, 0x70, 0x56, 0xab, 0x44, 0x21, 0x77, 0x93, 0x77, 0xb9, 0x4a, 0x4e, 0xef, 0x90, 0x95, 0x5c,
|
|
|
|
0x18, 0xbd, 0x80, 0x69, 0x47, 0x1d, 0x0b, 0xa2, 0xa5, 0xc4, 0x4b, 0x99, 0xe1, 0xa2, 0x59, 0xd3,
|
|
|
|
0xa1, 0x19, 0x46, 0x1f, 0xc2, 0xa2, 0xaf, 0x8f, 0x02, 0xd1, 0x7a, 0xee, 0xa5, 0xd2, 0x40, 0xd1,
|
|
|
|
0x2f, 0x30, 0x8a, 0x9e, 0xc1, 0x14, 0x53, 0xc6, 0x74, 0x28, 0xb9, 0x5b, 0x66, 0x38, 0x68, 0x2e,
|
|
|
|
0xb1, 0xcd, 0x0b, 0x8c, 0xa2, 0xf7, 0x61, 0x81, 0x69, 0xa3, 0x39, 0x94, 0xdf, 0xad, 0x34, 0x10,
|
|
|
|
0x69, 0xe9, 0x8c, 0xa2, 0xdf, 0xc1, 0x92, 0xa3, 0x1f, 0xa7, 0xa1, 0x3b, 0x99, 0x53, 0xf3, 0x03,
|
|
|
|
0x74, 0xd6, 0x8d, 0x74, 0x46, 0xd1, 0xef, 0x60, 0xdd, 0x37, 0x8f, 0xd0, 0xd0, 0x9b, 0xa5, 0x53,
|
|
|
|
0x2f, 0x13, 0x0f, 0x62, 0x61, 0x14, 0x9d, 0x4a, 0xef, 0xe7, 0xc7, 0x56, 0xe8, 0x6e, 0x7f, 0x83,
|
|
|
|
0xab, 0x43, 0x2e, 0x07, 0x8f, 0x63, 0x61, 0x14, 0x5d, 0x29, 0xef, 0x57, 0x47, 0x55, 0xe8, 0xad,
|
|
|
|
0xc2, 0xb1, 0x9a, 0x79, 0x6f, 0x30, 0x13, 0xa3, 0xe8, 0x0d, 0xa0, 0x30, 0x37, 0x1c, 0x42, 0xab,
|
|
|
|
0xe1, 0x06, 0xb5, 0xa3, 0x34, 0x67, 0x77, 0x3c, 0x13, 0xa3, 0xe8, 0x15, 0xa0, 0xb4, 0x32, 0x10,
|
|
|
|
0x42, 0x56, 0x3b, 0xba, 0x32, 0x6f, 0x97, 0xac, 0x32, 0x8a, 0x5a, 0x50, 0x73, 0x0a, 0xa6, 0x22,
|
|
|
|
0x42, 0x9b, 0x52, 0xd6, 0x38, 0xae, 0x72, 0x9e, 0x8d, 0x58, 0x65, 0x14, 0x75, 0xc1, 0xf6, 0x6b,
|
|
|
|
0x08, 0xa7, 0x52, 0x4a, 0x3b, 0xd3, 0x31, 0xef, 0x0e, 0xe4, 0x89, 0xf5, 0x76, 0x72, 0xd3, 0x08,
|
|
|
|
0x26, 0x21, 0x08, 0x17, 0x52, 0xca, 0x38, 0xc7, 0x71, 0xde, 0x1a, 0xcb, 0x23, 0xf4, 0xf6, 0x2b,
|
|
|
|
0xa9, 0xb7, 0x76, 0x72, 0x22, 0xf5, 0x2e, 0x18, 0x63, 0x1c, 0xc1, 0xbc, 0x93, 0x1f, 0x0d, 0x20,
|
|
|
|
0x13, 0x08, 0xa5, 0xb7, 0x71, 0x5a, 0xa2, 0xf4, 0xae, 0x19, 0x5d, 0x9c, 0xc3, 0x8a, 0x5f, 0x1d,
|
|
|
|
0xbd, 0x94, 0x8c, 0xb2, 0xb5, 0xb2, 0x65, 0x5e, 0x60, 0x66, 0xce, 0xd2, 0xfd, 0x39, 0x5a, 0x16,
|
|
|
|
0x0a, 0x20, 0xb3, 0x94, 0x8a, 0xb2, 0xad, 0x51, 0xcb, 0xbc, 0xc0, 0x2c, 0x5d, 0x17, 0xfb, 0x73,
|
|
|
|
0x22, 0xf9, 0x59, 0x81, 0x69, 0x16, 0x2d, 0xc9, 0x2b, 0x67, 0x7a, 0x6a, 0xf5, 0xca, 0xf9, 0x6e,
|
|
|
|
0xf4, 0x54, 0x8a, 0x54, 0xa7, 0x04, 0x8e, 0x53, 0xb7, 0xa4, 0xae, 0x5c, 0xea, 0xa9, 0xf5, 0x2b,
|
|
|
|
0x5f, 0xbd, 0xb2, 0xae, 0x19, 0x3f, 0x80, 0x39, 0x37, 0xdb, 0xce, 0xa2, 0x15, 0x21, 0xa3, 0x6b,
|
|
|
|
0x57, 0xbb, 0x7d, 0xfd, 0xca, 0xa6, 0x66, 0xfc, 0x14, 0x9e, 0x04, 0xe5, 0x76, 0x16, 0x6d, 0x48,
|
|
|
|
0xad, 0xcd, 0xd5, 0xe2, 0xc5, 0x38, 0xa9, 0x65, 0x72, 0xca, 0xa4, 0x56, 0xdb, 0x33, 0x99, 0xd4,
|
|
|
|
0x19, 0x53, 0x6b, 0xed, 0x6c, 0xd6, 0x2f, 0x8a, 0xa4, 0x56, 0xc9, 0xa9, 0x92, 0x5a, 0x6f, 0xcf,
|
|
|
|
0xe9, 0x2e, 0x29, 0xe7, 0xcd, 0xa8, 0x35, 0x28, 0xf0, 0xa6, 0xe8, 0x65, 0x0a, 0xbc, 0x29, 0x7b,
|
|
|
|
0x54, 0x52, 0x17, 0xbb, 0xa4, 0x8a, 0x37, 0xb3, 0xd6, 0xa0, 0xc6, 0x9b, 0xb2, 0x97, 0xa9, 0xf1,
|
|
|
|
0x8a, 0x67, 0x30, 0xd5, 0x56, 0xd0, 0xb7, 0xcc, 0xf1, 0x0c, 0x7e, 0x97, 0x39, 0x9e, 0x85, 0xea,
|
|
|
|
0xa6, 0xea, 0x29, 0xde, 0x87, 0x85, 0x9e, 0x86, 0xbe, 0x55, 0x8e, 0x97, 0xf0, 0xbb, 0xca, 0xf1,
|
|
|
|
0x91, 0xe3, 0xba, 0x69, 0x4c, 0x2b, 0x1d, 0x97, 0x47, 0xce, 0xd2, 0x71, 0x1a, 0x18, 0x8c, 0xde,
|
|
|
|
0x32, 0x54, 0xcf, 0x1c, 0xd7, 0x2f, 0x62, 0x5a, 0xe5, 0xb8, 0x2a, 0x72, 0x56, 0x8e, 0x33, 0xc0,
|
|
|
|
0x43, 0xb5, 0xa5, 0xc3, 0xc8, 0x68, 0x3d, 0xa9, 0xa9, 0x05, 0x78, 0xdc, 0xdc, 0x28, 0x67, 0x88,
|
|
|
|
0x60, 0xf4, 0x39, 0x34, 0xbb, 0x26, 0x8c, 0x8c, 0xb6, 0xf3, 0x9a, 0x5a, 0x83, 0xc7, 0x9d, 0x9d,
|
|
|
|
0x2d, 0x2e, 0xb5, 0x94, 0x16, 0x57, 0x31, 0xb3, 0xb4, 0x78, 0x0a, 0x18, 0x47, 0xb7, 0xcb, 0xe8,
|
|
|
|
0xd1, 0x0c, 0xc2, 0xe2, 0x4a, 0x4b, 0x65, 0x71, 0x1d, 0x33, 0x2b, 0x8b, 0x17, 0x80, 0x71, 0x76,
|
|
|
|
0x24, 0x6f, 0x97, 0xc7, 0xdd, 0xf2, 0x76, 0x1a, 0x88, 0x2d, 0x6a, 0xa1, 0x0e, 0x5d, 0xaa, 0xb5,
|
|
|
|
0xbb, 0x92, 0x4e, 0xea, 0x76, 0x55, 0xdc, 0xad, 0x6e, 0x67, 0x80, 0xd8, 0xb2, 0x16, 0x9a, 0xd0,
|
|
|
|
0xb0, 0x00, 0xf9, 0xaa, 0xb5, 0xb0, 0x10, 0xa0, 0xc6, 0xd1, 0x91, 0xc1, 0x87, 0x6a, 0x74, 0xe4,
|
|
|
|
0xa5, 0x5e, 0x0b, 0x6b, 0x90, 0xaf, 0x5e, 0x0b, 0x6b, 0x01, 0xaa, 0x88, 0x8e, 0x12, 0x3e, 0xd4,
|
|
|
|
0xf1, 0xa6, 0x1a, 0x1d, 0x3a, 0x60, 0xf9, 0x01, 0x16, 0x99, 0x16, 0xac, 0xa3, 0x8d, 0x4c, 0xcd,
|
|
|
|
0xa3, 0xa3, 0x8a, 0x37, 0xf5, 0xe8, 0x30, 0x01, 0xcb, 0x2f, 0x60, 0x8d, 0x19, 0xc1, 0x3a, 0xda,
|
|
|
|
0xcf, 0xb5, 0x0d, 0xe6, 0x9d, 0x01, 0x1c, 0xb1, 0xc6, 0x2c, 0x07, 0xa9, 0xa4, 0xc6, 0x5a, 0x4c,
|
|
|
|
0x29, 0xd5, 0xfc, 0x4a, 0xdb, 0xe0, 0xbc, 0x39, 0x86, 0x43, 0x68, 0xcc, 0x2a, 0x90, 0x4a, 0x69,
|
|
|
|
0x2a, 0x35, 0xd6, 0x63, 0x31, 0xf4, 0x6b, 0x58, 0x70, 0x34, 0x20, 0x06, 0x65, 0xeb, 0x4f, 0x06,
|
|
|
|
0x6c, 0xc4, 0xa4, 0x4a, 0x63, 0x33, 0x16, 0x43, 0xbf, 0x86, 0x55, 0xdf, 0x00, 0x62, 0x50, 0xb9,
|
|
|
|
0xa8, 0x99, 0xeb, 0xa5, 0xeb, 0x71, 0x74, 0x6a, 0x71, 0x86, 0x8c, 0xce, 0x22, 0x54, 0x23, 0xa3,
|
|
|
|
0xfe, 0x94, 0x80, 0x9a, 0xb3, 0x3d, 0x72, 0x5d, 0x44, 0xa7, 0x11, 0x67, 0xa8, 0xe8, 0xac, 0x43,
|
|
|
|
0xb3, 0x10, 0xa6, 0xbc, 0x58, 0x7f, 0x7f, 0xfb, 0x90, 0x12, 0xef, 0x78, 0xaf, 0xa1, 0xfc, 0x55,
|
|
|
|
0x35, 0x2a, 0x3a, 0x6b, 0x61, 0xca, 0x87, 0xdb, 0x9f, 0x3f, 0x3b, 0xa3, 0x24, 0xba, 0x38, 0x6e,
|
|
|
|
0xca, 0x85, 0x7e, 0xc6, 0x7f, 0x4f, 0x26, 0x38, 0xe9, 0xf1, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff,
|
|
|
|
0x6b, 0x7f, 0x8c, 0x72, 0xa1, 0x9f, 0xf1, 0xdf, 0xcb, 0x39, 0x4e, 0x7a, 0xf9, 0xdf, 0x00, 0x00,
|
|
|
|
0x5e, 0xb6, 0x4c, 0x79, 0x9d, 0x1d, 0x00, 0x00,
|
|
|
|
0x00, 0xff, 0xff, 0x4a, 0x6c, 0x49, 0xeb, 0x8b, 0x1d, 0x00, 0x00,
|
|
|
|
}
|
|
|
|
}
|
|
|
|