Files
full/module/social/group/pb/member.pb.go

699 lines
23 KiB
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v7.35.1
// source: module/social/group/proto/member.proto
package group
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type PassportInfoSimpleCard struct {
state protoimpl.MessageState `protogen:"open.v1"`
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` //昵称
RemarkName string `protobuf:"bytes,3,opt,name=remark_name,json=remarkName,proto3" json:"remark_name,omitempty"` // 备注名称
Avatar string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
Sex int32 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex,omitempty"` //性别1为男性2为女性
Role int32 `protobuf:"varint,6,opt,name=role,proto3" json:"role,omitempty"` //角色,主要是群组内的角色使用
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *PassportInfoSimpleCard) Reset() {
*x = PassportInfoSimpleCard{}
mi := &file_module_social_group_proto_member_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PassportInfoSimpleCard) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PassportInfoSimpleCard) ProtoMessage() {}
func (x *PassportInfoSimpleCard) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PassportInfoSimpleCard.ProtoReflect.Descriptor instead.
func (*PassportInfoSimpleCard) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{0}
}
func (x *PassportInfoSimpleCard) GetIdentity() string {
if x != nil {
return x.Identity
}
return ""
}
func (x *PassportInfoSimpleCard) GetNickname() string {
if x != nil {
return x.Nickname
}
return ""
}
func (x *PassportInfoSimpleCard) GetRemarkName() string {
if x != nil {
return x.RemarkName
}
return ""
}
func (x *PassportInfoSimpleCard) GetAvatar() string {
if x != nil {
return x.Avatar
}
return ""
}
func (x *PassportInfoSimpleCard) GetSex() int32 {
if x != nil {
return x.Sex
}
return 0
}
func (x *PassportInfoSimpleCard) GetRole() int32 {
if x != nil {
return x.Role
}
return 0
}
type PassportInfoDetailCard struct {
state protoimpl.MessageState `protogen:"open.v1"`
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` //昵称
RemarkName string `protobuf:"bytes,3,opt,name=remark_name,json=remarkName,proto3" json:"remark_name,omitempty"` // 备注名称
Popular int32 `protobuf:"varint,4,opt,name=popular,proto3" json:"popular,omitempty"` //是否置顶
Avatar string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
Birthday string `protobuf:"bytes,6,opt,name=birthday,proto3" json:"birthday,omitempty"` //生日
Sex int32 `protobuf:"varint,7,opt,name=sex,proto3" json:"sex,omitempty"` //性别1为男性2为女性
Province int32 `protobuf:"varint,8,opt,name=province,proto3" json:"province,omitempty"` //省
City int32 `protobuf:"varint,9,opt,name=city,proto3" json:"city,omitempty"` //市
Area int32 `protobuf:"varint,10,opt,name=area,proto3" json:"area,omitempty"` //区
Sign string `protobuf:"bytes,11,opt,name=sign,proto3" json:"sign,omitempty"` //签名
Tags []string `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"` //所属标签组
ForeignStatus int32 `protobuf:"varint,13,opt,name=foreign_status,json=foreignStatus,proto3" json:"foreign_status,omitempty"` //外表的状态值,根据表不同,值的作用不同
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *PassportInfoDetailCard) Reset() {
*x = PassportInfoDetailCard{}
mi := &file_module_social_group_proto_member_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PassportInfoDetailCard) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PassportInfoDetailCard) ProtoMessage() {}
func (x *PassportInfoDetailCard) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PassportInfoDetailCard.ProtoReflect.Descriptor instead.
func (*PassportInfoDetailCard) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{1}
}
func (x *PassportInfoDetailCard) GetIdentity() string {
if x != nil {
return x.Identity
}
return ""
}
func (x *PassportInfoDetailCard) GetNickname() string {
if x != nil {
return x.Nickname
}
return ""
}
func (x *PassportInfoDetailCard) GetRemarkName() string {
if x != nil {
return x.RemarkName
}
return ""
}
func (x *PassportInfoDetailCard) GetPopular() int32 {
if x != nil {
return x.Popular
}
return 0
}
func (x *PassportInfoDetailCard) GetAvatar() string {
if x != nil {
return x.Avatar
}
return ""
}
func (x *PassportInfoDetailCard) GetBirthday() string {
if x != nil {
return x.Birthday
}
return ""
}
func (x *PassportInfoDetailCard) GetSex() int32 {
if x != nil {
return x.Sex
}
return 0
}
func (x *PassportInfoDetailCard) GetProvince() int32 {
if x != nil {
return x.Province
}
return 0
}
func (x *PassportInfoDetailCard) GetCity() int32 {
if x != nil {
return x.City
}
return 0
}
func (x *PassportInfoDetailCard) GetArea() int32 {
if x != nil {
return x.Area
}
return 0
}
func (x *PassportInfoDetailCard) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *PassportInfoDetailCard) GetTags() []string {
if x != nil {
return x.Tags
}
return nil
}
func (x *PassportInfoDetailCard) GetForeignStatus() int32 {
if x != nil {
return x.ForeignStatus
}
return 0
}
type GroupMemberReply struct {
state protoimpl.MessageState `protogen:"open.v1"`
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` //版本号
Members []*PassportInfoSimpleCard `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"` //成员信息
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GroupMemberReply) Reset() {
*x = GroupMemberReply{}
mi := &file_module_social_group_proto_member_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GroupMemberReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GroupMemberReply) ProtoMessage() {}
func (x *GroupMemberReply) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GroupMemberReply.ProtoReflect.Descriptor instead.
func (*GroupMemberReply) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{2}
}
func (x *GroupMemberReply) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
func (x *GroupMemberReply) GetVersion() int64 {
if x != nil {
return x.Version
}
return 0
}
func (x *GroupMemberReply) GetMembers() []*PassportInfoSimpleCard {
if x != nil {
return x.Members
}
return nil
}
type DoJoinRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 群组ID
Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"` // 群组唯一码
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` //加群留言
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DoJoinRequest) Reset() {
*x = DoJoinRequest{}
mi := &file_module_social_group_proto_member_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DoJoinRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DoJoinRequest) ProtoMessage() {}
func (x *DoJoinRequest) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DoJoinRequest.ProtoReflect.Descriptor instead.
func (*DoJoinRequest) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{3}
}
func (x *DoJoinRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *DoJoinRequest) GetIdentity() string {
if x != nil {
return x.Identity
}
return ""
}
func (x *DoJoinRequest) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
type JoinFetchReply struct {
state protoimpl.MessageState `protogen:"open.v1"`
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // 总记录数
Applys []*ApplyJoinGroupItem `protobuf:"bytes,2,rep,name=applys,proto3" json:"applys,omitempty"` //群组信息
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *JoinFetchReply) Reset() {
*x = JoinFetchReply{}
mi := &file_module_social_group_proto_member_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *JoinFetchReply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*JoinFetchReply) ProtoMessage() {}
func (x *JoinFetchReply) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use JoinFetchReply.ProtoReflect.Descriptor instead.
func (*JoinFetchReply) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{4}
}
func (x *JoinFetchReply) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
func (x *JoinFetchReply) GetApplys() []*ApplyJoinGroupItem {
if x != nil {
return x.Applys
}
return nil
}
type ApplyJoinGroupItem struct {
state protoimpl.MessageState `protogen:"open.v1"`
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` // 唯一标识
GroupId int64 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // 主键
From *PassportInfoDetailCard `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` //时间
Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` // 状态
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ApplyJoinGroupItem) Reset() {
*x = ApplyJoinGroupItem{}
mi := &file_module_social_group_proto_member_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ApplyJoinGroupItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ApplyJoinGroupItem) ProtoMessage() {}
func (x *ApplyJoinGroupItem) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ApplyJoinGroupItem.ProtoReflect.Descriptor instead.
func (*ApplyJoinGroupItem) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{5}
}
func (x *ApplyJoinGroupItem) GetIdentity() string {
if x != nil {
return x.Identity
}
return ""
}
func (x *ApplyJoinGroupItem) GetGroupId() int64 {
if x != nil {
return x.GroupId
}
return 0
}
func (x *ApplyJoinGroupItem) GetFrom() *PassportInfoDetailCard {
if x != nil {
return x.From
}
return nil
}
func (x *ApplyJoinGroupItem) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ApplyJoinGroupItem) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *ApplyJoinGroupItem) GetStatus() int32 {
if x != nil {
return x.Status
}
return 0
}
type GroupOPRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` // 唯一标识
GroupIdentity string `protobuf:"bytes,2,opt,name=group_identity,json=groupIdentity,proto3" json:"group_identity,omitempty"` //群组identity
Direction string `protobuf:"bytes,3,opt,name=direction,proto3" json:"direction,omitempty"` //操作方式Pass通过,Reject拒绝,Set设置,cancel取消
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GroupOPRequest) Reset() {
*x = GroupOPRequest{}
mi := &file_module_social_group_proto_member_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GroupOPRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GroupOPRequest) ProtoMessage() {}
func (x *GroupOPRequest) ProtoReflect() protoreflect.Message {
mi := &file_module_social_group_proto_member_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GroupOPRequest.ProtoReflect.Descriptor instead.
func (*GroupOPRequest) Descriptor() ([]byte, []int) {
return file_module_social_group_proto_member_proto_rawDescGZIP(), []int{6}
}
func (x *GroupOPRequest) GetIdentity() string {
if x != nil {
return x.Identity
}
return ""
}
func (x *GroupOPRequest) GetGroupIdentity() string {
if x != nil {
return x.GroupIdentity
}
return ""
}
func (x *GroupOPRequest) GetDirection() string {
if x != nil {
return x.Direction
}
return ""
}
var File_module_social_group_proto_member_proto protoreflect.FileDescriptor
const file_module_social_group_proto_member_proto_rawDesc = "" +
"\n" +
"&module/social/group/proto/member.proto\x12\x05group\x1a%module/social/group/proto/const.proto\"\xaf\x01\n" +
"\x16PassportInfoSimpleCard\x12\x1a\n" +
"\bidentity\x18\x01 \x01(\tR\bidentity\x12\x1a\n" +
"\bnickname\x18\x02 \x01(\tR\bnickname\x12\x1f\n" +
"\vremark_name\x18\x03 \x01(\tR\n" +
"remarkName\x12\x16\n" +
"\x06avatar\x18\x04 \x01(\tR\x06avatar\x12\x10\n" +
"\x03sex\x18\x05 \x01(\x05R\x03sex\x12\x12\n" +
"\x04role\x18\x06 \x01(\x05R\x04role\"\xe4\x02\n" +
"\x16PassportInfoDetailCard\x12\x1a\n" +
"\bidentity\x18\x01 \x01(\tR\bidentity\x12\x1a\n" +
"\bnickname\x18\x02 \x01(\tR\bnickname\x12\x1f\n" +
"\vremark_name\x18\x03 \x01(\tR\n" +
"remarkName\x12\x18\n" +
"\apopular\x18\x04 \x01(\x05R\apopular\x12\x16\n" +
"\x06avatar\x18\x05 \x01(\tR\x06avatar\x12\x1a\n" +
"\bbirthday\x18\x06 \x01(\tR\bbirthday\x12\x10\n" +
"\x03sex\x18\a \x01(\x05R\x03sex\x12\x1a\n" +
"\bprovince\x18\b \x01(\x05R\bprovince\x12\x12\n" +
"\x04city\x18\t \x01(\x05R\x04city\x12\x12\n" +
"\x04area\x18\n" +
" \x01(\x05R\x04area\x12\x12\n" +
"\x04sign\x18\v \x01(\tR\x04sign\x12\x12\n" +
"\x04tags\x18\f \x03(\tR\x04tags\x12%\n" +
"\x0eforeign_status\x18\r \x01(\x05R\rforeignStatus\"{\n" +
"\x10GroupMemberReply\x12\x14\n" +
"\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n" +
"\aversion\x18\x02 \x01(\x03R\aversion\x127\n" +
"\amembers\x18\x03 \x03(\v2\x1d.group.PassportInfoSimpleCardR\amembers\"U\n" +
"\rDoJoinRequest\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x1a\n" +
"\bidentity\x18\x02 \x01(\tR\bidentity\x12\x18\n" +
"\amessage\x18\x03 \x01(\tR\amessage\"Y\n" +
"\x0eJoinFetchReply\x12\x14\n" +
"\x05total\x18\x01 \x01(\x05R\x05total\x121\n" +
"\x06applys\x18\x02 \x03(\v2\x19.group.ApplyJoinGroupItemR\x06applys\"\xcf\x01\n" +
"\x12ApplyJoinGroupItem\x12\x1a\n" +
"\bidentity\x18\x01 \x01(\tR\bidentity\x12\x19\n" +
"\bgroup_id\x18\x02 \x01(\x03R\agroupId\x121\n" +
"\x04from\x18\x03 \x01(\v2\x1d.group.PassportInfoDetailCardR\x04from\x12\x18\n" +
"\amessage\x18\x04 \x01(\tR\amessage\x12\x1d\n" +
"\n" +
"created_at\x18\x05 \x01(\tR\tcreatedAt\x12\x16\n" +
"\x06status\x18\x06 \x01(\x05R\x06status\"q\n" +
"\x0eGroupOPRequest\x12\x1a\n" +
"\bidentity\x18\x01 \x01(\tR\bidentity\x12%\n" +
"\x0egroup_identity\x18\x02 \x01(\tR\rgroupIdentity\x12\x1c\n" +
"\tdirection\x18\x03 \x01(\tR\tdirection2\xa0\x03\n" +
"\x06Member\x126\n" +
"\x05Fetch\x12\x14.blocks.IdentRequest\x1a\x17.group.GroupMemberReply\x127\n" +
"\x06DoJoin\x12\x14.group.DoJoinRequest\x1a\x17.blocks.DataStatusReply\x121\n" +
"\tJoinFetch\x12\r.blocks.Empty\x1a\x15.group.JoinFetchReply\x12>\n" +
"\fJoinDoHandle\x12\x15.group.GroupOPRequest\x1a\x17.blocks.DataStatusReply\x12>\n" +
"\fDoSetManager\x12\x15.group.GroupOPRequest\x1a\x17.blocks.DataStatusReply\x128\n" +
"\x06DoKick\x12\x15.group.GroupOPRequest\x1a\x17.blocks.DataStatusReply\x128\n" +
"\x06DoQuit\x12\x15.group.GroupOPRequest\x1a\x17.blocks.DataStatusReplyB'Z%bsm/full/module/social/group/pb;groupb\x06proto3"
var (
file_module_social_group_proto_member_proto_rawDescOnce sync.Once
file_module_social_group_proto_member_proto_rawDescData []byte
)
func file_module_social_group_proto_member_proto_rawDescGZIP() []byte {
file_module_social_group_proto_member_proto_rawDescOnce.Do(func() {
file_module_social_group_proto_member_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_module_social_group_proto_member_proto_rawDesc), len(file_module_social_group_proto_member_proto_rawDesc)))
})
return file_module_social_group_proto_member_proto_rawDescData
}
var file_module_social_group_proto_member_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
var file_module_social_group_proto_member_proto_goTypes = []any{
(*PassportInfoSimpleCard)(nil), // 0: group.PassportInfoSimpleCard
(*PassportInfoDetailCard)(nil), // 1: group.PassportInfoDetailCard
(*GroupMemberReply)(nil), // 2: group.GroupMemberReply
(*DoJoinRequest)(nil), // 3: group.DoJoinRequest
(*JoinFetchReply)(nil), // 4: group.JoinFetchReply
(*ApplyJoinGroupItem)(nil), // 5: group.ApplyJoinGroupItem
(*GroupOPRequest)(nil), // 6: group.GroupOPRequest
(*IdentRequest)(nil), // 7: blocks.IdentRequest
(*Empty)(nil), // 8: blocks.Empty
(*DataStatusReply)(nil), // 9: blocks.DataStatusReply
}
var file_module_social_group_proto_member_proto_depIdxs = []int32{
0, // 0: group.GroupMemberReply.members:type_name -> group.PassportInfoSimpleCard
5, // 1: group.JoinFetchReply.applys:type_name -> group.ApplyJoinGroupItem
1, // 2: group.ApplyJoinGroupItem.from:type_name -> group.PassportInfoDetailCard
7, // 3: group.Member.Fetch:input_type -> blocks.IdentRequest
3, // 4: group.Member.DoJoin:input_type -> group.DoJoinRequest
8, // 5: group.Member.JoinFetch:input_type -> blocks.Empty
6, // 6: group.Member.JoinDoHandle:input_type -> group.GroupOPRequest
6, // 7: group.Member.DoSetManager:input_type -> group.GroupOPRequest
6, // 8: group.Member.DoKick:input_type -> group.GroupOPRequest
6, // 9: group.Member.DoQuit:input_type -> group.GroupOPRequest
2, // 10: group.Member.Fetch:output_type -> group.GroupMemberReply
9, // 11: group.Member.DoJoin:output_type -> blocks.DataStatusReply
4, // 12: group.Member.JoinFetch:output_type -> group.JoinFetchReply
9, // 13: group.Member.JoinDoHandle:output_type -> blocks.DataStatusReply
9, // 14: group.Member.DoSetManager:output_type -> blocks.DataStatusReply
9, // 15: group.Member.DoKick:output_type -> blocks.DataStatusReply
9, // 16: group.Member.DoQuit:output_type -> blocks.DataStatusReply
10, // [10:17] is the sub-list for method output_type
3, // [3:10] is the sub-list for method input_type
3, // [3:3] is the sub-list for extension type_name
3, // [3:3] is the sub-list for extension extendee
0, // [0:3] is the sub-list for field type_name
}
func init() { file_module_social_group_proto_member_proto_init() }
func file_module_social_group_proto_member_proto_init() {
if File_module_social_group_proto_member_proto != nil {
return
}
file_module_social_group_proto_const_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_module_social_group_proto_member_proto_rawDesc), len(file_module_social_group_proto_member_proto_rawDesc)),
NumEnums: 0,
NumMessages: 7,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_module_social_group_proto_member_proto_goTypes,
DependencyIndexes: file_module_social_group_proto_member_proto_depIdxs,
MessageInfos: file_module_social_group_proto_member_proto_msgTypes,
}.Build()
File_module_social_group_proto_member_proto = out.File
file_module_social_group_proto_member_proto_goTypes = nil
file_module_social_group_proto_member_proto_depIdxs = nil
}