|
@@ -73,6 +73,55 @@ func (MemberType) EnumDescriptor() ([]byte, []int) { |
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{0} |
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{0} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type AllMemberBannedType int32 |
|
|
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
|
|
AllMemberBannedType_UNKNOWN_All_Member_Banned AllMemberBannedType = 0 // 未知 |
|
|
|
|
|
AllMemberBannedType_YES_All_Member_Banned AllMemberBannedType = 1 // 是-全员禁言 |
|
|
|
|
|
AllMemberBannedType_NOT_All_Member_Banned AllMemberBannedType = 2 // 否-全员禁言 |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
// Enum value maps for AllMemberBannedType. |
|
|
|
|
|
var ( |
|
|
|
|
|
AllMemberBannedType_name = map[int32]string{ |
|
|
|
|
|
0: "UNKNOWN_All_Member_Banned", |
|
|
|
|
|
1: "YES_All_Member_Banned", |
|
|
|
|
|
2: "NOT_All_Member_Banned", |
|
|
|
|
|
} |
|
|
|
|
|
AllMemberBannedType_value = map[string]int32{ |
|
|
|
|
|
"UNKNOWN_All_Member_Banned": 0, |
|
|
|
|
|
"YES_All_Member_Banned": 1, |
|
|
|
|
|
"NOT_All_Member_Banned": 2, |
|
|
|
|
|
} |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
func (x AllMemberBannedType) Enum() *AllMemberBannedType { |
|
|
|
|
|
p := new(AllMemberBannedType) |
|
|
|
|
|
*p = x |
|
|
|
|
|
return p |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x AllMemberBannedType) String() string { |
|
|
|
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (AllMemberBannedType) Descriptor() protoreflect.EnumDescriptor { |
|
|
|
|
|
return file_logic_ext_proto_enumTypes[1].Descriptor() |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (AllMemberBannedType) Type() protoreflect.EnumType { |
|
|
|
|
|
return &file_logic_ext_proto_enumTypes[1] |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x AllMemberBannedType) Number() protoreflect.EnumNumber { |
|
|
|
|
|
return protoreflect.EnumNumber(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AllMemberBannedType.Descriptor instead. |
|
|
|
|
|
func (AllMemberBannedType) EnumDescriptor() ([]byte, []int) { |
|
|
|
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{1} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
type RegisterDeviceReq struct { |
|
|
type RegisterDeviceReq struct { |
|
|
state protoimpl.MessageState |
|
|
state protoimpl.MessageState |
|
|
sizeCache protoimpl.SizeCache |
|
|
sizeCache protoimpl.SizeCache |
|
@@ -2051,6 +2100,218 @@ func (x *GroupMember) GetExtra() string { |
|
|
return "" |
|
|
return "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type SetGroupMemberBannedReq struct { |
|
|
|
|
|
state protoimpl.MessageState |
|
|
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
|
|
|
|
GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // 群组id |
|
|
|
|
|
UserIds []int64 `protobuf:"varint,2,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` // 用户id列表 |
|
|
|
|
|
IsAllMemberBanned AllMemberBannedType `protobuf:"varint,3,opt,name=is_all_member_banned,json=isAllMemberBanned,proto3,enum=pb.AllMemberBannedType" json:"is_all_member_banned,omitempty"` // 全员禁言(1:是 2:否) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) Reset() { |
|
|
|
|
|
*x = SetGroupMemberBannedReq{} |
|
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[30] |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) String() string { |
|
|
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (*SetGroupMemberBannedReq) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[30] |
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
return ms |
|
|
|
|
|
} |
|
|
|
|
|
return mi.MessageOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SetGroupMemberBannedReq.ProtoReflect.Descriptor instead. |
|
|
|
|
|
func (*SetGroupMemberBannedReq) Descriptor() ([]byte, []int) { |
|
|
|
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{30} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) GetGroupId() int64 { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.GroupId |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) GetUserIds() []int64 { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.UserIds |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedReq) GetIsAllMemberBanned() AllMemberBannedType { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.IsAllMemberBanned |
|
|
|
|
|
} |
|
|
|
|
|
return AllMemberBannedType_UNKNOWN_All_Member_Banned |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type SetGroupMemberBannedResp struct { |
|
|
|
|
|
state protoimpl.MessageState |
|
|
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
|
|
|
|
IsAllMemberBanned AllMemberBannedType `protobuf:"varint,3,opt,name=is_all_member_banned,json=isAllMemberBanned,proto3,enum=pb.AllMemberBannedType" json:"is_all_member_banned,omitempty"` // 全员禁言(1:是 2:否) |
|
|
|
|
|
Members []*GroupMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` //禁言人员列表 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedResp) Reset() { |
|
|
|
|
|
*x = SetGroupMemberBannedResp{} |
|
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[31] |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedResp) String() string { |
|
|
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (*SetGroupMemberBannedResp) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedResp) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[31] |
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
return ms |
|
|
|
|
|
} |
|
|
|
|
|
return mi.MessageOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SetGroupMemberBannedResp.ProtoReflect.Descriptor instead. |
|
|
|
|
|
func (*SetGroupMemberBannedResp) Descriptor() ([]byte, []int) { |
|
|
|
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{31} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedResp) GetIsAllMemberBanned() AllMemberBannedType { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.IsAllMemberBanned |
|
|
|
|
|
} |
|
|
|
|
|
return AllMemberBannedType_UNKNOWN_All_Member_Banned |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *SetGroupMemberBannedResp) GetMembers() []*GroupMember { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.Members |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type GetGroupBannedMembersReq struct { |
|
|
|
|
|
state protoimpl.MessageState |
|
|
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
|
|
|
|
GroupId int64 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersReq) Reset() { |
|
|
|
|
|
*x = GetGroupBannedMembersReq{} |
|
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[32] |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersReq) String() string { |
|
|
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (*GetGroupBannedMembersReq) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersReq) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[32] |
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
return ms |
|
|
|
|
|
} |
|
|
|
|
|
return mi.MessageOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetGroupBannedMembersReq.ProtoReflect.Descriptor instead. |
|
|
|
|
|
func (*GetGroupBannedMembersReq) Descriptor() ([]byte, []int) { |
|
|
|
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{32} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersReq) GetGroupId() int64 { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.GroupId |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type GetGroupBannedMembersResp struct { |
|
|
|
|
|
state protoimpl.MessageState |
|
|
|
|
|
sizeCache protoimpl.SizeCache |
|
|
|
|
|
unknownFields protoimpl.UnknownFields |
|
|
|
|
|
|
|
|
|
|
|
Members []*GroupMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersResp) Reset() { |
|
|
|
|
|
*x = GetGroupBannedMembersResp{} |
|
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[33] |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersResp) String() string { |
|
|
|
|
|
return protoimpl.X.MessageStringOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (*GetGroupBannedMembersResp) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersResp) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
mi := &file_logic_ext_proto_msgTypes[33] |
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
|
} |
|
|
|
|
|
return ms |
|
|
|
|
|
} |
|
|
|
|
|
return mi.MessageOf(x) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetGroupBannedMembersResp.ProtoReflect.Descriptor instead. |
|
|
|
|
|
func (*GetGroupBannedMembersResp) Descriptor() ([]byte, []int) { |
|
|
|
|
|
return file_logic_ext_proto_rawDescGZIP(), []int{33} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x *GetGroupBannedMembersResp) GetMembers() []*GroupMember { |
|
|
|
|
|
if x != nil { |
|
|
|
|
|
return x.Members |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
var File_logic_ext_proto protoreflect.FileDescriptor |
|
|
var File_logic_ext_proto protoreflect.FileDescriptor |
|
|
|
|
|
|
|
|
var file_logic_ext_proto_rawDesc = []byte{ |
|
|
var file_logic_ext_proto_rawDesc = []byte{ |
|
@@ -2290,73 +2551,117 @@ var file_logic_ext_proto_rawDesc = []byte{ |
|
|
0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x07, 0x20, |
|
|
0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x07, 0x20, |
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x14, 0x0a, 0x05, |
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x14, 0x0a, 0x05, |
|
|
0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x78, 0x74, |
|
|
0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x78, 0x74, |
|
|
0x72, 0x61, 0x2a, 0x3c, 0x0a, 0x0a, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, |
|
|
|
|
|
0x12, 0x0f, 0x0a, 0x0b, 0x47, 0x4d, 0x54, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, |
|
|
|
|
|
0x00, 0x12, 0x0d, 0x0a, 0x09, 0x47, 0x4d, 0x54, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, |
|
|
|
|
|
0x12, 0x0e, 0x0a, 0x0a, 0x47, 0x4d, 0x54, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x02, |
|
|
|
|
|
0x32, 0xd0, 0x07, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x69, 0x63, 0x45, 0x78, 0x74, 0x12, 0x3f, 0x0a, |
|
|
|
|
|
0x0e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, |
|
|
|
|
|
0x15, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, |
|
|
|
|
|
0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, |
|
|
|
|
|
0x73, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, |
|
|
|
|
|
0x0a, 0x0b, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, |
|
|
|
|
|
0x71, 0x1a, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, |
|
|
|
|
|
0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0d, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, |
|
|
|
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x63, |
|
|
|
|
|
0x61, 0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, |
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x26, 0x0a, 0x08, 0x50, 0x75, 0x73, 0x68, 0x52, 0x6f, 0x6f, 0x6d, |
|
|
|
|
|
0x12, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, |
|
|
|
|
|
0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3c, 0x0a, 0x0d, |
|
|
|
|
|
0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x14, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, |
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x64, |
|
|
|
|
|
0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x28, 0x0a, 0x09, 0x41, 0x64, |
|
|
|
|
|
0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, |
|
|
|
|
|
0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, |
|
|
|
|
|
0x6d, 0x70, 0x74, 0x79, 0x12, 0x32, 0x0a, 0x0e, 0x41, 0x67, 0x72, 0x65, 0x65, 0x41, 0x64, 0x64, |
|
|
|
|
|
0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x67, 0x72, 0x65, |
|
|
|
|
|
0x65, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x2e, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, |
|
|
|
|
|
0x74, 0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x65, |
|
|
|
|
|
0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x30, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x46, |
|
|
|
|
|
0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, 0x46, 0x72, |
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, |
|
|
|
|
|
0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0a, 0x47, 0x65, |
|
|
|
|
|
0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x12, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, |
|
|
|
|
|
0x70, 0x74, 0x79, 0x1a, 0x12, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, |
|
|
|
|
|
0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, |
|
|
|
|
|
0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, |
|
|
|
|
|
0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, |
|
|
|
|
|
0x2c, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, |
|
|
|
|
|
0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, |
|
|
|
|
|
0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x2d, 0x0a, |
|
|
|
|
|
0x08, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, |
|
|
|
|
|
0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x09, |
|
|
|
|
|
0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, |
|
|
|
|
|
0x6d, 0x70, 0x74, 0x79, 0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, |
|
|
|
|
|
0x75, 0x70, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x47, 0x72, |
|
|
|
|
|
0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x16, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, |
|
|
|
|
|
0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x11, 0x55, |
|
|
|
|
|
|
|
|
0x72, 0x61, 0x22, 0x99, 0x01, 0x0a, 0x17, 0x53, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, |
|
|
|
|
|
0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x52, 0x65, 0x71, 0x12, 0x19, |
|
|
|
|
|
0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, |
|
|
|
|
|
0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x75, 0x73, 0x65, |
|
|
|
|
|
0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x75, 0x73, 0x65, |
|
|
|
|
|
0x72, 0x49, 0x64, 0x73, 0x12, 0x48, 0x0a, 0x14, 0x69, 0x73, 0x5f, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, |
|
|
|
|
|
0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x62, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, |
|
|
|
|
|
0x28, 0x0e, 0x32, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x6c, 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, |
|
|
|
|
|
0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x54, 0x79, 0x70, 0x65, 0x52, 0x11, 0x69, 0x73, 0x41, |
|
|
|
|
|
0x6c, 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x22, 0x8f, |
|
|
|
|
|
0x01, 0x0a, 0x18, 0x53, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, |
|
|
|
|
|
0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x14, 0x69, |
|
|
|
|
|
0x73, 0x5f, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x62, 0x61, 0x6e, |
|
|
|
|
|
0x6e, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x41, |
|
|
|
|
|
0x6c, 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x54, 0x79, |
|
|
|
|
|
0x70, 0x65, 0x52, 0x11, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, |
|
|
|
|
|
0x61, 0x6e, 0x6e, 0x65, 0x64, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, |
|
|
|
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, |
|
|
|
|
|
0x22, 0x35, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, |
|
|
|
|
|
0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x12, 0x19, 0x0a, 0x08, |
|
|
|
|
|
0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, |
|
|
|
|
|
0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x47, 0x72, |
|
|
|
|
|
0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, |
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, |
|
|
|
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2a, |
|
|
|
|
|
0x3c, 0x0a, 0x0a, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, |
|
|
|
|
|
0x0b, 0x47, 0x4d, 0x54, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0d, |
|
|
|
|
|
0x0a, 0x09, 0x47, 0x4d, 0x54, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x0e, 0x0a, |
|
|
|
|
|
0x0a, 0x47, 0x4d, 0x54, 0x5f, 0x4d, 0x45, 0x4d, 0x42, 0x45, 0x52, 0x10, 0x02, 0x2a, 0x6a, 0x0a, |
|
|
|
|
|
0x13, 0x41, 0x6c, 0x6c, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, |
|
|
|
|
|
0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, |
|
|
|
|
|
0x41, 0x6c, 0x6c, 0x5f, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x42, 0x61, 0x6e, 0x6e, 0x65, |
|
|
|
|
|
0x64, 0x10, 0x00, 0x12, 0x19, 0x0a, 0x15, 0x59, 0x45, 0x53, 0x5f, 0x41, 0x6c, 0x6c, 0x5f, 0x4d, |
|
|
|
|
|
0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x10, 0x01, 0x12, 0x19, |
|
|
|
|
|
0x0a, 0x15, 0x4e, 0x4f, 0x54, 0x5f, 0x41, 0x6c, 0x6c, 0x5f, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, |
|
|
|
|
|
0x5f, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x10, 0x02, 0x32, 0xfa, 0x08, 0x0a, 0x08, 0x4c, 0x6f, |
|
|
|
|
|
0x67, 0x69, 0x63, 0x45, 0x78, 0x74, 0x12, 0x3f, 0x0a, 0x0e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, |
|
|
|
|
|
0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, |
|
|
|
|
|
0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, |
|
|
|
|
|
0x16, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x44, 0x65, 0x76, |
|
|
|
|
|
0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x0b, 0x53, 0x65, 0x6e, 0x64, 0x4d, |
|
|
|
|
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, |
|
|
|
|
|
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, |
|
|
|
|
|
0x3c, 0x0a, 0x0d, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, |
|
|
|
|
|
0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, |
|
|
|
|
|
0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x63, 0x61, |
|
|
|
|
|
0x6c, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x26, 0x0a, |
|
|
|
|
|
0x08, 0x50, 0x75, 0x73, 0x68, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x50, |
|
|
|
|
|
0x75, 0x73, 0x68, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3c, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x64, |
|
|
|
|
|
0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, |
|
|
|
|
|
0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x70, |
|
|
|
|
|
0x62, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x52, |
|
|
|
|
|
0x65, 0x73, 0x70, 0x12, 0x28, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, |
|
|
|
|
|
0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, |
|
|
|
|
|
0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x32, 0x0a, |
|
|
|
|
|
0x0e, 0x41, 0x67, 0x72, 0x65, 0x65, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, |
|
|
|
|
|
0x15, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x67, 0x72, 0x65, 0x65, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, |
|
|
|
|
|
0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, |
|
|
|
|
|
0x79, 0x12, 0x2e, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, |
|
|
|
|
|
0x64, 0x12, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x69, |
|
|
|
|
|
0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, |
|
|
|
|
|
0x79, 0x12, 0x30, 0x0a, 0x09, 0x53, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x10, |
|
|
|
|
|
0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, |
|
|
|
|
|
0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, |
|
|
|
|
|
0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, |
|
|
|
|
|
0x73, 0x12, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x12, 0x2e, 0x70, |
|
|
|
|
|
0x62, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, |
|
|
|
|
|
0x12, 0x36, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, |
|
|
|
|
|
0x12, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, |
|
|
|
|
|
0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2c, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, |
|
|
|
|
|
0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, |
|
|
|
|
|
0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, |
|
|
|
|
|
0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x2d, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, |
|
|
|
|
|
0x75, 0x70, 0x12, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x73, 0x12, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x11, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x73, 0x70, |
|
|
|
|
|
0x12, 0x42, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, |
|
|
|
|
|
0x65, 0x72, 0x73, 0x12, 0x16, 0x2e, 0x70, 0x62, 0x2e, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, |
|
|
|
|
|
0x2e, 0x41, 0x64, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, |
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, |
|
|
|
|
|
0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x55, |
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, |
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, |
|
|
0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x38, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, |
|
|
|
|
|
0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, |
|
|
|
|
|
0x72, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, |
|
|
|
|
|
0x42, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, |
|
|
|
|
|
0x72, 0x73, 0x12, 0x16, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, |
|
|
|
|
|
0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, |
|
|
|
|
|
0x65, 0x73, 0x70, 0x42, 0x0d, 0x5a, 0x0b, 0x67, 0x69, 0x6d, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, |
|
|
|
|
|
0x62, 0x2f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
|
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x38, |
|
|
|
|
|
0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, |
|
|
|
|
|
0x62, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, |
|
|
|
|
|
0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, |
|
|
|
|
|
0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x42, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, |
|
|
|
|
|
0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x16, 0x2e, 0x70, 0x62, |
|
|
|
|
|
0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, |
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, |
|
|
|
|
|
0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x52, 0x0a, 0x15, |
|
|
|
|
|
0x53, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, |
|
|
|
|
|
0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, 0x47, 0x72, |
|
|
|
|
|
0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x52, |
|
|
|
|
|
0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, |
|
|
|
|
|
0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, |
|
|
|
|
|
0x12, 0x54, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, |
|
|
|
|
|
0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x47, |
|
|
|
|
|
0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, 0x6d, |
|
|
|
|
|
0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, |
|
|
|
|
|
0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, |
|
|
|
|
|
0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0d, 0x5a, 0x0b, 0x67, 0x69, 0x6d, 0x2f, 0x70, 0x6b, |
|
|
|
|
|
0x67, 0x2f, 0x70, 0x62, 0x2f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var ( |
|
|
var ( |
|
@@ -2371,99 +2676,112 @@ func file_logic_ext_proto_rawDescGZIP() []byte { |
|
|
return file_logic_ext_proto_rawDescData |
|
|
return file_logic_ext_proto_rawDescData |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var file_logic_ext_proto_enumTypes = make([]protoimpl.EnumInfo, 1) |
|
|
|
|
|
var file_logic_ext_proto_msgTypes = make([]protoimpl.MessageInfo, 30) |
|
|
|
|
|
|
|
|
var file_logic_ext_proto_enumTypes = make([]protoimpl.EnumInfo, 2) |
|
|
|
|
|
var file_logic_ext_proto_msgTypes = make([]protoimpl.MessageInfo, 34) |
|
|
var file_logic_ext_proto_goTypes = []interface{}{ |
|
|
var file_logic_ext_proto_goTypes = []interface{}{ |
|
|
(MemberType)(0), // 0: pb.MemberType |
|
|
|
|
|
(*RegisterDeviceReq)(nil), // 1: pb.RegisterDeviceReq |
|
|
|
|
|
(*RegisterDeviceResp)(nil), // 2: pb.RegisterDeviceResp |
|
|
|
|
|
(*SendMessageReq)(nil), // 3: pb.SendMessageReq |
|
|
|
|
|
(*SendMessageResp)(nil), // 4: pb.SendMessageResp |
|
|
|
|
|
(*RecallMessageReq)(nil), // 5: pb.RecallMessageReq |
|
|
|
|
|
(*RecallMessageResp)(nil), // 6: pb.RecallMessageResp |
|
|
|
|
|
(*SendRedPacketReq)(nil), // 7: pb.SendRedPacketReq |
|
|
|
|
|
(*SendRedPacketResp)(nil), // 8: pb.SendRedPacketResp |
|
|
|
|
|
(*PushRoomReq)(nil), // 9: pb.PushRoomReq |
|
|
|
|
|
(*AddFriendReq)(nil), // 10: pb.AddFriendReq |
|
|
|
|
|
(*DeleteFriendReq)(nil), // 11: pb.DeleteFriendReq |
|
|
|
|
|
(*AgreeAddFriendReq)(nil), // 12: pb.AgreeAddFriendReq |
|
|
|
|
|
(*SetFriendReq)(nil), // 13: pb.SetFriendReq |
|
|
|
|
|
(*SetFriendResp)(nil), // 14: pb.SetFriendResp |
|
|
|
|
|
(*Friend)(nil), // 15: pb.Friend |
|
|
|
|
|
(*GetFriendsResp)(nil), // 16: pb.GetFriendsResp |
|
|
|
|
|
(*CreateGroupReq)(nil), // 17: pb.CreateGroupReq |
|
|
|
|
|
(*CreateGroupResp)(nil), // 18: pb.CreateGroupResp |
|
|
|
|
|
(*UpdateGroupReq)(nil), // 19: pb.UpdateGroupReq |
|
|
|
|
|
(*GetGroupReq)(nil), // 20: pb.GetGroupReq |
|
|
|
|
|
(*GetGroupResp)(nil), // 21: pb.GetGroupResp |
|
|
|
|
|
(*Group)(nil), // 22: pb.Group |
|
|
|
|
|
(*GetGroupsResp)(nil), // 23: pb.GetGroupsResp |
|
|
|
|
|
(*AddGroupMembersReq)(nil), // 24: pb.AddGroupMembersReq |
|
|
|
|
|
(*AddGroupMembersResp)(nil), // 25: pb.AddGroupMembersResp |
|
|
|
|
|
(*UpdateGroupMemberReq)(nil), // 26: pb.UpdateGroupMemberReq |
|
|
|
|
|
(*DeleteGroupMemberReq)(nil), // 27: pb.DeleteGroupMemberReq |
|
|
|
|
|
(*GetGroupMembersReq)(nil), // 28: pb.GetGroupMembersReq |
|
|
|
|
|
(*GetGroupMembersResp)(nil), // 29: pb.GetGroupMembersResp |
|
|
|
|
|
(*GroupMember)(nil), // 30: pb.GroupMember |
|
|
|
|
|
(ReceiverType)(0), // 31: pb.ReceiverType |
|
|
|
|
|
(MessageType)(0), // 32: pb.MessageType |
|
|
|
|
|
(*Empty)(nil), // 33: pb.Empty |
|
|
|
|
|
|
|
|
(MemberType)(0), // 0: pb.MemberType |
|
|
|
|
|
(AllMemberBannedType)(0), // 1: pb.AllMemberBannedType |
|
|
|
|
|
(*RegisterDeviceReq)(nil), // 2: pb.RegisterDeviceReq |
|
|
|
|
|
(*RegisterDeviceResp)(nil), // 3: pb.RegisterDeviceResp |
|
|
|
|
|
(*SendMessageReq)(nil), // 4: pb.SendMessageReq |
|
|
|
|
|
(*SendMessageResp)(nil), // 5: pb.SendMessageResp |
|
|
|
|
|
(*RecallMessageReq)(nil), // 6: pb.RecallMessageReq |
|
|
|
|
|
(*RecallMessageResp)(nil), // 7: pb.RecallMessageResp |
|
|
|
|
|
(*SendRedPacketReq)(nil), // 8: pb.SendRedPacketReq |
|
|
|
|
|
(*SendRedPacketResp)(nil), // 9: pb.SendRedPacketResp |
|
|
|
|
|
(*PushRoomReq)(nil), // 10: pb.PushRoomReq |
|
|
|
|
|
(*AddFriendReq)(nil), // 11: pb.AddFriendReq |
|
|
|
|
|
(*DeleteFriendReq)(nil), // 12: pb.DeleteFriendReq |
|
|
|
|
|
(*AgreeAddFriendReq)(nil), // 13: pb.AgreeAddFriendReq |
|
|
|
|
|
(*SetFriendReq)(nil), // 14: pb.SetFriendReq |
|
|
|
|
|
(*SetFriendResp)(nil), // 15: pb.SetFriendResp |
|
|
|
|
|
(*Friend)(nil), // 16: pb.Friend |
|
|
|
|
|
(*GetFriendsResp)(nil), // 17: pb.GetFriendsResp |
|
|
|
|
|
(*CreateGroupReq)(nil), // 18: pb.CreateGroupReq |
|
|
|
|
|
(*CreateGroupResp)(nil), // 19: pb.CreateGroupResp |
|
|
|
|
|
(*UpdateGroupReq)(nil), // 20: pb.UpdateGroupReq |
|
|
|
|
|
(*GetGroupReq)(nil), // 21: pb.GetGroupReq |
|
|
|
|
|
(*GetGroupResp)(nil), // 22: pb.GetGroupResp |
|
|
|
|
|
(*Group)(nil), // 23: pb.Group |
|
|
|
|
|
(*GetGroupsResp)(nil), // 24: pb.GetGroupsResp |
|
|
|
|
|
(*AddGroupMembersReq)(nil), // 25: pb.AddGroupMembersReq |
|
|
|
|
|
(*AddGroupMembersResp)(nil), // 26: pb.AddGroupMembersResp |
|
|
|
|
|
(*UpdateGroupMemberReq)(nil), // 27: pb.UpdateGroupMemberReq |
|
|
|
|
|
(*DeleteGroupMemberReq)(nil), // 28: pb.DeleteGroupMemberReq |
|
|
|
|
|
(*GetGroupMembersReq)(nil), // 29: pb.GetGroupMembersReq |
|
|
|
|
|
(*GetGroupMembersResp)(nil), // 30: pb.GetGroupMembersResp |
|
|
|
|
|
(*GroupMember)(nil), // 31: pb.GroupMember |
|
|
|
|
|
(*SetGroupMemberBannedReq)(nil), // 32: pb.SetGroupMemberBannedReq |
|
|
|
|
|
(*SetGroupMemberBannedResp)(nil), // 33: pb.SetGroupMemberBannedResp |
|
|
|
|
|
(*GetGroupBannedMembersReq)(nil), // 34: pb.GetGroupBannedMembersReq |
|
|
|
|
|
(*GetGroupBannedMembersResp)(nil), // 35: pb.GetGroupBannedMembersResp |
|
|
|
|
|
(ReceiverType)(0), // 36: pb.ReceiverType |
|
|
|
|
|
(MessageType)(0), // 37: pb.MessageType |
|
|
|
|
|
(*Empty)(nil), // 38: pb.Empty |
|
|
} |
|
|
} |
|
|
var file_logic_ext_proto_depIdxs = []int32{ |
|
|
var file_logic_ext_proto_depIdxs = []int32{ |
|
|
31, // 0: pb.SendMessageReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
32, // 1: pb.SendMessageReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
31, // 2: pb.RecallMessageReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
32, // 3: pb.RecallMessageReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
31, // 4: pb.SendRedPacketReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
32, // 5: pb.SendRedPacketReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
32, // 6: pb.PushRoomReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
15, // 7: pb.GetFriendsResp.friends:type_name -> pb.Friend |
|
|
|
|
|
22, // 8: pb.GetGroupResp.group:type_name -> pb.Group |
|
|
|
|
|
22, // 9: pb.GetGroupsResp.groups:type_name -> pb.Group |
|
|
|
|
|
|
|
|
36, // 0: pb.SendMessageReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
37, // 1: pb.SendMessageReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
36, // 2: pb.RecallMessageReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
37, // 3: pb.RecallMessageReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
36, // 4: pb.SendRedPacketReq.receiver_type:type_name -> pb.ReceiverType |
|
|
|
|
|
37, // 5: pb.SendRedPacketReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
37, // 6: pb.PushRoomReq.message_type:type_name -> pb.MessageType |
|
|
|
|
|
16, // 7: pb.GetFriendsResp.friends:type_name -> pb.Friend |
|
|
|
|
|
23, // 8: pb.GetGroupResp.group:type_name -> pb.Group |
|
|
|
|
|
23, // 9: pb.GetGroupsResp.groups:type_name -> pb.Group |
|
|
0, // 10: pb.UpdateGroupMemberReq.member_type:type_name -> pb.MemberType |
|
|
0, // 10: pb.UpdateGroupMemberReq.member_type:type_name -> pb.MemberType |
|
|
30, // 11: pb.GetGroupMembersResp.members:type_name -> pb.GroupMember |
|
|
|
|
|
|
|
|
31, // 11: pb.GetGroupMembersResp.members:type_name -> pb.GroupMember |
|
|
0, // 12: pb.GroupMember.member_type:type_name -> pb.MemberType |
|
|
0, // 12: pb.GroupMember.member_type:type_name -> pb.MemberType |
|
|
1, // 13: pb.LogicExt.RegisterDevice:input_type -> pb.RegisterDeviceReq |
|
|
|
|
|
3, // 14: pb.LogicExt.SendMessage:input_type -> pb.SendMessageReq |
|
|
|
|
|
5, // 15: pb.LogicExt.RecallMessage:input_type -> pb.RecallMessageReq |
|
|
|
|
|
9, // 16: pb.LogicExt.PushRoom:input_type -> pb.PushRoomReq |
|
|
|
|
|
7, // 17: pb.LogicExt.SendRedPacket:input_type -> pb.SendRedPacketReq |
|
|
|
|
|
10, // 18: pb.LogicExt.AddFriend:input_type -> pb.AddFriendReq |
|
|
|
|
|
12, // 19: pb.LogicExt.AgreeAddFriend:input_type -> pb.AgreeAddFriendReq |
|
|
|
|
|
11, // 20: pb.LogicExt.DeleteFriend:input_type -> pb.DeleteFriendReq |
|
|
|
|
|
13, // 21: pb.LogicExt.SetFriend:input_type -> pb.SetFriendReq |
|
|
|
|
|
33, // 22: pb.LogicExt.GetFriends:input_type -> pb.Empty |
|
|
|
|
|
17, // 23: pb.LogicExt.CreateGroup:input_type -> pb.CreateGroupReq |
|
|
|
|
|
19, // 24: pb.LogicExt.UpdateGroup:input_type -> pb.UpdateGroupReq |
|
|
|
|
|
20, // 25: pb.LogicExt.GetGroup:input_type -> pb.GetGroupReq |
|
|
|
|
|
33, // 26: pb.LogicExt.GetGroups:input_type -> pb.Empty |
|
|
|
|
|
24, // 27: pb.LogicExt.AddGroupMembers:input_type -> pb.AddGroupMembersReq |
|
|
|
|
|
26, // 28: pb.LogicExt.UpdateGroupMember:input_type -> pb.UpdateGroupMemberReq |
|
|
|
|
|
27, // 29: pb.LogicExt.DeleteGroupMember:input_type -> pb.DeleteGroupMemberReq |
|
|
|
|
|
28, // 30: pb.LogicExt.GetGroupMembers:input_type -> pb.GetGroupMembersReq |
|
|
|
|
|
2, // 31: pb.LogicExt.RegisterDevice:output_type -> pb.RegisterDeviceResp |
|
|
|
|
|
4, // 32: pb.LogicExt.SendMessage:output_type -> pb.SendMessageResp |
|
|
|
|
|
6, // 33: pb.LogicExt.RecallMessage:output_type -> pb.RecallMessageResp |
|
|
|
|
|
33, // 34: pb.LogicExt.PushRoom:output_type -> pb.Empty |
|
|
|
|
|
8, // 35: pb.LogicExt.SendRedPacket:output_type -> pb.SendRedPacketResp |
|
|
|
|
|
33, // 36: pb.LogicExt.AddFriend:output_type -> pb.Empty |
|
|
|
|
|
33, // 37: pb.LogicExt.AgreeAddFriend:output_type -> pb.Empty |
|
|
|
|
|
33, // 38: pb.LogicExt.DeleteFriend:output_type -> pb.Empty |
|
|
|
|
|
14, // 39: pb.LogicExt.SetFriend:output_type -> pb.SetFriendResp |
|
|
|
|
|
16, // 40: pb.LogicExt.GetFriends:output_type -> pb.GetFriendsResp |
|
|
|
|
|
18, // 41: pb.LogicExt.CreateGroup:output_type -> pb.CreateGroupResp |
|
|
|
|
|
33, // 42: pb.LogicExt.UpdateGroup:output_type -> pb.Empty |
|
|
|
|
|
21, // 43: pb.LogicExt.GetGroup:output_type -> pb.GetGroupResp |
|
|
|
|
|
23, // 44: pb.LogicExt.GetGroups:output_type -> pb.GetGroupsResp |
|
|
|
|
|
25, // 45: pb.LogicExt.AddGroupMembers:output_type -> pb.AddGroupMembersResp |
|
|
|
|
|
33, // 46: pb.LogicExt.UpdateGroupMember:output_type -> pb.Empty |
|
|
|
|
|
33, // 47: pb.LogicExt.DeleteGroupMember:output_type -> pb.Empty |
|
|
|
|
|
29, // 48: pb.LogicExt.GetGroupMembers:output_type -> pb.GetGroupMembersResp |
|
|
|
|
|
31, // [31:49] is the sub-list for method output_type |
|
|
|
|
|
13, // [13:31] is the sub-list for method input_type |
|
|
|
|
|
13, // [13:13] is the sub-list for extension type_name |
|
|
|
|
|
13, // [13:13] is the sub-list for extension extendee |
|
|
|
|
|
0, // [0:13] is the sub-list for field type_name |
|
|
|
|
|
|
|
|
1, // 13: pb.SetGroupMemberBannedReq.is_all_member_banned:type_name -> pb.AllMemberBannedType |
|
|
|
|
|
1, // 14: pb.SetGroupMemberBannedResp.is_all_member_banned:type_name -> pb.AllMemberBannedType |
|
|
|
|
|
31, // 15: pb.SetGroupMemberBannedResp.members:type_name -> pb.GroupMember |
|
|
|
|
|
31, // 16: pb.GetGroupBannedMembersResp.members:type_name -> pb.GroupMember |
|
|
|
|
|
2, // 17: pb.LogicExt.RegisterDevice:input_type -> pb.RegisterDeviceReq |
|
|
|
|
|
4, // 18: pb.LogicExt.SendMessage:input_type -> pb.SendMessageReq |
|
|
|
|
|
6, // 19: pb.LogicExt.RecallMessage:input_type -> pb.RecallMessageReq |
|
|
|
|
|
10, // 20: pb.LogicExt.PushRoom:input_type -> pb.PushRoomReq |
|
|
|
|
|
8, // 21: pb.LogicExt.SendRedPacket:input_type -> pb.SendRedPacketReq |
|
|
|
|
|
11, // 22: pb.LogicExt.AddFriend:input_type -> pb.AddFriendReq |
|
|
|
|
|
13, // 23: pb.LogicExt.AgreeAddFriend:input_type -> pb.AgreeAddFriendReq |
|
|
|
|
|
12, // 24: pb.LogicExt.DeleteFriend:input_type -> pb.DeleteFriendReq |
|
|
|
|
|
14, // 25: pb.LogicExt.SetFriend:input_type -> pb.SetFriendReq |
|
|
|
|
|
38, // 26: pb.LogicExt.GetFriends:input_type -> pb.Empty |
|
|
|
|
|
18, // 27: pb.LogicExt.CreateGroup:input_type -> pb.CreateGroupReq |
|
|
|
|
|
20, // 28: pb.LogicExt.UpdateGroup:input_type -> pb.UpdateGroupReq |
|
|
|
|
|
21, // 29: pb.LogicExt.GetGroup:input_type -> pb.GetGroupReq |
|
|
|
|
|
38, // 30: pb.LogicExt.GetGroups:input_type -> pb.Empty |
|
|
|
|
|
25, // 31: pb.LogicExt.AddGroupMembers:input_type -> pb.AddGroupMembersReq |
|
|
|
|
|
27, // 32: pb.LogicExt.UpdateGroupMember:input_type -> pb.UpdateGroupMemberReq |
|
|
|
|
|
28, // 33: pb.LogicExt.DeleteGroupMember:input_type -> pb.DeleteGroupMemberReq |
|
|
|
|
|
29, // 34: pb.LogicExt.GetGroupMembers:input_type -> pb.GetGroupMembersReq |
|
|
|
|
|
32, // 35: pb.LogicExt.SetGroupBannedMembers:input_type -> pb.SetGroupMemberBannedReq |
|
|
|
|
|
34, // 36: pb.LogicExt.GetGroupBannedMembers:input_type -> pb.GetGroupBannedMembersReq |
|
|
|
|
|
3, // 37: pb.LogicExt.RegisterDevice:output_type -> pb.RegisterDeviceResp |
|
|
|
|
|
5, // 38: pb.LogicExt.SendMessage:output_type -> pb.SendMessageResp |
|
|
|
|
|
7, // 39: pb.LogicExt.RecallMessage:output_type -> pb.RecallMessageResp |
|
|
|
|
|
38, // 40: pb.LogicExt.PushRoom:output_type -> pb.Empty |
|
|
|
|
|
9, // 41: pb.LogicExt.SendRedPacket:output_type -> pb.SendRedPacketResp |
|
|
|
|
|
38, // 42: pb.LogicExt.AddFriend:output_type -> pb.Empty |
|
|
|
|
|
38, // 43: pb.LogicExt.AgreeAddFriend:output_type -> pb.Empty |
|
|
|
|
|
38, // 44: pb.LogicExt.DeleteFriend:output_type -> pb.Empty |
|
|
|
|
|
15, // 45: pb.LogicExt.SetFriend:output_type -> pb.SetFriendResp |
|
|
|
|
|
17, // 46: pb.LogicExt.GetFriends:output_type -> pb.GetFriendsResp |
|
|
|
|
|
19, // 47: pb.LogicExt.CreateGroup:output_type -> pb.CreateGroupResp |
|
|
|
|
|
38, // 48: pb.LogicExt.UpdateGroup:output_type -> pb.Empty |
|
|
|
|
|
22, // 49: pb.LogicExt.GetGroup:output_type -> pb.GetGroupResp |
|
|
|
|
|
24, // 50: pb.LogicExt.GetGroups:output_type -> pb.GetGroupsResp |
|
|
|
|
|
26, // 51: pb.LogicExt.AddGroupMembers:output_type -> pb.AddGroupMembersResp |
|
|
|
|
|
38, // 52: pb.LogicExt.UpdateGroupMember:output_type -> pb.Empty |
|
|
|
|
|
38, // 53: pb.LogicExt.DeleteGroupMember:output_type -> pb.Empty |
|
|
|
|
|
30, // 54: pb.LogicExt.GetGroupMembers:output_type -> pb.GetGroupMembersResp |
|
|
|
|
|
33, // 55: pb.LogicExt.SetGroupBannedMembers:output_type -> pb.SetGroupMemberBannedResp |
|
|
|
|
|
35, // 56: pb.LogicExt.GetGroupBannedMembers:output_type -> pb.GetGroupBannedMembersResp |
|
|
|
|
|
37, // [37:57] is the sub-list for method output_type |
|
|
|
|
|
17, // [17:37] is the sub-list for method input_type |
|
|
|
|
|
17, // [17:17] is the sub-list for extension type_name |
|
|
|
|
|
17, // [17:17] is the sub-list for extension extendee |
|
|
|
|
|
0, // [0:17] is the sub-list for field type_name |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func init() { file_logic_ext_proto_init() } |
|
|
func init() { file_logic_ext_proto_init() } |
|
@@ -2834,14 +3152,62 @@ func file_logic_ext_proto_init() { |
|
|
return nil |
|
|
return nil |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
file_logic_ext_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
|
switch v := v.(*SetGroupMemberBannedReq); i { |
|
|
|
|
|
case 0: |
|
|
|
|
|
return &v.state |
|
|
|
|
|
case 1: |
|
|
|
|
|
return &v.sizeCache |
|
|
|
|
|
case 2: |
|
|
|
|
|
return &v.unknownFields |
|
|
|
|
|
default: |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
file_logic_ext_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
|
switch v := v.(*SetGroupMemberBannedResp); i { |
|
|
|
|
|
case 0: |
|
|
|
|
|
return &v.state |
|
|
|
|
|
case 1: |
|
|
|
|
|
return &v.sizeCache |
|
|
|
|
|
case 2: |
|
|
|
|
|
return &v.unknownFields |
|
|
|
|
|
default: |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
file_logic_ext_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
|
switch v := v.(*GetGroupBannedMembersReq); i { |
|
|
|
|
|
case 0: |
|
|
|
|
|
return &v.state |
|
|
|
|
|
case 1: |
|
|
|
|
|
return &v.sizeCache |
|
|
|
|
|
case 2: |
|
|
|
|
|
return &v.unknownFields |
|
|
|
|
|
default: |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
file_logic_ext_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
|
switch v := v.(*GetGroupBannedMembersResp); i { |
|
|
|
|
|
case 0: |
|
|
|
|
|
return &v.state |
|
|
|
|
|
case 1: |
|
|
|
|
|
return &v.sizeCache |
|
|
|
|
|
case 2: |
|
|
|
|
|
return &v.unknownFields |
|
|
|
|
|
default: |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
type x struct{} |
|
|
type x struct{} |
|
|
out := protoimpl.TypeBuilder{ |
|
|
out := protoimpl.TypeBuilder{ |
|
|
File: protoimpl.DescBuilder{ |
|
|
File: protoimpl.DescBuilder{ |
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
|
|
RawDescriptor: file_logic_ext_proto_rawDesc, |
|
|
RawDescriptor: file_logic_ext_proto_rawDesc, |
|
|
NumEnums: 1, |
|
|
|
|
|
NumMessages: 30, |
|
|
|
|
|
|
|
|
NumEnums: 2, |
|
|
|
|
|
NumMessages: 34, |
|
|
NumExtensions: 0, |
|
|
NumExtensions: 0, |
|
|
NumServices: 1, |
|
|
NumServices: 1, |
|
|
}, |
|
|
}, |
|
@@ -2897,10 +3263,14 @@ type LogicExtClient interface { |
|
|
AddGroupMembers(ctx context.Context, in *AddGroupMembersReq, opts ...grpc.CallOption) (*AddGroupMembersResp, error) |
|
|
AddGroupMembers(ctx context.Context, in *AddGroupMembersReq, opts ...grpc.CallOption) (*AddGroupMembersResp, error) |
|
|
// 更新群组成员信息 |
|
|
// 更新群组成员信息 |
|
|
UpdateGroupMember(ctx context.Context, in *UpdateGroupMemberReq, opts ...grpc.CallOption) (*Empty, error) |
|
|
UpdateGroupMember(ctx context.Context, in *UpdateGroupMemberReq, opts ...grpc.CallOption) (*Empty, error) |
|
|
// 添加群组成员 |
|
|
|
|
|
|
|
|
// 删除群组成员 |
|
|
DeleteGroupMember(ctx context.Context, in *DeleteGroupMemberReq, opts ...grpc.CallOption) (*Empty, error) |
|
|
DeleteGroupMember(ctx context.Context, in *DeleteGroupMemberReq, opts ...grpc.CallOption) (*Empty, error) |
|
|
// 获取群组成员 |
|
|
// 获取群组成员 |
|
|
GetGroupMembers(ctx context.Context, in *GetGroupMembersReq, opts ...grpc.CallOption) (*GetGroupMembersResp, error) |
|
|
GetGroupMembers(ctx context.Context, in *GetGroupMembersReq, opts ...grpc.CallOption) (*GetGroupMembersResp, error) |
|
|
|
|
|
// 设置禁言 |
|
|
|
|
|
SetGroupBannedMembers(ctx context.Context, in *SetGroupMemberBannedReq, opts ...grpc.CallOption) (*SetGroupMemberBannedResp, error) |
|
|
|
|
|
// 获取群组禁言成员 |
|
|
|
|
|
GetGroupBannedMembers(ctx context.Context, in *GetGroupBannedMembersReq, opts ...grpc.CallOption) (*GetGroupBannedMembersResp, error) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type logicExtClient struct { |
|
|
type logicExtClient struct { |
|
@@ -3073,6 +3443,24 @@ func (c *logicExtClient) GetGroupMembers(ctx context.Context, in *GetGroupMember |
|
|
return out, nil |
|
|
return out, nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (c *logicExtClient) SetGroupBannedMembers(ctx context.Context, in *SetGroupMemberBannedReq, opts ...grpc.CallOption) (*SetGroupMemberBannedResp, error) { |
|
|
|
|
|
out := new(SetGroupMemberBannedResp) |
|
|
|
|
|
err := c.cc.Invoke(ctx, "/pb.LogicExt/SetGroupBannedMembers", in, out, opts...) |
|
|
|
|
|
if err != nil { |
|
|
|
|
|
return nil, err |
|
|
|
|
|
} |
|
|
|
|
|
return out, nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (c *logicExtClient) GetGroupBannedMembers(ctx context.Context, in *GetGroupBannedMembersReq, opts ...grpc.CallOption) (*GetGroupBannedMembersResp, error) { |
|
|
|
|
|
out := new(GetGroupBannedMembersResp) |
|
|
|
|
|
err := c.cc.Invoke(ctx, "/pb.LogicExt/GetGroupBannedMembers", in, out, opts...) |
|
|
|
|
|
if err != nil { |
|
|
|
|
|
return nil, err |
|
|
|
|
|
} |
|
|
|
|
|
return out, nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// LogicExtServer is the server API for LogicExt service. |
|
|
// LogicExtServer is the server API for LogicExt service. |
|
|
// All implementations must embed UnimplementedLogicExtServer |
|
|
// All implementations must embed UnimplementedLogicExtServer |
|
|
// for forward compatibility |
|
|
// for forward compatibility |
|
@@ -3109,10 +3497,14 @@ type LogicExtServer interface { |
|
|
AddGroupMembers(context.Context, *AddGroupMembersReq) (*AddGroupMembersResp, error) |
|
|
AddGroupMembers(context.Context, *AddGroupMembersReq) (*AddGroupMembersResp, error) |
|
|
// 更新群组成员信息 |
|
|
// 更新群组成员信息 |
|
|
UpdateGroupMember(context.Context, *UpdateGroupMemberReq) (*Empty, error) |
|
|
UpdateGroupMember(context.Context, *UpdateGroupMemberReq) (*Empty, error) |
|
|
// 添加群组成员 |
|
|
|
|
|
|
|
|
// 删除群组成员 |
|
|
DeleteGroupMember(context.Context, *DeleteGroupMemberReq) (*Empty, error) |
|
|
DeleteGroupMember(context.Context, *DeleteGroupMemberReq) (*Empty, error) |
|
|
// 获取群组成员 |
|
|
// 获取群组成员 |
|
|
GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersResp, error) |
|
|
GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersResp, error) |
|
|
|
|
|
// 设置禁言 |
|
|
|
|
|
SetGroupBannedMembers(context.Context, *SetGroupMemberBannedReq) (*SetGroupMemberBannedResp, error) |
|
|
|
|
|
// 获取群组禁言成员 |
|
|
|
|
|
GetGroupBannedMembers(context.Context, *GetGroupBannedMembersReq) (*GetGroupBannedMembersResp, error) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// UnimplementedLogicExtServer must be embedded to have forward compatible implementations. |
|
|
// UnimplementedLogicExtServer must be embedded to have forward compatible implementations. |
|
@@ -3173,6 +3565,12 @@ func (UnimplementedLogicExtServer) DeleteGroupMember(context.Context, *DeleteGro |
|
|
func (UnimplementedLogicExtServer) GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersResp, error) { |
|
|
func (UnimplementedLogicExtServer) GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersResp, error) { |
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetGroupMembers not implemented") |
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetGroupMembers not implemented") |
|
|
} |
|
|
} |
|
|
|
|
|
func (UnimplementedLogicExtServer) SetGroupBannedMembers(context.Context, *SetGroupMemberBannedReq) (*SetGroupMemberBannedResp, error) { |
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method SetGroupBannedMembers not implemented") |
|
|
|
|
|
} |
|
|
|
|
|
func (UnimplementedLogicExtServer) GetGroupBannedMembers(context.Context, *GetGroupBannedMembersReq) (*GetGroupBannedMembersResp, error) { |
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetGroupBannedMembers not implemented") |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
func RegisterLogicExtServer(s grpc.ServiceRegistrar, srv LogicExtServer) { |
|
|
func RegisterLogicExtServer(s grpc.ServiceRegistrar, srv LogicExtServer) { |
|
|
s.RegisterService(&LogicExt_ServiceDesc, srv) |
|
|
s.RegisterService(&LogicExt_ServiceDesc, srv) |
|
@@ -3502,6 +3900,42 @@ func _LogicExt_GetGroupMembers_Handler(srv interface{}, ctx context.Context, dec |
|
|
return interceptor(ctx, in, info, handler) |
|
|
return interceptor(ctx, in, info, handler) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func _LogicExt_SetGroupBannedMembers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
|
|
|
|
|
in := new(SetGroupMemberBannedReq) |
|
|
|
|
|
if err := dec(in); err != nil { |
|
|
|
|
|
return nil, err |
|
|
|
|
|
} |
|
|
|
|
|
if interceptor == nil { |
|
|
|
|
|
return srv.(LogicExtServer).SetGroupBannedMembers(ctx, in) |
|
|
|
|
|
} |
|
|
|
|
|
info := &grpc.UnaryServerInfo{ |
|
|
|
|
|
Server: srv, |
|
|
|
|
|
FullMethod: "/pb.LogicExt/SetGroupBannedMembers", |
|
|
|
|
|
} |
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
|
|
|
|
|
return srv.(LogicExtServer).SetGroupBannedMembers(ctx, req.(*SetGroupMemberBannedReq)) |
|
|
|
|
|
} |
|
|
|
|
|
return interceptor(ctx, in, info, handler) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func _LogicExt_GetGroupBannedMembers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
|
|
|
|
|
in := new(GetGroupBannedMembersReq) |
|
|
|
|
|
if err := dec(in); err != nil { |
|
|
|
|
|
return nil, err |
|
|
|
|
|
} |
|
|
|
|
|
if interceptor == nil { |
|
|
|
|
|
return srv.(LogicExtServer).GetGroupBannedMembers(ctx, in) |
|
|
|
|
|
} |
|
|
|
|
|
info := &grpc.UnaryServerInfo{ |
|
|
|
|
|
Server: srv, |
|
|
|
|
|
FullMethod: "/pb.LogicExt/GetGroupBannedMembers", |
|
|
|
|
|
} |
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
|
|
|
|
|
return srv.(LogicExtServer).GetGroupBannedMembers(ctx, req.(*GetGroupBannedMembersReq)) |
|
|
|
|
|
} |
|
|
|
|
|
return interceptor(ctx, in, info, handler) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// LogicExt_ServiceDesc is the grpc.ServiceDesc for LogicExt service. |
|
|
// LogicExt_ServiceDesc is the grpc.ServiceDesc for LogicExt service. |
|
|
// It's only intended for direct use with grpc.RegisterService, |
|
|
// It's only intended for direct use with grpc.RegisterService, |
|
|
// and not to be introspected or modified (even as a copy) |
|
|
// and not to be introspected or modified (even as a copy) |
|
@@ -3581,6 +4015,14 @@ var LogicExt_ServiceDesc = grpc.ServiceDesc{ |
|
|
MethodName: "GetGroupMembers", |
|
|
MethodName: "GetGroupMembers", |
|
|
Handler: _LogicExt_GetGroupMembers_Handler, |
|
|
Handler: _LogicExt_GetGroupMembers_Handler, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
MethodName: "SetGroupBannedMembers", |
|
|
|
|
|
Handler: _LogicExt_SetGroupBannedMembers_Handler, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
MethodName: "GetGroupBannedMembers", |
|
|
|
|
|
Handler: _LogicExt_GetGroupBannedMembers_Handler, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
Streams: []grpc.StreamDesc{}, |
|
|
Streams: []grpc.StreamDesc{}, |
|
|
Metadata: "logic.ext.proto", |
|
|
Metadata: "logic.ext.proto", |
|
|