// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: viking/viking_msg.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 VikingGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *VikingGetListReq) Reset() { *x = VikingGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingGetListReq) ProtoMessage() {} func (x *VikingGetListReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingGetListReq.ProtoReflect.Descriptor instead. func (*VikingGetListReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{0} } type VikingGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBViking `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *VikingGetListResp) Reset() { *x = VikingGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingGetListResp) ProtoMessage() {} func (x *VikingGetListResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingGetListResp.ProtoReflect.Descriptor instead. func (*VikingGetListResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{1} } func (x *VikingGetListResp) GetData() *DBViking { if x != nil { return x.Data } return nil } // 挑战 type VikingChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BossId int32 `protobuf:"varint,1,opt,name=bossId,proto3" json:"bossId"` // boos 类型 Difficulty int32 `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty"` // 难度 Battle *BattleFormation `protobuf:"bytes,3,opt,name=battle,proto3" json:"battle"` AutoBuy bool `protobuf:"varint,4,opt,name=autoBuy,proto3" json:"autoBuy"` // 自动购买 } func (x *VikingChallengeReq) Reset() { *x = VikingChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingChallengeReq) ProtoMessage() {} func (x *VikingChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingChallengeReq.ProtoReflect.Descriptor instead. func (*VikingChallengeReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{2} } func (x *VikingChallengeReq) GetBossId() int32 { if x != nil { return x.BossId } return 0 } func (x *VikingChallengeReq) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } func (x *VikingChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } func (x *VikingChallengeReq) GetAutoBuy() bool { if x != nil { return x.AutoBuy } return false } type VikingChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` BossId int32 `protobuf:"varint,2,opt,name=bossId,proto3" json:"bossId"` // boos 类型 Difficulty int32 `protobuf:"varint,3,opt,name=difficulty,proto3" json:"difficulty"` // 难度 } func (x *VikingChallengeResp) Reset() { *x = VikingChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingChallengeResp) ProtoMessage() {} func (x *VikingChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingChallengeResp.ProtoReflect.Descriptor instead. func (*VikingChallengeResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{3} } func (x *VikingChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } func (x *VikingChallengeResp) GetBossId() int32 { if x != nil { return x.BossId } return 0 } func (x *VikingChallengeResp) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } type VikingChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BossId int32 `protobuf:"varint,1,opt,name=bossId,proto3" json:"bossId"` // boos 类型 Difficulty int32 `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty"` // 难度 Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报 Star []int32 `protobuf:"varint,4,rep,packed,name=star,proto3" json:"star"` // 自动出售装备的星级 Auto int32 `protobuf:"varint,5,opt,name=auto,proto3" json:"auto"` // 是否是连续自动战斗 } func (x *VikingChallengeOverReq) Reset() { *x = VikingChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingChallengeOverReq) ProtoMessage() {} func (x *VikingChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingChallengeOverReq.ProtoReflect.Descriptor instead. func (*VikingChallengeOverReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{4} } func (x *VikingChallengeOverReq) GetBossId() int32 { if x != nil { return x.BossId } return 0 } func (x *VikingChallengeOverReq) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } func (x *VikingChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } func (x *VikingChallengeOverReq) GetStar() []int32 { if x != nil { return x.Star } return nil } func (x *VikingChallengeOverReq) GetAuto() int32 { if x != nil { return x.Auto } return 0 } // 客户端通知服务器打赢了 type VikingChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBViking `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` Asset []*UserAtno `protobuf:"bytes,2,rep,name=asset,proto3" json:"asset"` // 推送atno Sell []string `protobuf:"bytes,3,rep,name=sell,proto3" json:"sell"` // 自动出售的装备 Heroexp map[string]int32 `protobuf:"bytes,4,rep,name=heroexp,proto3" json:"heroexp" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 英雄获得经验 } func (x *VikingChallengeOverResp) Reset() { *x = VikingChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingChallengeOverResp) ProtoMessage() {} func (x *VikingChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingChallengeOverResp.ProtoReflect.Descriptor instead. func (*VikingChallengeOverResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{5} } func (x *VikingChallengeOverResp) GetData() *DBViking { if x != nil { return x.Data } return nil } func (x *VikingChallengeOverResp) GetAsset() []*UserAtno { if x != nil { return x.Asset } return nil } func (x *VikingChallengeOverResp) GetSell() []string { if x != nil { return x.Sell } return nil } func (x *VikingChallengeOverResp) GetHeroexp() map[string]int32 { if x != nil { return x.Heroexp } return nil } // 扫荡 type VikingSweepReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BossId int32 `protobuf:"varint,1,opt,name=bossId,proto3" json:"bossId"` // boos 类型 Difficulty int32 `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty"` // 难度 Battle *BattleFormation `protobuf:"bytes,3,opt,name=battle,proto3" json:"battle"` Sweepnum int32 `protobuf:"varint,4,opt,name=sweepnum,proto3" json:"sweepnum"` //扫荡结束 Isfailend bool `protobuf:"varint,5,opt,name=isfailend,proto3" json:"isfailend"` //失败是否结束 Sweepgroup int32 `protobuf:"varint,6,opt,name=sweepgroup,proto3" json:"sweepgroup"` //扫荡组 } func (x *VikingSweepReq) Reset() { *x = VikingSweepReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingSweepReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingSweepReq) ProtoMessage() {} func (x *VikingSweepReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingSweepReq.ProtoReflect.Descriptor instead. func (*VikingSweepReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{6} } func (x *VikingSweepReq) GetBossId() int32 { if x != nil { return x.BossId } return 0 } func (x *VikingSweepReq) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } func (x *VikingSweepReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } func (x *VikingSweepReq) GetSweepnum() int32 { if x != nil { return x.Sweepnum } return 0 } func (x *VikingSweepReq) GetIsfailend() bool { if x != nil { return x.Isfailend } return false } func (x *VikingSweepReq) GetSweepgroup() int32 { if x != nil { return x.Sweepgroup } return 0 } //扫荡结果 type VikingSweepResult struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Battleid string `protobuf:"bytes,1,opt,name=battleid,proto3" json:"battleid"` //战斗id Iswin bool `protobuf:"varint,2,opt,name=iswin,proto3" json:"iswin"` //是否胜利 Rounds int32 `protobuf:"varint,4,opt,name=rounds,proto3" json:"rounds"` //回合数 Consume []*UserAssets `protobuf:"bytes,5,rep,name=consume,proto3" json:"consume"` //消耗材料 Award []*UserAtno `protobuf:"bytes,6,rep,name=award,proto3" json:"award"` //奖励字段 Heroexp map[string]int32 `protobuf:"bytes,7,rep,name=heroexp,proto3" json:"heroexp" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 英雄获得经验 } func (x *VikingSweepResult) Reset() { *x = VikingSweepResult{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingSweepResult) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingSweepResult) ProtoMessage() {} func (x *VikingSweepResult) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingSweepResult.ProtoReflect.Descriptor instead. func (*VikingSweepResult) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{7} } func (x *VikingSweepResult) GetBattleid() string { if x != nil { return x.Battleid } return "" } func (x *VikingSweepResult) GetIswin() bool { if x != nil { return x.Iswin } return false } func (x *VikingSweepResult) GetRounds() int32 { if x != nil { return x.Rounds } return 0 } func (x *VikingSweepResult) GetConsume() []*UserAssets { if x != nil { return x.Consume } return nil } func (x *VikingSweepResult) GetAward() []*UserAtno { if x != nil { return x.Award } return nil } func (x *VikingSweepResult) GetHeroexp() map[string]int32 { if x != nil { return x.Heroexp } return nil } // 扫荡 回应 type VikingSweepResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result []*VikingSweepResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result"` } func (x *VikingSweepResp) Reset() { *x = VikingSweepResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingSweepResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingSweepResp) ProtoMessage() {} func (x *VikingSweepResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_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 VikingSweepResp.ProtoReflect.Descriptor instead. func (*VikingSweepResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{8} } func (x *VikingSweepResp) GetResult() []*VikingSweepResult { if x != nil { return x.Result } return nil } // 购买 type VikingBuyReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count"` // 购买次数 } func (x *VikingBuyReq) Reset() { *x = VikingBuyReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingBuyReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingBuyReq) ProtoMessage() {} func (x *VikingBuyReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[9] 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 VikingBuyReq.ProtoReflect.Descriptor instead. func (*VikingBuyReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{9} } func (x *VikingBuyReq) GetCount() int32 { if x != nil { return x.Count } return 0 } type VikingBuyResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBViking `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *VikingBuyResp) Reset() { *x = VikingBuyResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingBuyResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingBuyResp) ProtoMessage() {} func (x *VikingBuyResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[10] 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 VikingBuyResp.ProtoReflect.Descriptor instead. func (*VikingBuyResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{10} } func (x *VikingBuyResp) GetData() *DBViking { if x != nil { return x.Data } return nil } // 排行榜 type VikingRankListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BoosType int32 `protobuf:"varint,1,opt,name=boosType,proto3" json:"boosType"` // boss 类型 } func (x *VikingRankListReq) Reset() { *x = VikingRankListReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingRankListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingRankListReq) ProtoMessage() {} func (x *VikingRankListReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[11] 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 VikingRankListReq.ProtoReflect.Descriptor instead. func (*VikingRankListReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{11} } func (x *VikingRankListReq) GetBoosType() int32 { if x != nil { return x.BoosType } return 0 } type VikingRankListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ranks []*DBVikingRank `protobuf:"bytes,1,rep,name=ranks,proto3" json:"ranks"` // 排行数据 有序的 注意boss类型 Franks []*DBVikingRank `protobuf:"bytes,2,rep,name=franks,proto3" json:"franks"` // 好友排行数据 无序的 } func (x *VikingRankListResp) Reset() { *x = VikingRankListResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingRankListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingRankListResp) ProtoMessage() {} func (x *VikingRankListResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[12] 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 VikingRankListResp.ProtoReflect.Descriptor instead. func (*VikingRankListResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{12} } func (x *VikingRankListResp) GetRanks() []*DBVikingRank { if x != nil { return x.Ranks } return nil } func (x *VikingRankListResp) GetFranks() []*DBVikingRank { if x != nil { return x.Franks } return nil } // 排行榜 type VikingSeasonRankReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BoosType int32 `protobuf:"varint,1,opt,name=boosType,proto3" json:"boosType"` // boss 类型 } func (x *VikingSeasonRankReq) Reset() { *x = VikingSeasonRankReq{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingSeasonRankReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingSeasonRankReq) ProtoMessage() {} func (x *VikingSeasonRankReq) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[13] 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 VikingSeasonRankReq.ProtoReflect.Descriptor instead. func (*VikingSeasonRankReq) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{13} } func (x *VikingSeasonRankReq) GetBoosType() int32 { if x != nil { return x.BoosType } return 0 } type VikingSeasonRankResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ranks []*DBVikingSRank `protobuf:"bytes,1,rep,name=ranks,proto3" json:"ranks"` // 排行数据 有序的 注意boss类型 Etime int64 `protobuf:"varint,2,opt,name=etime,proto3" json:"etime"` } func (x *VikingSeasonRankResp) Reset() { *x = VikingSeasonRankResp{} if protoimpl.UnsafeEnabled { mi := &file_viking_viking_msg_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VikingSeasonRankResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*VikingSeasonRankResp) ProtoMessage() {} func (x *VikingSeasonRankResp) ProtoReflect() protoreflect.Message { mi := &file_viking_viking_msg_proto_msgTypes[14] 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 VikingSeasonRankResp.ProtoReflect.Descriptor instead. func (*VikingSeasonRankResp) Descriptor() ([]byte, []int) { return file_viking_viking_msg_proto_rawDescGZIP(), []int{14} } func (x *VikingSeasonRankResp) GetRanks() []*DBVikingSRank { if x != nil { return x.Ranks } return nil } func (x *VikingSeasonRankResp) GetEtime() int64 { if x != nil { return x.Etime } return 0 } var File_viking_viking_msg_proto protoreflect.FileDescriptor var file_viking_viking_msg_proto_rawDesc = []byte{ 0x0a, 0x17, 0x76, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x76, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x2f, 0x76, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x64, 0x62, 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, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x12, 0x0a, 0x10, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x32, 0x0a, 0x11, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x90, 0x01, 0x0a, 0x12, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x75, 0x74, 0x6f, 0x42, 0x75, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x61, 0x75, 0x74, 0x6f, 0x42, 0x75, 0x79, 0x22, 0x6e, 0x0a, 0x13, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x22, 0x9f, 0x01, 0x0a, 0x16, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52, 0x04, 0x73, 0x74, 0x61, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x61, 0x75, 0x74, 0x6f, 0x22, 0xea, 0x01, 0x0a, 0x17, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x73, 0x73, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x65, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x73, 0x65, 0x6c, 0x6c, 0x12, 0x3f, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 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, 0xcc, 0x01, 0x0a, 0x0e, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x65, 0x65, 0x70, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x77, 0x65, 0x65, 0x70, 0x6e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x77, 0x65, 0x65, 0x70, 0x6e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x77, 0x65, 0x65, 0x70, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x77, 0x65, 0x65, 0x70, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x9c, 0x02, 0x0a, 0x11, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x65, 0x65, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x77, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x77, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x73, 0x12, 0x25, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x12, 0x39, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x65, 0x65, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 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, 0x3d, 0x0a, 0x0f, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x65, 0x65, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2a, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x77, 0x65, 0x65, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x24, 0x0a, 0x0c, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x79, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x2e, 0x0a, 0x0d, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2f, 0x0a, 0x11, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x60, 0x0a, 0x12, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x12, 0x25, 0x0a, 0x06, 0x66, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x06, 0x66, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x22, 0x31, 0x0a, 0x13, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x22, 0x52, 0x0a, 0x14, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x56, 0x69, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_viking_viking_msg_proto_rawDescOnce sync.Once file_viking_viking_msg_proto_rawDescData = file_viking_viking_msg_proto_rawDesc ) func file_viking_viking_msg_proto_rawDescGZIP() []byte { file_viking_viking_msg_proto_rawDescOnce.Do(func() { file_viking_viking_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_viking_viking_msg_proto_rawDescData) }) return file_viking_viking_msg_proto_rawDescData } var file_viking_viking_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 17) var file_viking_viking_msg_proto_goTypes = []interface{}{ (*VikingGetListReq)(nil), // 0: VikingGetListReq (*VikingGetListResp)(nil), // 1: VikingGetListResp (*VikingChallengeReq)(nil), // 2: VikingChallengeReq (*VikingChallengeResp)(nil), // 3: VikingChallengeResp (*VikingChallengeOverReq)(nil), // 4: VikingChallengeOverReq (*VikingChallengeOverResp)(nil), // 5: VikingChallengeOverResp (*VikingSweepReq)(nil), // 6: VikingSweepReq (*VikingSweepResult)(nil), // 7: VikingSweepResult (*VikingSweepResp)(nil), // 8: VikingSweepResp (*VikingBuyReq)(nil), // 9: VikingBuyReq (*VikingBuyResp)(nil), // 10: VikingBuyResp (*VikingRankListReq)(nil), // 11: VikingRankListReq (*VikingRankListResp)(nil), // 12: VikingRankListResp (*VikingSeasonRankReq)(nil), // 13: VikingSeasonRankReq (*VikingSeasonRankResp)(nil), // 14: VikingSeasonRankResp nil, // 15: VikingChallengeOverResp.HeroexpEntry nil, // 16: VikingSweepResult.HeroexpEntry (*DBViking)(nil), // 17: DBViking (*BattleFormation)(nil), // 18: BattleFormation (*BattleInfo)(nil), // 19: BattleInfo (*BattleReport)(nil), // 20: BattleReport (*UserAtno)(nil), // 21: UserAtno (*UserAssets)(nil), // 22: UserAssets (*DBVikingRank)(nil), // 23: DBVikingRank (*DBVikingSRank)(nil), // 24: DBVikingSRank } var file_viking_viking_msg_proto_depIdxs = []int32{ 17, // 0: VikingGetListResp.data:type_name -> DBViking 18, // 1: VikingChallengeReq.battle:type_name -> BattleFormation 19, // 2: VikingChallengeResp.info:type_name -> BattleInfo 20, // 3: VikingChallengeOverReq.report:type_name -> BattleReport 17, // 4: VikingChallengeOverResp.data:type_name -> DBViking 21, // 5: VikingChallengeOverResp.asset:type_name -> UserAtno 15, // 6: VikingChallengeOverResp.heroexp:type_name -> VikingChallengeOverResp.HeroexpEntry 18, // 7: VikingSweepReq.battle:type_name -> BattleFormation 22, // 8: VikingSweepResult.consume:type_name -> UserAssets 21, // 9: VikingSweepResult.award:type_name -> UserAtno 16, // 10: VikingSweepResult.heroexp:type_name -> VikingSweepResult.HeroexpEntry 7, // 11: VikingSweepResp.result:type_name -> VikingSweepResult 17, // 12: VikingBuyResp.data:type_name -> DBViking 23, // 13: VikingRankListResp.ranks:type_name -> DBVikingRank 23, // 14: VikingRankListResp.franks:type_name -> DBVikingRank 24, // 15: VikingSeasonRankResp.ranks:type_name -> DBVikingSRank 16, // [16:16] is the sub-list for method output_type 16, // [16:16] is the sub-list for method input_type 16, // [16:16] is the sub-list for extension type_name 16, // [16:16] is the sub-list for extension extendee 0, // [0:16] is the sub-list for field type_name } func init() { file_viking_viking_msg_proto_init() } func file_viking_viking_msg_proto_init() { if File_viking_viking_msg_proto != nil { return } file_viking_viking_db_proto_init() file_battle_battle_msg_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_viking_viking_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingSweepReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingSweepResult); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingSweepResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingBuyReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingBuyResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingRankListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingRankListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingSeasonRankReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_viking_viking_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VikingSeasonRankResp); 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_viking_viking_msg_proto_rawDesc, NumEnums: 0, NumMessages: 17, NumExtensions: 0, NumServices: 0, }, GoTypes: file_viking_viking_msg_proto_goTypes, DependencyIndexes: file_viking_viking_msg_proto_depIdxs, MessageInfos: file_viking_viking_msg_proto_msgTypes, }.Build() File_viking_viking_msg_proto = out.File file_viking_viking_msg_proto_rawDesc = nil file_viking_viking_msg_proto_goTypes = nil file_viking_viking_msg_proto_depIdxs = nil }