528 lines
21 KiB
Go
528 lines
21 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: integral/integral_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)
|
|
)
|
|
|
|
type DBIntegralBoss struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //ID
|
|
Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid" bson:"uid"` //用户ID
|
|
Itype int32 `protobuf:"varint,3,opt,name=itype,proto3" json:"itype"` // boss 类型 1 难度模式 2 事件模式
|
|
Count int32 `protobuf:"varint,4,opt,name=count,proto3" json:"count"` // 今日挑战次数
|
|
CTime int64 `protobuf:"varint,5,opt,name=cTime,proto3" json:"cTime" bson:"cTime"` //修改时间
|
|
Etime int64 `protobuf:"varint,6,opt,name=etime,proto3" json:"etime"` // 活动结束时间
|
|
Hid int32 `protobuf:"varint,7,opt,name=hid,proto3" json:"hid"` // 活动id
|
|
Maxscore int32 `protobuf:"varint,8,opt,name=maxscore,proto3" json:"maxscore"` // 最大积分
|
|
Totalscore int32 `protobuf:"varint,9,opt,name=totalscore,proto3" json:"totalscore"` // 累计积分
|
|
Reward1 int32 `protobuf:"varint,10,opt,name=reward1,proto3" json:"reward1"` // 类型1 奖励( Integralreward )
|
|
Reward2 int32 `protobuf:"varint,11,opt,name=reward2,proto3" json:"reward2"` // 类型2 奖励( Integralreward )
|
|
Buff map[int32]int32 `protobuf:"bytes,12,rep,name=buff,proto3" json:"buff" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 激活的buff (key Integralcondition value :0 未激活) 注:事件类型 才有值
|
|
Nandu int32 `protobuf:"varint,13,opt,name=nandu,proto3" json:"nandu"` // 已经解锁的难度
|
|
Score map[int32]int32 `protobuf:"bytes,14,rep,name=score,proto3" json:"score" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // key 难度 value 积分
|
|
Uinfo *BaseUserInfo `protobuf:"bytes,15,opt,name=uinfo,proto3" json:"uinfo"` //用户基础
|
|
Line map[int32]*LineData `protobuf:"bytes,16,rep,name=line,proto3" json:"line" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
Achieve map[int32]int32 `protobuf:"bytes,17,rep,name=achieve,proto3" json:"achieve" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 成就奖励 key 成就id
|
|
Carrybuff map[int32]*FreightBuff `protobuf:"bytes,18,rep,name=carrybuff,proto3" json:"carrybuff" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 携带的buff
|
|
}
|
|
|
|
func (x *DBIntegralBoss) Reset() {
|
|
*x = DBIntegralBoss{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_integral_integral_db_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DBIntegralBoss) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DBIntegralBoss) ProtoMessage() {}
|
|
|
|
func (x *DBIntegralBoss) ProtoReflect() protoreflect.Message {
|
|
mi := &file_integral_integral_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 DBIntegralBoss.ProtoReflect.Descriptor instead.
|
|
func (*DBIntegralBoss) Descriptor() ([]byte, []int) {
|
|
return file_integral_integral_db_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetItype() int32 {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetCount() int32 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetCTime() int64 {
|
|
if x != nil {
|
|
return x.CTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetEtime() int64 {
|
|
if x != nil {
|
|
return x.Etime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetHid() int32 {
|
|
if x != nil {
|
|
return x.Hid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetMaxscore() int32 {
|
|
if x != nil {
|
|
return x.Maxscore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetTotalscore() int32 {
|
|
if x != nil {
|
|
return x.Totalscore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetReward1() int32 {
|
|
if x != nil {
|
|
return x.Reward1
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetReward2() int32 {
|
|
if x != nil {
|
|
return x.Reward2
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetBuff() map[int32]int32 {
|
|
if x != nil {
|
|
return x.Buff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetNandu() int32 {
|
|
if x != nil {
|
|
return x.Nandu
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetScore() map[int32]int32 {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetUinfo() *BaseUserInfo {
|
|
if x != nil {
|
|
return x.Uinfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetLine() map[int32]*LineData {
|
|
if x != nil {
|
|
return x.Line
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetAchieve() map[int32]int32 {
|
|
if x != nil {
|
|
return x.Achieve
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralBoss) GetCarrybuff() map[int32]*FreightBuff {
|
|
if x != nil {
|
|
return x.Carrybuff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FreightBuff struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Buff []int32 `protobuf:"varint,1,rep,packed,name=buff,proto3" json:"buff"`
|
|
}
|
|
|
|
func (x *FreightBuff) Reset() {
|
|
*x = FreightBuff{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_integral_integral_db_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FreightBuff) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FreightBuff) ProtoMessage() {}
|
|
|
|
func (x *FreightBuff) ProtoReflect() protoreflect.Message {
|
|
mi := &file_integral_integral_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 FreightBuff.ProtoReflect.Descriptor instead.
|
|
func (*FreightBuff) Descriptor() ([]byte, []int) {
|
|
return file_integral_integral_db_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *FreightBuff) GetBuff() []int32 {
|
|
if x != nil {
|
|
return x.Buff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 积分boss 排行
|
|
type DBIntegralRank struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //ID
|
|
Uinfo *BaseUserInfo `protobuf:"bytes,2,opt,name=uinfo,proto3" json:"uinfo"` //用户基础
|
|
Nandu int32 `protobuf:"varint,3,opt,name=nandu,proto3" json:"nandu"`
|
|
Score int32 `protobuf:"varint,4,opt,name=score,proto3" json:"score"` // 积分
|
|
Line *LineData `protobuf:"bytes,5,opt,name=line,proto3" json:"line"` // 阵容信息
|
|
Buff []int32 `protobuf:"varint,6,rep,packed,name=buff,proto3" json:"buff"`
|
|
}
|
|
|
|
func (x *DBIntegralRank) Reset() {
|
|
*x = DBIntegralRank{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_integral_integral_db_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DBIntegralRank) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DBIntegralRank) ProtoMessage() {}
|
|
|
|
func (x *DBIntegralRank) ProtoReflect() protoreflect.Message {
|
|
mi := &file_integral_integral_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 DBIntegralRank.ProtoReflect.Descriptor instead.
|
|
func (*DBIntegralRank) Descriptor() ([]byte, []int) {
|
|
return file_integral_integral_db_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetUinfo() *BaseUserInfo {
|
|
if x != nil {
|
|
return x.Uinfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetNandu() int32 {
|
|
if x != nil {
|
|
return x.Nandu
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetScore() int32 {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetLine() *LineData {
|
|
if x != nil {
|
|
return x.Line
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DBIntegralRank) GetBuff() []int32 {
|
|
if x != nil {
|
|
return x.Buff
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_integral_integral_db_proto protoreflect.FileDescriptor
|
|
|
|
var file_integral_integral_db_proto_rawDesc = []byte{
|
|
0x0a, 0x1a, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67,
|
|
0x72, 0x61, 0x6c, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f,
|
|
0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65,
|
|
0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x22, 0x8c, 0x07, 0x0a, 0x0e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c,
|
|
0x42, 0x6f, 0x73, 0x73, 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, 0x69, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x05, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d,
|
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x10,
|
|
0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x68, 0x69, 0x64,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, 0x78, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x08, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x74, 0x6f, 0x74, 0x61, 0x6c, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x31, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72,
|
|
0x65, 0x77, 0x61, 0x72, 0x64, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64,
|
|
0x32, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x32,
|
|
0x12, 0x2d, 0x0a, 0x04, 0x62, 0x75, 0x66, 0x66, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19,
|
|
0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x2e,
|
|
0x42, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x62, 0x75, 0x66, 0x66, 0x12,
|
|
0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
0x6e, 0x61, 0x6e, 0x64, 0x75, 0x12, 0x30, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x0e,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
|
|
0x6c, 0x42, 0x6f, 0x73, 0x73, 0x2e, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79,
|
|
0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x05, 0x75, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65,
|
|
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x75, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x2d, 0x0a, 0x04,
|
|
0x6c, 0x69, 0x6e, 0x65, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x44, 0x42, 0x49,
|
|
0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x2e, 0x4c, 0x69, 0x6e, 0x65,
|
|
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x61,
|
|
0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x44,
|
|
0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x2e, 0x41, 0x63,
|
|
0x68, 0x69, 0x65, 0x76, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x61, 0x63, 0x68, 0x69,
|
|
0x65, 0x76, 0x65, 0x12, 0x3c, 0x0a, 0x09, 0x63, 0x61, 0x72, 0x72, 0x79, 0x62, 0x75, 0x66, 0x66,
|
|
0x18, 0x12, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67,
|
|
0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x2e, 0x43, 0x61, 0x72, 0x72, 0x79, 0x62, 0x75, 0x66,
|
|
0x66, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x63, 0x61, 0x72, 0x72, 0x79, 0x62, 0x75, 0x66,
|
|
0x66, 0x1a, 0x37, 0x0a, 0x09, 0x42, 0x75, 0x66, 0x66, 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, 0x53, 0x63,
|
|
0x6f, 0x72, 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, 0x42, 0x0a, 0x09, 0x4c, 0x69, 0x6e, 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, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4c, 0x69, 0x6e, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76,
|
|
0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, 0x0c, 0x41, 0x63, 0x68, 0x69,
|
|
0x65, 0x76, 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, 0x4a, 0x0a, 0x0e, 0x43, 0x61, 0x72, 0x72, 0x79, 0x62, 0x75, 0x66,
|
|
0x66, 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, 0x46, 0x72, 0x65, 0x69, 0x67, 0x68,
|
|
0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
|
|
0x22, 0x21, 0x0a, 0x0b, 0x46, 0x72, 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x75, 0x66, 0x66, 0x12,
|
|
0x12, 0x0a, 0x04, 0x62, 0x75, 0x66, 0x66, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x04, 0x62,
|
|
0x75, 0x66, 0x66, 0x22, 0xa4, 0x01, 0x0a, 0x0e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72,
|
|
0x61, 0x6c, 0x52, 0x61, 0x6e, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a, 0x05, 0x75, 0x69, 0x6e, 0x66, 0x6f, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x75, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6e,
|
|
0x61, 0x6e, 0x64, 0x75, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6e, 0x61, 0x6e, 0x64,
|
|
0x75, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x1d, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4c, 0x69, 0x6e, 0x65, 0x44, 0x61, 0x74, 0x61,
|
|
0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x75, 0x66, 0x66, 0x18, 0x06,
|
|
0x20, 0x03, 0x28, 0x05, 0x52, 0x04, 0x62, 0x75, 0x66, 0x66, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b,
|
|
0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_integral_integral_db_proto_rawDescOnce sync.Once
|
|
file_integral_integral_db_proto_rawDescData = file_integral_integral_db_proto_rawDesc
|
|
)
|
|
|
|
func file_integral_integral_db_proto_rawDescGZIP() []byte {
|
|
file_integral_integral_db_proto_rawDescOnce.Do(func() {
|
|
file_integral_integral_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_integral_integral_db_proto_rawDescData)
|
|
})
|
|
return file_integral_integral_db_proto_rawDescData
|
|
}
|
|
|
|
var file_integral_integral_db_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
var file_integral_integral_db_proto_goTypes = []interface{}{
|
|
(*DBIntegralBoss)(nil), // 0: DBIntegralBoss
|
|
(*FreightBuff)(nil), // 1: FreightBuff
|
|
(*DBIntegralRank)(nil), // 2: DBIntegralRank
|
|
nil, // 3: DBIntegralBoss.BuffEntry
|
|
nil, // 4: DBIntegralBoss.ScoreEntry
|
|
nil, // 5: DBIntegralBoss.LineEntry
|
|
nil, // 6: DBIntegralBoss.AchieveEntry
|
|
nil, // 7: DBIntegralBoss.CarrybuffEntry
|
|
(*BaseUserInfo)(nil), // 8: BaseUserInfo
|
|
(*LineData)(nil), // 9: LineData
|
|
}
|
|
var file_integral_integral_db_proto_depIdxs = []int32{
|
|
3, // 0: DBIntegralBoss.buff:type_name -> DBIntegralBoss.BuffEntry
|
|
4, // 1: DBIntegralBoss.score:type_name -> DBIntegralBoss.ScoreEntry
|
|
8, // 2: DBIntegralBoss.uinfo:type_name -> BaseUserInfo
|
|
5, // 3: DBIntegralBoss.line:type_name -> DBIntegralBoss.LineEntry
|
|
6, // 4: DBIntegralBoss.achieve:type_name -> DBIntegralBoss.AchieveEntry
|
|
7, // 5: DBIntegralBoss.carrybuff:type_name -> DBIntegralBoss.CarrybuffEntry
|
|
8, // 6: DBIntegralRank.uinfo:type_name -> BaseUserInfo
|
|
9, // 7: DBIntegralRank.line:type_name -> LineData
|
|
9, // 8: DBIntegralBoss.LineEntry.value:type_name -> LineData
|
|
1, // 9: DBIntegralBoss.CarrybuffEntry.value:type_name -> FreightBuff
|
|
10, // [10:10] is the sub-list for method output_type
|
|
10, // [10:10] is the sub-list for method input_type
|
|
10, // [10:10] is the sub-list for extension type_name
|
|
10, // [10:10] is the sub-list for extension extendee
|
|
0, // [0:10] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_integral_integral_db_proto_init() }
|
|
func file_integral_integral_db_proto_init() {
|
|
if File_integral_integral_db_proto != nil {
|
|
return
|
|
}
|
|
file_comm_proto_init()
|
|
file_battle_battle_msg_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_integral_integral_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DBIntegralBoss); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_integral_integral_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FreightBuff); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_integral_integral_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DBIntegralRank); 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_integral_integral_db_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 8,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_integral_integral_db_proto_goTypes,
|
|
DependencyIndexes: file_integral_integral_db_proto_depIdxs,
|
|
MessageInfos: file_integral_integral_db_proto_msgTypes,
|
|
}.Build()
|
|
File_integral_integral_db_proto = out.File
|
|
file_integral_integral_db_proto_rawDesc = nil
|
|
file_integral_integral_db_proto_goTypes = nil
|
|
file_integral_integral_db_proto_depIdxs = nil
|
|
}
|