// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: guildgve/guildgve_db.proto package pb import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) 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) ) //工会boos战 全局配置数据 type DBGuildGveBossConf struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" bson:"_id"` //唯一ID Rtime int64 `protobuf:"varint,2,opt,name=rtime,proto3" json:"rtime"` //刷新时间 Boos []int32 `protobuf:"varint,3,rep,packed,name=boos,proto3" json:"boos"` //boosid } func (x *DBGuildGveBossConf) Reset() { *x = DBGuildGveBossConf{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGuildGveBossConf) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGuildGveBossConf) ProtoMessage() {} func (x *DBGuildGveBossConf) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[0] 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 DBGuildGveBossConf.ProtoReflect.Descriptor instead. func (*DBGuildGveBossConf) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{0} } func (x *DBGuildGveBossConf) GetKey() string { if x != nil { return x.Key } return "" } func (x *DBGuildGveBossConf) GetRtime() int64 { if x != nil { return x.Rtime } return 0 } func (x *DBGuildGveBossConf) GetBoos() []int32 { if x != nil { return x.Boos } return nil } //工会战Boos type DBGuildGve struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Guildid string `protobuf:"bytes,1,opt,name=guildid,proto3" json:"guildid" bson:"_id"` Notice string `protobuf:"bytes,2,opt,name=notice,proto3" json:"notice"` //公告 Fire int32 `protobuf:"varint,3,opt,name=fire,proto3" json:"fire"` //火力 Currstage int32 `protobuf:"varint,4,opt,name=currstage,proto3" json:"currstage"` //当前第几阶段 Rtime int64 `protobuf:"varint,5,opt,name=rtime,proto3" json:"rtime"` //刷新时间 Kills int32 `protobuf:"varint,6,opt,name=kills,proto3" json:"kills"` //击杀数 Lastkilltime int64 `protobuf:"varint,7,opt,name=lastkilltime,proto3" json:"lastkilltime"` //最后击杀时间 Rank int32 `protobuf:"varint,8,opt,name=rank,proto3" json:"rank"` //排名 Boos []*DBGuildGveBoss `protobuf:"bytes,9,rep,name=boos,proto3" json:"boos"` //boos列表 } func (x *DBGuildGve) Reset() { *x = DBGuildGve{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGuildGve) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGuildGve) ProtoMessage() {} func (x *DBGuildGve) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[1] 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 DBGuildGve.ProtoReflect.Descriptor instead. func (*DBGuildGve) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{1} } func (x *DBGuildGve) GetGuildid() string { if x != nil { return x.Guildid } return "" } func (x *DBGuildGve) GetNotice() string { if x != nil { return x.Notice } return "" } func (x *DBGuildGve) GetFire() int32 { if x != nil { return x.Fire } return 0 } func (x *DBGuildGve) GetCurrstage() int32 { if x != nil { return x.Currstage } return 0 } func (x *DBGuildGve) GetRtime() int64 { if x != nil { return x.Rtime } return 0 } func (x *DBGuildGve) GetKills() int32 { if x != nil { return x.Kills } return 0 } func (x *DBGuildGve) GetLastkilltime() int64 { if x != nil { return x.Lastkilltime } return 0 } func (x *DBGuildGve) GetRank() int32 { if x != nil { return x.Rank } return 0 } func (x *DBGuildGve) GetBoos() []*DBGuildGveBoss { if x != nil { return x.Boos } return nil } //工会成员信息 type DBGuildMember struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid"` //用户id Guild string `protobuf:"bytes,3,opt,name=guild,proto3" json:"guild"` //工会id Boosticket int32 `protobuf:"varint,4,opt,name=boosticket,proto3" json:"boosticket"` //工会boos战门票 Refreshtime int64 `protobuf:"varint,5,opt,name=refreshtime,proto3" json:"refreshtime"` //门票刷新时间 Useheros []string `protobuf:"bytes,6,rep,name=useheros,proto3" json:"useheros"` //工会战已使用英雄 Record map[int32]*DBGveRecord `protobuf:"bytes,7,rep,name=record,proto3" json:"record" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //战斗记录 } func (x *DBGuildMember) Reset() { *x = DBGuildMember{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGuildMember) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGuildMember) ProtoMessage() {} func (x *DBGuildMember) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[2] 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 DBGuildMember.ProtoReflect.Descriptor instead. func (*DBGuildMember) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{2} } func (x *DBGuildMember) GetId() string { if x != nil { return x.Id } return "" } func (x *DBGuildMember) GetUid() string { if x != nil { return x.Uid } return "" } func (x *DBGuildMember) GetGuild() string { if x != nil { return x.Guild } return "" } func (x *DBGuildMember) GetBoosticket() int32 { if x != nil { return x.Boosticket } return 0 } func (x *DBGuildMember) GetRefreshtime() int64 { if x != nil { return x.Refreshtime } return 0 } func (x *DBGuildMember) GetUseheros() []string { if x != nil { return x.Useheros } return nil } func (x *DBGuildMember) GetRecord() map[int32]*DBGveRecord { if x != nil { return x.Record } return nil } //工会轮盘记录 type DBGuildRouletteRecord struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Guildid string `protobuf:"bytes,1,opt,name=guildid,proto3" json:"guildid" bson:"_id"` Roulette []*DBGveRouletteRecord `protobuf:"bytes,2,rep,name=roulette,proto3" json:"roulette"` //轮盘记录 } func (x *DBGuildRouletteRecord) Reset() { *x = DBGuildRouletteRecord{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGuildRouletteRecord) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGuildRouletteRecord) ProtoMessage() {} func (x *DBGuildRouletteRecord) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[3] 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 DBGuildRouletteRecord.ProtoReflect.Descriptor instead. func (*DBGuildRouletteRecord) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{3} } func (x *DBGuildRouletteRecord) GetGuildid() string { if x != nil { return x.Guildid } return "" } func (x *DBGuildRouletteRecord) GetRoulette() []*DBGveRouletteRecord { if x != nil { return x.Roulette } return nil } //工会boos type DBGuildGveBoss struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Boosid int32 `protobuf:"varint,1,opt,name=boosid,proto3" json:"boosid"` Hp int32 `protobuf:"varint,2,opt,name=hp,proto3" json:"hp"` Record []*DBGveRecord `protobuf:"bytes,3,rep,name=record,proto3" json:"record"` } func (x *DBGuildGveBoss) Reset() { *x = DBGuildGveBoss{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGuildGveBoss) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGuildGveBoss) ProtoMessage() {} func (x *DBGuildGveBoss) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[4] 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 DBGuildGveBoss.ProtoReflect.Descriptor instead. func (*DBGuildGveBoss) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{4} } func (x *DBGuildGveBoss) GetBoosid() int32 { if x != nil { return x.Boosid } return 0 } func (x *DBGuildGveBoss) GetHp() int32 { if x != nil { return x.Hp } return 0 } func (x *DBGuildGveBoss) GetRecord() []*DBGveRecord { if x != nil { return x.Record } return nil } //战斗记录 type DBGveRecord struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields User *DBSimpleUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user"` Time int64 `protobuf:"varint,2,opt,name=time,proto3" json:"time"` //战斗发生时间 CaptainHeroId string `protobuf:"bytes,3,opt,name=captainHeroId,proto3" json:"captainHeroId"` //阵型中的队长 Formation []*DBSimpleHero `protobuf:"bytes,4,rep,name=formation,proto3" json:"formation"` //阵型 FightTime int32 `protobuf:"varint,5,opt,name=fightTime,proto3" json:"fightTime"` //战斗时长 FightId string `protobuf:"bytes,6,opt,name=fightId,proto3" json:"fightId"` //战斗Id (回放) Rating int32 `protobuf:"varint,7,opt,name=rating,proto3" json:"rating"` //评级配置ID Harm int32 `protobuf:"varint,8,opt,name=harm,proto3" json:"harm"` //伤害血量 } func (x *DBGveRecord) Reset() { *x = DBGveRecord{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGveRecord) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGveRecord) ProtoMessage() {} func (x *DBGveRecord) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[5] 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 DBGveRecord.ProtoReflect.Descriptor instead. func (*DBGveRecord) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{5} } func (x *DBGveRecord) GetUser() *DBSimpleUser { if x != nil { return x.User } return nil } func (x *DBGveRecord) GetTime() int64 { if x != nil { return x.Time } return 0 } func (x *DBGveRecord) GetCaptainHeroId() string { if x != nil { return x.CaptainHeroId } return "" } func (x *DBGveRecord) GetFormation() []*DBSimpleHero { if x != nil { return x.Formation } return nil } func (x *DBGveRecord) GetFightTime() int32 { if x != nil { return x.FightTime } return 0 } func (x *DBGveRecord) GetFightId() string { if x != nil { return x.FightId } return "" } func (x *DBGveRecord) GetRating() int32 { if x != nil { return x.Rating } return 0 } func (x *DBGveRecord) GetHarm() int32 { if x != nil { return x.Harm } return 0 } type DBSimpleUser struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"` //uid Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` //昵称 Skin string `protobuf:"bytes,3,opt,name=skin,proto3" json:"skin"` //皮肤 Sex int32 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` //性别 Lv int32 `protobuf:"varint,5,opt,name=lv,proto3" json:"lv"` //等级 } func (x *DBSimpleUser) Reset() { *x = DBSimpleUser{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBSimpleUser) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBSimpleUser) ProtoMessage() {} func (x *DBSimpleUser) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[6] 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 DBSimpleUser.ProtoReflect.Descriptor instead. func (*DBSimpleUser) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{6} } func (x *DBSimpleUser) GetUid() string { if x != nil { return x.Uid } return "" } func (x *DBSimpleUser) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *DBSimpleUser) GetSkin() string { if x != nil { return x.Skin } return "" } func (x *DBSimpleUser) GetSex() int32 { if x != nil { return x.Sex } return 0 } func (x *DBSimpleUser) GetLv() int32 { if x != nil { return x.Lv } return 0 } type DBSimpleHero struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields HeroId string `protobuf:"bytes,1,opt,name=heroId,proto3" json:"heroId"` //英雄ID Level int32 `protobuf:"varint,2,opt,name=level,proto3" json:"level"` //等级 Star int32 `protobuf:"varint,3,opt,name=star,proto3" json:"star"` //星级 } func (x *DBSimpleHero) Reset() { *x = DBSimpleHero{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBSimpleHero) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBSimpleHero) ProtoMessage() {} func (x *DBSimpleHero) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[7] 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 DBSimpleHero.ProtoReflect.Descriptor instead. func (*DBSimpleHero) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{7} } func (x *DBSimpleHero) GetHeroId() string { if x != nil { return x.HeroId } return "" } func (x *DBSimpleHero) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *DBSimpleHero) GetStar() int32 { if x != nil { return x.Star } return 0 } type DBGveRouletteRecord struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"` Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` CfgId int32 `protobuf:"varint,3,opt,name=cfgId,proto3" json:"cfgId"` Award []*UserAssets `protobuf:"bytes,4,rep,name=award,proto3" json:"award"` //奖励 } func (x *DBGveRouletteRecord) Reset() { *x = DBGveRouletteRecord{} if protoimpl.UnsafeEnabled { mi := &file_guildgve_guildgve_db_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBGveRouletteRecord) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBGveRouletteRecord) ProtoMessage() {} func (x *DBGveRouletteRecord) ProtoReflect() protoreflect.Message { mi := &file_guildgve_guildgve_db_proto_msgTypes[8] 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 DBGveRouletteRecord.ProtoReflect.Descriptor instead. func (*DBGveRouletteRecord) Descriptor() ([]byte, []int) { return file_guildgve_guildgve_db_proto_rawDescGZIP(), []int{8} } func (x *DBGveRouletteRecord) GetUid() string { if x != nil { return x.Uid } return "" } func (x *DBGveRouletteRecord) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *DBGveRouletteRecord) GetCfgId() int32 { if x != nil { return x.CfgId } return 0 } func (x *DBGveRouletteRecord) GetAward() []*UserAssets { if x != nil { return x.Award } return nil } var File_guildgve_guildgve_db_proto protoreflect.FileDescriptor var file_guildgve_guildgve_db_proto_rawDesc = []byte{ 0x0a, 0x1a, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x67, 0x76, 0x65, 0x2f, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x67, 0x76, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x50, 0x0a, 0x12, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x47, 0x76, 0x65, 0x42, 0x6f, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x6f, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x04, 0x62, 0x6f, 0x6f, 0x73, 0x22, 0xf9, 0x01, 0x0a, 0x0a, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x47, 0x76, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x69, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x66, 0x69, 0x72, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x75, 0x72, 0x72, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x75, 0x72, 0x72, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6b, 0x69, 0x6c, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6b, 0x69, 0x6c, 0x6c, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x6b, 0x69, 0x6c, 0x6c, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x6b, 0x69, 0x6c, 0x6c, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x12, 0x23, 0x0a, 0x04, 0x62, 0x6f, 0x6f, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x47, 0x76, 0x65, 0x42, 0x6f, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x6f, 0x73, 0x22, 0xa2, 0x02, 0x0a, 0x0d, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x68, 0x65, 0x72, 0x6f, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x68, 0x65, 0x72, 0x6f, 0x73, 0x12, 0x32, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x1a, 0x47, 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x22, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x47, 0x76, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x63, 0x0a, 0x15, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x6f, 0x75, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x64, 0x12, 0x30, 0x0a, 0x08, 0x72, 0x6f, 0x75, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x44, 0x42, 0x47, 0x76, 0x65, 0x52, 0x6f, 0x75, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x08, 0x72, 0x6f, 0x75, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x22, 0x5e, 0x0a, 0x0e, 0x44, 0x42, 0x47, 0x75, 0x69, 0x6c, 0x64, 0x47, 0x76, 0x65, 0x42, 0x6f, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x68, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x68, 0x70, 0x12, 0x24, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x47, 0x76, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0xfb, 0x01, 0x0a, 0x0b, 0x44, 0x42, 0x47, 0x76, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x21, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x61, 0x70, 0x74, 0x61, 0x69, 0x6e, 0x48, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x61, 0x70, 0x74, 0x61, 0x69, 0x6e, 0x48, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x09, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x09, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x67, 0x68, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x66, 0x69, 0x67, 0x68, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x67, 0x68, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x67, 0x68, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61, 0x72, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x68, 0x61, 0x72, 0x6d, 0x22, 0x72, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6b, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x6b, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x22, 0x50, 0x0a, 0x0c, 0x44, 0x42, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x48, 0x65, 0x72, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x74, 0x61, 0x72, 0x22, 0x7c, 0x0a, 0x13, 0x44, 0x42, 0x47, 0x76, 0x65, 0x52, 0x6f, 0x75, 0x6c, 0x65, 0x74, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x66, 0x67, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x66, 0x67, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_guildgve_guildgve_db_proto_rawDescOnce sync.Once file_guildgve_guildgve_db_proto_rawDescData = file_guildgve_guildgve_db_proto_rawDesc ) func file_guildgve_guildgve_db_proto_rawDescGZIP() []byte { file_guildgve_guildgve_db_proto_rawDescOnce.Do(func() { file_guildgve_guildgve_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_guildgve_guildgve_db_proto_rawDescData) }) return file_guildgve_guildgve_db_proto_rawDescData } var file_guildgve_guildgve_db_proto_msgTypes = make([]protoimpl.MessageInfo, 10) var file_guildgve_guildgve_db_proto_goTypes = []interface{}{ (*DBGuildGveBossConf)(nil), // 0: DBGuildGveBossConf (*DBGuildGve)(nil), // 1: DBGuildGve (*DBGuildMember)(nil), // 2: DBGuildMember (*DBGuildRouletteRecord)(nil), // 3: DBGuildRouletteRecord (*DBGuildGveBoss)(nil), // 4: DBGuildGveBoss (*DBGveRecord)(nil), // 5: DBGveRecord (*DBSimpleUser)(nil), // 6: DBSimpleUser (*DBSimpleHero)(nil), // 7: DBSimpleHero (*DBGveRouletteRecord)(nil), // 8: DBGveRouletteRecord nil, // 9: DBGuildMember.RecordEntry (*UserAssets)(nil), // 10: UserAssets } var file_guildgve_guildgve_db_proto_depIdxs = []int32{ 4, // 0: DBGuildGve.boos:type_name -> DBGuildGveBoss 9, // 1: DBGuildMember.record:type_name -> DBGuildMember.RecordEntry 8, // 2: DBGuildRouletteRecord.roulette:type_name -> DBGveRouletteRecord 5, // 3: DBGuildGveBoss.record:type_name -> DBGveRecord 6, // 4: DBGveRecord.user:type_name -> DBSimpleUser 7, // 5: DBGveRecord.formation:type_name -> DBSimpleHero 10, // 6: DBGveRouletteRecord.award:type_name -> UserAssets 5, // 7: DBGuildMember.RecordEntry.value:type_name -> DBGveRecord 8, // [8:8] is the sub-list for method output_type 8, // [8:8] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_guildgve_guildgve_db_proto_init() } func file_guildgve_guildgve_db_proto_init() { if File_guildgve_guildgve_db_proto != nil { return } file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_guildgve_guildgve_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGuildGveBossConf); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGuildGve); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGuildMember); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGuildRouletteRecord); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGuildGveBoss); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGveRecord); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBSimpleUser); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBSimpleHero); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_guildgve_guildgve_db_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBGveRouletteRecord); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_guildgve_guildgve_db_proto_rawDesc, NumEnums: 0, NumMessages: 10, NumExtensions: 0, NumServices: 0, }, GoTypes: file_guildgve_guildgve_db_proto_goTypes, DependencyIndexes: file_guildgve_guildgve_db_proto_depIdxs, MessageInfos: file_guildgve_guildgve_db_proto_msgTypes, }.Build() File_guildgve_guildgve_db_proto = out.File file_guildgve_guildgve_db_proto_rawDesc = nil file_guildgve_guildgve_db_proto_goTypes = nil file_guildgve_guildgve_db_proto_depIdxs = nil }