| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788 |
- // message结构的属性名请使用 驼峰小写字母开始
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.8
- // protoc v6.31.1
- // source: lord.proto
- package pb
- import (
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- // 领主信息
- type Lord struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 名称
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- // 等级
- Level int32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
- // 经验
- Exp int64 `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"`
- // 头像
- IconID int32 `protobuf:"varint,4,opt,name=iconID,proto3" json:"iconID,omitempty"`
- // 头像框
- FrameID int32 `protobuf:"varint,5,opt,name=frameID,proto3" json:"frameID,omitempty"`
- // 赛季ID
- SeasonID int32 `protobuf:"varint,10,opt,name=seasonID,proto3" json:"seasonID,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Lord) Reset() {
- *x = Lord{}
- mi := &file_lord_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Lord) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Lord) ProtoMessage() {}
- func (x *Lord) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Lord.ProtoReflect.Descriptor instead.
- func (*Lord) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{0}
- }
- func (x *Lord) GetName() string {
- if x != nil {
- return x.Name
- }
- return ""
- }
- func (x *Lord) GetLevel() int32 {
- if x != nil {
- return x.Level
- }
- return 0
- }
- func (x *Lord) GetExp() int64 {
- if x != nil {
- return x.Exp
- }
- return 0
- }
- func (x *Lord) GetIconID() int32 {
- if x != nil {
- return x.IconID
- }
- return 0
- }
- func (x *Lord) GetFrameID() int32 {
- if x != nil {
- return x.FrameID
- }
- return 0
- }
- func (x *Lord) GetSeasonID() int32 {
- if x != nil {
- return x.SeasonID
- }
- return 0
- }
- // 玩家详情
- type LordDetail struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 玩家Id
- PlayerID int64 `protobuf:"varint,1,opt,name=playerID,proto3" json:"playerID,omitempty"`
- // 玩家名称
- PlayerName string `protobuf:"bytes,2,opt,name=playerName,proto3" json:"playerName,omitempty"`
- // 玩家头像ID L-领主-外显表外显ID
- IconID int32 `protobuf:"varint,3,opt,name=iconID,proto3" json:"iconID,omitempty"`
- // 玩家头像框ID L-领主-外显表外显ID
- FrameID int32 `protobuf:"varint,4,opt,name=frameID,proto3" json:"frameID,omitempty"`
- // 背景ID L-领主-外显表外显ID
- BgID int32 `protobuf:"varint,5,opt,name=bgID,proto3" json:"bgID,omitempty"`
- // 个人简介
- Desc string `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
- // 当前赛季
- Season int32 `protobuf:"varint,7,opt,name=season,proto3" json:"season,omitempty"`
- // 沙盘编号
- MapNodeID string `protobuf:"bytes,8,opt,name=mapNodeID,proto3" json:"mapNodeID,omitempty"`
- // 所处州
- Province int32 `protobuf:"varint,9,opt,name=province,proto3" json:"province,omitempty"`
- // 征战天数
- TotalLoginDays int32 `protobuf:"varint,10,opt,name=totalLoginDays,proto3" json:"totalLoginDays,omitempty"`
- // 霸业次数
- GloryCount int32 `protobuf:"varint,11,opt,name=gloryCount,proto3" json:"gloryCount,omitempty"`
- // 问鼎次数
- SupremacyCount int32 `protobuf:"varint,12,opt,name=supremacyCount,proto3" json:"supremacyCount,omitempty"`
- // 联盟信息
- League *LeaguePlayerJob `protobuf:"bytes,13,opt,name=league,proto3" json:"league,omitempty"`
- // 声望信息
- Prestige *PrestigeDetail `protobuf:"bytes,14,opt,name=prestige,proto3" json:"prestige,omitempty"`
- // 功勋信息
- Glory *GloryDetail `protobuf:"bytes,15,opt,name=glory,proto3" json:"glory,omitempty"`
- // 展示数据
- ShowDatas *LordShowDataList `protobuf:"bytes,16,opt,name=showDatas,proto3" json:"showDatas,omitempty"`
- // 玩家坐标
- Point *Point `protobuf:"bytes,17,opt,name=point,proto3" json:"point,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *LordDetail) Reset() {
- *x = LordDetail{}
- mi := &file_lord_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *LordDetail) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LordDetail) ProtoMessage() {}
- func (x *LordDetail) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LordDetail.ProtoReflect.Descriptor instead.
- func (*LordDetail) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{1}
- }
- func (x *LordDetail) GetPlayerID() int64 {
- if x != nil {
- return x.PlayerID
- }
- return 0
- }
- func (x *LordDetail) GetPlayerName() string {
- if x != nil {
- return x.PlayerName
- }
- return ""
- }
- func (x *LordDetail) GetIconID() int32 {
- if x != nil {
- return x.IconID
- }
- return 0
- }
- func (x *LordDetail) GetFrameID() int32 {
- if x != nil {
- return x.FrameID
- }
- return 0
- }
- func (x *LordDetail) GetBgID() int32 {
- if x != nil {
- return x.BgID
- }
- return 0
- }
- func (x *LordDetail) GetDesc() string {
- if x != nil {
- return x.Desc
- }
- return ""
- }
- func (x *LordDetail) GetSeason() int32 {
- if x != nil {
- return x.Season
- }
- return 0
- }
- func (x *LordDetail) GetMapNodeID() string {
- if x != nil {
- return x.MapNodeID
- }
- return ""
- }
- func (x *LordDetail) GetProvince() int32 {
- if x != nil {
- return x.Province
- }
- return 0
- }
- func (x *LordDetail) GetTotalLoginDays() int32 {
- if x != nil {
- return x.TotalLoginDays
- }
- return 0
- }
- func (x *LordDetail) GetGloryCount() int32 {
- if x != nil {
- return x.GloryCount
- }
- return 0
- }
- func (x *LordDetail) GetSupremacyCount() int32 {
- if x != nil {
- return x.SupremacyCount
- }
- return 0
- }
- func (x *LordDetail) GetLeague() *LeaguePlayerJob {
- if x != nil {
- return x.League
- }
- return nil
- }
- func (x *LordDetail) GetPrestige() *PrestigeDetail {
- if x != nil {
- return x.Prestige
- }
- return nil
- }
- func (x *LordDetail) GetGlory() *GloryDetail {
- if x != nil {
- return x.Glory
- }
- return nil
- }
- func (x *LordDetail) GetShowDatas() *LordShowDataList {
- if x != nil {
- return x.ShowDatas
- }
- return nil
- }
- func (x *LordDetail) GetPoint() *Point {
- if x != nil {
- return x.Point
- }
- return nil
- }
- // 声望详情
- type PrestigeDetail struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 当前声望
- CurPrestige int32 `protobuf:"varint,14,opt,name=curPrestige,proto3" json:"curPrestige,omitempty"`
- // 当前声望排名
- CurPrestigeRank int32 `protobuf:"varint,15,opt,name=curPrestigeRank,proto3" json:"curPrestigeRank,omitempty"`
- // 最高声望
- MaxPrestige int32 `protobuf:"varint,16,opt,name=maxPrestige,proto3" json:"maxPrestige,omitempty"`
- // 最高声望排名
- MaxPrestigeRank int32 `protobuf:"varint,17,opt,name=maxPrestigeRank,proto3" json:"maxPrestigeRank,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *PrestigeDetail) Reset() {
- *x = PrestigeDetail{}
- mi := &file_lord_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *PrestigeDetail) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*PrestigeDetail) ProtoMessage() {}
- func (x *PrestigeDetail) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[2]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use PrestigeDetail.ProtoReflect.Descriptor instead.
- func (*PrestigeDetail) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{2}
- }
- func (x *PrestigeDetail) GetCurPrestige() int32 {
- if x != nil {
- return x.CurPrestige
- }
- return 0
- }
- func (x *PrestigeDetail) GetCurPrestigeRank() int32 {
- if x != nil {
- return x.CurPrestigeRank
- }
- return 0
- }
- func (x *PrestigeDetail) GetMaxPrestige() int32 {
- if x != nil {
- return x.MaxPrestige
- }
- return 0
- }
- func (x *PrestigeDetail) GetMaxPrestigeRank() int32 {
- if x != nil {
- return x.MaxPrestigeRank
- }
- return 0
- }
- // 功勋详情
- type GloryDetail struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 当前功勋
- CurGlory int32 `protobuf:"varint,1,opt,name=curGlory,proto3" json:"curGlory,omitempty"`
- // 当前功勋排名
- CurGloryRank int32 `protobuf:"varint,2,opt,name=curGloryRank,proto3" json:"curGloryRank,omitempty"`
- // 最高功勋
- MaxGlory int32 `protobuf:"varint,3,opt,name=maxGlory,proto3" json:"maxGlory,omitempty"`
- // 最高功勋排名
- MaxGloryRank int32 `protobuf:"varint,4,opt,name=maxGloryRank,proto3" json:"maxGloryRank,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *GloryDetail) Reset() {
- *x = GloryDetail{}
- mi := &file_lord_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *GloryDetail) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GloryDetail) ProtoMessage() {}
- func (x *GloryDetail) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[3]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GloryDetail.ProtoReflect.Descriptor instead.
- func (*GloryDetail) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{3}
- }
- func (x *GloryDetail) GetCurGlory() int32 {
- if x != nil {
- return x.CurGlory
- }
- return 0
- }
- func (x *GloryDetail) GetCurGloryRank() int32 {
- if x != nil {
- return x.CurGloryRank
- }
- return 0
- }
- func (x *GloryDetail) GetMaxGlory() int32 {
- if x != nil {
- return x.MaxGlory
- }
- return 0
- }
- func (x *GloryDetail) GetMaxGloryRank() int32 {
- if x != nil {
- return x.MaxGloryRank
- }
- return 0
- }
- // 外显列表
- type LordShows struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Shows []*LordShow `protobuf:"bytes,1,rep,name=shows,proto3" json:"shows,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *LordShows) Reset() {
- *x = LordShows{}
- mi := &file_lord_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *LordShows) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LordShows) ProtoMessage() {}
- func (x *LordShows) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[4]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LordShows.ProtoReflect.Descriptor instead.
- func (*LordShows) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{4}
- }
- func (x *LordShows) GetShows() []*LordShow {
- if x != nil {
- return x.Shows
- }
- return nil
- }
- // 外显数据
- type LordShow struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 外显ID L-领主-外显表外显ID
- ShowID int32 `protobuf:"varint,1,opt,name=showID,proto3" json:"showID,omitempty"`
- // 过期时间戳 单位秒
- ExpireTime int64 `protobuf:"varint,2,opt,name=expireTime,proto3" json:"expireTime,omitempty"`
- // 是否已查看
- IsViewed bool `protobuf:"varint,3,opt,name=isViewed,proto3" json:"isViewed,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *LordShow) Reset() {
- *x = LordShow{}
- mi := &file_lord_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *LordShow) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LordShow) ProtoMessage() {}
- func (x *LordShow) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[5]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LordShow.ProtoReflect.Descriptor instead.
- func (*LordShow) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{5}
- }
- func (x *LordShow) GetShowID() int32 {
- if x != nil {
- return x.ShowID
- }
- return 0
- }
- func (x *LordShow) GetExpireTime() int64 {
- if x != nil {
- return x.ExpireTime
- }
- return 0
- }
- func (x *LordShow) GetIsViewed() bool {
- if x != nil {
- return x.IsViewed
- }
- return false
- }
- // 数据设置-数据展示
- type LordShowDataList struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Datas []*LordShowData `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *LordShowDataList) Reset() {
- *x = LordShowDataList{}
- mi := &file_lord_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *LordShowDataList) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LordShowDataList) ProtoMessage() {}
- func (x *LordShowDataList) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[6]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LordShowDataList.ProtoReflect.Descriptor instead.
- func (*LordShowDataList) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{6}
- }
- func (x *LordShowDataList) GetDatas() []*LordShowData {
- if x != nil {
- return x.Datas
- }
- return nil
- }
- // 数据展示
- type LordShowData struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // 数据显示类型 1 登录天数 2最高声望 3最高声望排行 4最高功勋 5最高功勋排行 6霸业次数 7问鼎次数
- ShowType int32 `protobuf:"varint,1,opt,name=showType,proto3" json:"showType,omitempty"`
- // 是否展示
- IsShow bool `protobuf:"varint,2,opt,name=isShow,proto3" json:"isShow,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *LordShowData) Reset() {
- *x = LordShowData{}
- mi := &file_lord_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *LordShowData) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LordShowData) ProtoMessage() {}
- func (x *LordShowData) ProtoReflect() protoreflect.Message {
- mi := &file_lord_proto_msgTypes[7]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use LordShowData.ProtoReflect.Descriptor instead.
- func (*LordShowData) Descriptor() ([]byte, []int) {
- return file_lord_proto_rawDescGZIP(), []int{7}
- }
- func (x *LordShowData) GetShowType() int32 {
- if x != nil {
- return x.ShowType
- }
- return 0
- }
- func (x *LordShowData) GetIsShow() bool {
- if x != nil {
- return x.IsShow
- }
- return false
- }
- var File_lord_proto protoreflect.FileDescriptor
- const file_lord_proto_rawDesc = "" +
- "\n" +
- "\n" +
- "lord.proto\x12\x02pb\x1a\x0fbase_type.proto\x1a\fleague.proto\"\x90\x01\n" +
- "\x04Lord\x12\x12\n" +
- "\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" +
- "\x05level\x18\x02 \x01(\x05R\x05level\x12\x10\n" +
- "\x03exp\x18\x03 \x01(\x03R\x03exp\x12\x16\n" +
- "\x06iconID\x18\x04 \x01(\x05R\x06iconID\x12\x18\n" +
- "\aframeID\x18\x05 \x01(\x05R\aframeID\x12\x1a\n" +
- "\bseasonID\x18\n" +
- " \x01(\x05R\bseasonID\"\xbd\x04\n" +
- "\n" +
- "LordDetail\x12\x1a\n" +
- "\bplayerID\x18\x01 \x01(\x03R\bplayerID\x12\x1e\n" +
- "\n" +
- "playerName\x18\x02 \x01(\tR\n" +
- "playerName\x12\x16\n" +
- "\x06iconID\x18\x03 \x01(\x05R\x06iconID\x12\x18\n" +
- "\aframeID\x18\x04 \x01(\x05R\aframeID\x12\x12\n" +
- "\x04bgID\x18\x05 \x01(\x05R\x04bgID\x12\x12\n" +
- "\x04desc\x18\x06 \x01(\tR\x04desc\x12\x16\n" +
- "\x06season\x18\a \x01(\x05R\x06season\x12\x1c\n" +
- "\tmapNodeID\x18\b \x01(\tR\tmapNodeID\x12\x1a\n" +
- "\bprovince\x18\t \x01(\x05R\bprovince\x12&\n" +
- "\x0etotalLoginDays\x18\n" +
- " \x01(\x05R\x0etotalLoginDays\x12\x1e\n" +
- "\n" +
- "gloryCount\x18\v \x01(\x05R\n" +
- "gloryCount\x12&\n" +
- "\x0esupremacyCount\x18\f \x01(\x05R\x0esupremacyCount\x12+\n" +
- "\x06league\x18\r \x01(\v2\x13.pb.LeaguePlayerJobR\x06league\x12.\n" +
- "\bprestige\x18\x0e \x01(\v2\x12.pb.PrestigeDetailR\bprestige\x12%\n" +
- "\x05glory\x18\x0f \x01(\v2\x0f.pb.GloryDetailR\x05glory\x122\n" +
- "\tshowDatas\x18\x10 \x01(\v2\x14.pb.LordShowDataListR\tshowDatas\x12\x1f\n" +
- "\x05point\x18\x11 \x01(\v2\t.pb.PointR\x05point\"\xa8\x01\n" +
- "\x0ePrestigeDetail\x12 \n" +
- "\vcurPrestige\x18\x0e \x01(\x05R\vcurPrestige\x12(\n" +
- "\x0fcurPrestigeRank\x18\x0f \x01(\x05R\x0fcurPrestigeRank\x12 \n" +
- "\vmaxPrestige\x18\x10 \x01(\x05R\vmaxPrestige\x12(\n" +
- "\x0fmaxPrestigeRank\x18\x11 \x01(\x05R\x0fmaxPrestigeRank\"\x8d\x01\n" +
- "\vGloryDetail\x12\x1a\n" +
- "\bcurGlory\x18\x01 \x01(\x05R\bcurGlory\x12\"\n" +
- "\fcurGloryRank\x18\x02 \x01(\x05R\fcurGloryRank\x12\x1a\n" +
- "\bmaxGlory\x18\x03 \x01(\x05R\bmaxGlory\x12\"\n" +
- "\fmaxGloryRank\x18\x04 \x01(\x05R\fmaxGloryRank\"/\n" +
- "\tLordShows\x12\"\n" +
- "\x05shows\x18\x01 \x03(\v2\f.pb.LordShowR\x05shows\"^\n" +
- "\bLordShow\x12\x16\n" +
- "\x06showID\x18\x01 \x01(\x05R\x06showID\x12\x1e\n" +
- "\n" +
- "expireTime\x18\x02 \x01(\x03R\n" +
- "expireTime\x12\x1a\n" +
- "\bisViewed\x18\x03 \x01(\bR\bisViewed\":\n" +
- "\x10LordShowDataList\x12&\n" +
- "\x05datas\x18\x01 \x03(\v2\x10.pb.LordShowDataR\x05datas\"B\n" +
- "\fLordShowData\x12\x1a\n" +
- "\bshowType\x18\x01 \x01(\x05R\bshowType\x12\x16\n" +
- "\x06isShow\x18\x02 \x01(\bR\x06isShowB\x05Z\x03/pbb\x06proto3"
- var (
- file_lord_proto_rawDescOnce sync.Once
- file_lord_proto_rawDescData []byte
- )
- func file_lord_proto_rawDescGZIP() []byte {
- file_lord_proto_rawDescOnce.Do(func() {
- file_lord_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_lord_proto_rawDesc), len(file_lord_proto_rawDesc)))
- })
- return file_lord_proto_rawDescData
- }
- var file_lord_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
- var file_lord_proto_goTypes = []any{
- (*Lord)(nil), // 0: pb.Lord
- (*LordDetail)(nil), // 1: pb.LordDetail
- (*PrestigeDetail)(nil), // 2: pb.PrestigeDetail
- (*GloryDetail)(nil), // 3: pb.GloryDetail
- (*LordShows)(nil), // 4: pb.LordShows
- (*LordShow)(nil), // 5: pb.LordShow
- (*LordShowDataList)(nil), // 6: pb.LordShowDataList
- (*LordShowData)(nil), // 7: pb.LordShowData
- (*LeaguePlayerJob)(nil), // 8: pb.LeaguePlayerJob
- (*Point)(nil), // 9: pb.Point
- }
- var file_lord_proto_depIdxs = []int32{
- 8, // 0: pb.LordDetail.league:type_name -> pb.LeaguePlayerJob
- 2, // 1: pb.LordDetail.prestige:type_name -> pb.PrestigeDetail
- 3, // 2: pb.LordDetail.glory:type_name -> pb.GloryDetail
- 6, // 3: pb.LordDetail.showDatas:type_name -> pb.LordShowDataList
- 9, // 4: pb.LordDetail.point:type_name -> pb.Point
- 5, // 5: pb.LordShows.shows:type_name -> pb.LordShow
- 7, // 6: pb.LordShowDataList.datas:type_name -> pb.LordShowData
- 7, // [7:7] is the sub-list for method output_type
- 7, // [7:7] is the sub-list for method input_type
- 7, // [7:7] is the sub-list for extension type_name
- 7, // [7:7] is the sub-list for extension extendee
- 0, // [0:7] is the sub-list for field type_name
- }
- func init() { file_lord_proto_init() }
- func file_lord_proto_init() {
- if File_lord_proto != nil {
- return
- }
- file_base_type_proto_init()
- file_league_proto_init()
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_lord_proto_rawDesc), len(file_lord_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 8,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_lord_proto_goTypes,
- DependencyIndexes: file_lord_proto_depIdxs,
- MessageInfos: file_lord_proto_msgTypes,
- }.Build()
- File_lord_proto = out.File
- file_lord_proto_goTypes = nil
- file_lord_proto_depIdxs = nil
- }
|