@ -327,23 +327,24 @@ type DBHeroRecord struct {
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Id string ` protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id" ` //ID 主键id
Uid string ` protobuf:"bytes,2,opt,name=uid,proto3" json:"uid" bson:"uid" ` //用户ID
Mtime int64 ` protobuf:"varint,3,opt,name=mtime,proto3" json:"mtime" ` // 修改时间
Drawcount int32 ` protobuf:"varint,4,opt,name=drawcount,proto3" json:"drawcount" ` // 普通卡牌累计抽取次数
Condition map [ string ] int32 ` protobuf:"bytes,5,rep,name=condition,proto3" json:"condition" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // key recharge、login 等 value 累计抽卡次数
Star5Hero map [ string ] int32 ` protobuf:"bytes,6,rep,name=star5Hero,proto3" json:"star5Hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 第totalcount 次抽到的5星英雄 key 英雄id
Totalcount int32 ` protobuf:"varint,7,opt,name=totalcount,proto3" json:"totalcount" ` // 总的累计抽卡次数
Daycount int32 ` protobuf:"varint,8,opt,name=daycount,proto3" json:"daycount" ` // 今天抽卡次数
Race map [ int32 ] int32 ` protobuf:"bytes,11,rep,name=race,proto3" json:"race" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` //key对应的数据 2.普通招募 3-6: 阵营招募, 分别对应hero表1/2/3/4阵营 7: 限时招募
Baodi4 map [ int32 ] int32 ` protobuf:"bytes,12,rep,name=baodi4,proto3" json:"baodi4" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 4星保底次数 key 阵营类型 value count
Baodi5 map [ int32 ] int32 ` protobuf:"bytes,13,rep,name=baodi5,proto3" json:"baodi5" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 5星保底次数 key 阵营类型 value count
Count map [ int32 ] int32 ` protobuf:"bytes,14,rep,name=count,proto3" json:"count" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 抽卡次数 key 阵营类型 value count
Peach map [ int32 ] bool ` protobuf:"bytes,15,rep,name=peach,proto3" json:"peach" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 记录圣桃结实已领取的奖励
Limit map [ string ] int64 ` protobuf:"bytes,16,rep,name=limit,proto3" json:"limit" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 限定抽卡 key:英雄id value 冷却结束时间
LimitHero string ` protobuf:"bytes,17,opt,name=limitHero,proto3" json:"limitHero" ` // 默认值为0 需客户端 查表读取默认字段
Wish map [ string ] int64 ` protobuf:"bytes,18,rep,name=wish,proto3" json:"wish" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 许愿招募 key:英雄id value 冷却结束时间
WishHero string ` protobuf:"bytes,19,opt,name=wishHero,proto3" json:"wishHero" ` // 当前许愿英雄 (默认值为0 需客户端 查表读取默认字段)
Id string ` protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id" ` //ID 主键id
Uid string ` protobuf:"bytes,2,opt,name=uid,proto3" json:"uid" bson:"uid" ` //用户ID
Mtime int64 ` protobuf:"varint,3,opt,name=mtime,proto3" json:"mtime" ` // 修改时间
Drawcount int32 ` protobuf:"varint,4,opt,name=drawcount,proto3" json:"drawcount" ` // 普通卡牌累计抽取次数
Condition map [ string ] int32 ` protobuf:"bytes,5,rep,name=condition,proto3" json:"condition" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // key recharge、login 等 value 累计抽卡次数
Star5Hero map [ string ] int32 ` protobuf:"bytes,6,rep,name=star5Hero,proto3" json:"star5Hero" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 第totalcount 次抽到的5星英雄 key 英雄id
Totalcount int32 ` protobuf:"varint,7,opt,name=totalcount,proto3" json:"totalcount" ` // 总的累计抽卡次数
Daycount int32 ` protobuf:"varint,8,opt,name=daycount,proto3" json:"daycount" ` // 今天抽卡次数
Race map [ int32 ] int32 ` protobuf:"bytes,11,rep,name=race,proto3" json:"race" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` //key对应的数据 2.普通招募 3-6: 阵营招募, 分别对应hero表1/2/3/4阵营 7: 限时招募
Baodi4 map [ int32 ] int32 ` protobuf:"bytes,12,rep,name=baodi4,proto3" json:"baodi4" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 4星保底次数 key 阵营类型 value count
Baodi5 map [ int32 ] int32 ` protobuf:"bytes,13,rep,name=baodi5,proto3" json:"baodi5" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 5星保底次数 key 阵营类型 value count
Count map [ int32 ] int32 ` protobuf:"bytes,14,rep,name=count,proto3" json:"count" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 抽卡次数 key 阵营类型 value count
Peach map [ int32 ] bool ` protobuf:"bytes,15,rep,name=peach,proto3" json:"peach" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 记录圣桃结实已领取的奖励
Limit map [ string ] int64 ` protobuf:"bytes,16,rep,name=limit,proto3" json:"limit" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 限定抽卡 key:英雄id value 冷却结束时间
LimitHero string ` protobuf:"bytes,17,opt,name=limitHero,proto3" json:"limitHero" ` // 默认值为0 需客户端 查表读取默认字段
Wish map [ string ] int64 ` protobuf:"bytes,18,rep,name=wish,proto3" json:"wish" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3" ` // 许愿招募 key:英雄id value 冷却结束时间
WishHero string ` protobuf:"bytes,19,opt,name=wishHero,proto3" json:"wishHero" ` // 当前许愿英雄 (默认值为0 需客户端 查表读取默认字段)
Peachreward bool ` protobuf:"varint,20,opt,name=peachreward,proto3" json:"peachreward" ` // 圣桃结实已领取奖励
}
func ( x * DBHeroRecord ) Reset ( ) {
@ -497,6 +498,13 @@ func (x *DBHeroRecord) GetWishHero() string {
return ""
}
func ( x * DBHeroRecord ) GetPeachreward ( ) bool {
if x != nil {
return x . Peachreward
}
return false
}
// 英雄天赋系统
type DBHeroTalent struct {
state protoimpl . MessageState
@ -660,7 +668,7 @@ var file_hero_hero_db_proto_rawDesc = []byte{
0x65 , 0x74 , 0x74 , 0x65 , 0x72 , 0x73 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b ,
0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x22 , 0x b4 , 0x09 , 0x0a , 0x0c , 0x44 , 0x42 , 0x48 , 0x65 ,
0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x22 , 0x d6 , 0x09 , 0x0a , 0x0c , 0x44 , 0x42 , 0x48 , 0x65 ,
0x72 , 0x6f , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 , 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 , 0x6d , 0x74 ,
@ -702,56 +710,58 @@ var file_hero_hero_db_proto_rawDesc = []byte{
0x0b , 0x32 , 0x17 , 0x2e , 0x44 , 0x42 , 0x48 , 0x65 , 0x72 , 0x6f , 0x52 , 0x65 , 0x63 , 0x6f , 0x72 , 0x64 ,
0x2e , 0x57 , 0x69 , 0x73 , 0x68 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x04 , 0x77 , 0x69 , 0x73 , 0x68 ,
0x12 , 0x1a , 0x0a , 0x08 , 0x77 , 0x69 , 0x73 , 0x68 , 0x48 , 0x65 , 0x72 , 0x6f , 0x18 , 0x13 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x08 , 0x77 , 0x69 , 0x73 , 0x68 , 0x48 , 0x65 , 0x72 , 0x6f , 0x1a , 0x3c , 0x0a , 0x0e ,
0x43 , 0x6f , 0x6e , 0x64 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 ,
0x28 , 0x09 , 0x52 , 0x08 , 0x77 , 0x69 , 0x73 , 0x68 , 0x48 , 0x65 , 0x72 , 0x6f , 0x12 , 0x20 , 0x0a , 0x0b ,
0x70 , 0x65 , 0x61 , 0x63 , 0x68 , 0x72 , 0x65 , 0x77 , 0x61 , 0x72 , 0x64 , 0x18 , 0x14 , 0x20 , 0x01 , 0x28 ,
0x08 , 0x52 , 0x0b , 0x70 , 0x65 , 0x61 , 0x63 , 0x68 , 0x72 , 0x65 , 0x77 , 0x61 , 0x72 , 0x64 , 0x1a , 0x3c ,
0x0a , 0x0e , 0x43 , 0x6f , 0x6e , 0x64 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 ,
0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b ,
0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x3c , 0x0a , 0x0e ,
0x53 , 0x74 , 0x61 , 0x72 , 0x35 , 0x48 , 0x65 , 0x72 , 0x6f , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 ,
0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 ,
0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x3c , 0x0a , 0x0e , 0x53 , 0x74 ,
0x61 , 0x72 , 0x35 , 0x48 , 0x65 , 0x72 , 0x6f , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 ,
0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 ,
0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x37 , 0x0a , 0x09 , 0x52 , 0x61 , 0x63 , 0x65 ,
0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 ,
0x01 , 0x1a , 0x39 , 0x0a , 0x0b , 0x42 , 0x61 , 0x6f , 0x64 , 0x69 , 0x34 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 ,
0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b ,
0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x39 , 0x0a , 0x0b ,
0x42 , 0x61 , 0x6f , 0x64 , 0x69 , 0x35 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b ,
0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x38 , 0x0a , 0x0a , 0x43 , 0x6f , 0x75 , 0x6e , 0x74 ,
0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 ,
0x01 , 0x1a , 0x38 , 0x0a , 0x0a , 0x50 , 0x65 , 0x61 , 0x63 , 0x68 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 ,
0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 ,
0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x08 ,
0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x38 , 0x0a , 0x0a , 0x4c ,
0x69 , 0x6d , 0x69 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 ,
0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x37 , 0x0a , 0x09 , 0x57 , 0x69 , 0x73 , 0x68 , 0x45 , 0x6e , 0x74 ,
0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x37 , 0x0a , 0x09 , 0x52 , 0x61 ,
0x63 , 0x65 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a ,
0x02 , 0x38 , 0x01 , 0x1a , 0x39 , 0x0a , 0x0b , 0x42 , 0x61 , 0x6f , 0x64 , 0x69 , 0x34 , 0x45 , 0x6e , 0x74 ,
0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 ,
0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 ,
0x01 , 0x28 , 0x03 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x22 , 0xb6 ,
0x01 , 0x0a , 0x0c , 0x44 , 0x42 , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 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 , 0x16 , 0x0a , 0x06 , 0x68 , 0x65 , 0x72 , 0x6f , 0x49 , 0x64 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x06 , 0x68 , 0x65 , 0x72 , 0x6f , 0x49 , 0x64 , 0x12 , 0x31 , 0x0a , 0x06 , 0x74 , 0x61 , 0x6c ,
0x65 , 0x6e , 0x74 , 0x18 , 0x04 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x19 , 0x2e , 0x44 , 0x42 , 0x48 , 0x65 ,
0x72 , 0x6f , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x2e , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x45 ,
0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x06 , 0x74 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x1a , 0x39 , 0x0a , 0x0b ,
0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b ,
0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x2a , 0x2f , 0x0a , 0x08 , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 ,
0x79 , 0x70 , 0x65 , 0x12 , 0x0f , 0x0a , 0x0b , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x79 , 0x70 , 0x65 , 0x4e ,
0x69 , 0x6c , 0x10 , 0x00 , 0x12 , 0x12 , 0x0a , 0x0e , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x79 , 0x70 , 0x65 ,
0x4b , 0x6f , 0x6e , 0x67 , 0x46 , 0x75 , 0x10 , 0x01 , 0x42 , 0x06 , 0x5a , 0x04 , 0x2e , 0x3b , 0x70 , 0x62 ,
0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x39 ,
0x0a , 0x0b , 0x42 , 0x61 , 0x6f , 0x64 , 0x69 , 0x35 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 ,
0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 ,
0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x38 , 0x0a , 0x0a , 0x43 , 0x6f , 0x75 ,
0x6e , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a ,
0x02 , 0x38 , 0x01 , 0x1a , 0x38 , 0x0a , 0x0a , 0x50 , 0x65 , 0x61 , 0x63 , 0x68 , 0x45 , 0x6e , 0x74 , 0x72 ,
0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 ,
0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 ,
0x28 , 0x08 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x38 , 0x0a ,
0x0a , 0x4c , 0x69 , 0x6d , 0x69 , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b ,
0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x05 , 0x76 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x1a , 0x37 , 0x0a , 0x09 , 0x57 , 0x69 , 0x73 , 0x68 , 0x45 ,
0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 ,
0x22 , 0xb6 , 0x01 , 0x0a , 0x0c , 0x44 , 0x42 , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e ,
0x74 , 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 , 0x16 , 0x0a , 0x06 , 0x68 , 0x65 , 0x72 , 0x6f , 0x49 , 0x64 , 0x18 , 0x03 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x68 , 0x65 , 0x72 , 0x6f , 0x49 , 0x64 , 0x12 , 0x31 , 0x0a , 0x06 , 0x74 ,
0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x18 , 0x04 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x19 , 0x2e , 0x44 , 0x42 ,
0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x2e , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e ,
0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x06 , 0x74 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x1a , 0x39 ,
0x0a , 0x0b , 0x54 , 0x61 , 0x6c , 0x65 , 0x6e , 0x74 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 ,
0x14 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x05 ,
0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x2a , 0x2f , 0x0a , 0x08 , 0x48 , 0x65 , 0x72 ,
0x6f , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x0f , 0x0a , 0x0b , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x79 , 0x70 ,
0x65 , 0x4e , 0x69 , 0x6c , 0x10 , 0x00 , 0x12 , 0x12 , 0x0a , 0x0e , 0x48 , 0x65 , 0x72 , 0x6f , 0x54 , 0x79 ,
0x70 , 0x65 , 0x4b , 0x6f , 0x6e , 0x67 , 0x46 , 0x75 , 0x10 , 0x01 , 0x42 , 0x06 , 0x5a , 0x04 , 0x2e , 0x3b ,
0x70 , 0x62 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (