// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: pagoda/pagoda_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 PagodaGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PagodaGetListReq) Reset() { *x = PagodaGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaGetListReq) ProtoMessage() {} func (x *PagodaGetListReq) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaGetListReq.ProtoReflect.Descriptor instead. func (*PagodaGetListReq) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{0} } // 返回进度信息 type PagodaGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBPagoda `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *PagodaGetListResp) Reset() { *x = PagodaGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaGetListResp) ProtoMessage() {} func (x *PagodaGetListResp) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaGetListResp.ProtoReflect.Descriptor instead. func (*PagodaGetListResp) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{1} } func (x *PagodaGetListResp) GetData() *DBPagoda { if x != nil { return x.Data } return nil } // 领取关卡宝箱 type PagodaGetRewardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 对应 task_reward 表中的id } func (x *PagodaGetRewardReq) Reset() { *x = PagodaGetRewardReq{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaGetRewardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaGetRewardReq) ProtoMessage() {} func (x *PagodaGetRewardReq) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaGetRewardReq.ProtoReflect.Descriptor instead. func (*PagodaGetRewardReq) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{2} } func (x *PagodaGetRewardReq) GetId() int32 { if x != nil { return x.Id } return 0 } type PagodaGetRewardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBPagoda `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *PagodaGetRewardResp) Reset() { *x = PagodaGetRewardResp{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaGetRewardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaGetRewardResp) ProtoMessage() {} func (x *PagodaGetRewardResp) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaGetRewardResp.ProtoReflect.Descriptor instead. func (*PagodaGetRewardResp) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{3} } func (x *PagodaGetRewardResp) GetData() *DBPagoda { if x != nil { return x.Data } return nil } type PagodaChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields LevelID int32 `protobuf:"varint,1,opt,name=levelID,proto3" json:"levelID"` // 挑战层数 PagodaType int32 `protobuf:"varint,2,opt,name=PagodaType,proto3" json:"PagodaType"` // 塔类型 Leadpos int32 `protobuf:"varint,3,opt,name=leadpos,proto3" json:"leadpos"` //队长位置 Teamids []string `protobuf:"bytes,4,rep,name=teamids,proto3" json:"teamids"` //阵容信息 } func (x *PagodaChallengeReq) Reset() { *x = PagodaChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaChallengeReq) ProtoMessage() {} func (x *PagodaChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaChallengeReq.ProtoReflect.Descriptor instead. func (*PagodaChallengeReq) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{4} } func (x *PagodaChallengeReq) GetLevelID() int32 { if x != nil { return x.LevelID } return 0 } func (x *PagodaChallengeReq) GetPagodaType() int32 { if x != nil { return x.PagodaType } return 0 } func (x *PagodaChallengeReq) GetLeadpos() int32 { if x != nil { return x.Leadpos } return 0 } func (x *PagodaChallengeReq) GetTeamids() []string { if x != nil { return x.Teamids } return nil } type PagodaChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` } func (x *PagodaChallengeResp) Reset() { *x = PagodaChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaChallengeResp) ProtoMessage() {} func (x *PagodaChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaChallengeResp.ProtoReflect.Descriptor instead. func (*PagodaChallengeResp) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{5} } func (x *PagodaChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } // 客户端通知服务器打赢了 type PagodaChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields LevelID int32 `protobuf:"varint,1,opt,name=levelID,proto3" json:"levelID"` // 挑战层数 PagodaType int32 `protobuf:"varint,2,opt,name=PagodaType,proto3" json:"PagodaType"` // 塔类型 Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报 } func (x *PagodaChallengeOverReq) Reset() { *x = PagodaChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaChallengeOverReq) ProtoMessage() {} func (x *PagodaChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaChallengeOverReq.ProtoReflect.Descriptor instead. func (*PagodaChallengeOverReq) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{6} } func (x *PagodaChallengeOverReq) GetLevelID() int32 { if x != nil { return x.LevelID } return 0 } func (x *PagodaChallengeOverReq) GetPagodaType() int32 { if x != nil { return x.PagodaType } return 0 } func (x *PagodaChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } type PagodaChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBPagoda `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *PagodaChallengeOverResp) Reset() { *x = PagodaChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaChallengeOverResp) ProtoMessage() {} func (x *PagodaChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaChallengeOverResp.ProtoReflect.Descriptor instead. func (*PagodaChallengeOverResp) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{7} } func (x *PagodaChallengeOverResp) GetData() *DBPagoda { if x != nil { return x.Data } return nil } // 排行榜 type PagodaRankListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields FloorId int32 `protobuf:"varint,1,opt,name=floorId,proto3" json:"floorId"` // 层数 0 标识总榜 Friend bool `protobuf:"varint,2,opt,name=friend,proto3" json:"friend"` // true 好友榜 } func (x *PagodaRankListReq) Reset() { *x = PagodaRankListReq{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaRankListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaRankListReq) ProtoMessage() {} func (x *PagodaRankListReq) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaRankListReq.ProtoReflect.Descriptor instead. func (*PagodaRankListReq) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{8} } func (x *PagodaRankListReq) GetFloorId() int32 { if x != nil { return x.FloorId } return 0 } func (x *PagodaRankListReq) GetFriend() bool { if x != nil { return x.Friend } return false } type PagodaRankListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ranks []*DBPagodaRecord `protobuf:"bytes,1,rep,name=ranks,proto3" json:"ranks"` } func (x *PagodaRankListResp) Reset() { *x = PagodaRankListResp{} if protoimpl.UnsafeEnabled { mi := &file_pagoda_pagoda_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PagodaRankListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PagodaRankListResp) ProtoMessage() {} func (x *PagodaRankListResp) ProtoReflect() protoreflect.Message { mi := &file_pagoda_pagoda_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 PagodaRankListResp.ProtoReflect.Descriptor instead. func (*PagodaRankListResp) Descriptor() ([]byte, []int) { return file_pagoda_pagoda_msg_proto_rawDescGZIP(), []int{9} } func (x *PagodaRankListResp) GetRanks() []*DBPagodaRecord { if x != nil { return x.Ranks } return nil } var File_pagoda_pagoda_msg_proto protoreflect.FileDescriptor var file_pagoda_pagoda_msg_proto_rawDesc = []byte{ 0x0a, 0x17, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x2f, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x2f, 0x70, 0x61, 0x67, 0x6f, 0x64, 0x61, 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, 0x22, 0x12, 0x0a, 0x10, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x32, 0x0a, 0x11, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 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, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x24, 0x0a, 0x12, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0x34, 0x0a, 0x13, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x42, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x82, 0x01, 0x0a, 0x12, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x73, 0x22, 0x36, 0x0a, 0x13, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 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, 0x22, 0x79, 0x0a, 0x16, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x54, 0x79, 0x70, 0x65, 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, 0x22, 0x38, 0x0a, 0x17, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 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, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x45, 0x0a, 0x11, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x22, 0x3b, 0x0a, 0x12, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x50, 0x61, 0x67, 0x6f, 0x64, 0x61, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_pagoda_pagoda_msg_proto_rawDescOnce sync.Once file_pagoda_pagoda_msg_proto_rawDescData = file_pagoda_pagoda_msg_proto_rawDesc ) func file_pagoda_pagoda_msg_proto_rawDescGZIP() []byte { file_pagoda_pagoda_msg_proto_rawDescOnce.Do(func() { file_pagoda_pagoda_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_pagoda_pagoda_msg_proto_rawDescData) }) return file_pagoda_pagoda_msg_proto_rawDescData } var file_pagoda_pagoda_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10) var file_pagoda_pagoda_msg_proto_goTypes = []interface{}{ (*PagodaGetListReq)(nil), // 0: PagodaGetListReq (*PagodaGetListResp)(nil), // 1: PagodaGetListResp (*PagodaGetRewardReq)(nil), // 2: PagodaGetRewardReq (*PagodaGetRewardResp)(nil), // 3: PagodaGetRewardResp (*PagodaChallengeReq)(nil), // 4: PagodaChallengeReq (*PagodaChallengeResp)(nil), // 5: PagodaChallengeResp (*PagodaChallengeOverReq)(nil), // 6: PagodaChallengeOverReq (*PagodaChallengeOverResp)(nil), // 7: PagodaChallengeOverResp (*PagodaRankListReq)(nil), // 8: PagodaRankListReq (*PagodaRankListResp)(nil), // 9: PagodaRankListResp (*DBPagoda)(nil), // 10: DBPagoda (*BattleInfo)(nil), // 11: BattleInfo (*BattleReport)(nil), // 12: BattleReport (*DBPagodaRecord)(nil), // 13: DBPagodaRecord } var file_pagoda_pagoda_msg_proto_depIdxs = []int32{ 10, // 0: PagodaGetListResp.data:type_name -> DBPagoda 10, // 1: PagodaGetRewardResp.data:type_name -> DBPagoda 11, // 2: PagodaChallengeResp.info:type_name -> BattleInfo 12, // 3: PagodaChallengeOverReq.report:type_name -> BattleReport 10, // 4: PagodaChallengeOverResp.data:type_name -> DBPagoda 13, // 5: PagodaRankListResp.ranks:type_name -> DBPagodaRecord 6, // [6:6] is the sub-list for method output_type 6, // [6:6] is the sub-list for method input_type 6, // [6:6] is the sub-list for extension type_name 6, // [6:6] is the sub-list for extension extendee 0, // [0:6] is the sub-list for field type_name } func init() { file_pagoda_pagoda_msg_proto_init() } func file_pagoda_pagoda_msg_proto_init() { if File_pagoda_pagoda_msg_proto != nil { return } file_pagoda_pagoda_db_proto_init() file_battle_battle_msg_proto_init() if !protoimpl.UnsafeEnabled { file_pagoda_pagoda_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaGetRewardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaGetRewardResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaRankListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pagoda_pagoda_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PagodaRankListResp); 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_pagoda_pagoda_msg_proto_rawDesc, NumEnums: 0, NumMessages: 10, NumExtensions: 0, NumServices: 0, }, GoTypes: file_pagoda_pagoda_msg_proto_goTypes, DependencyIndexes: file_pagoda_pagoda_msg_proto_depIdxs, MessageInfos: file_pagoda_pagoda_msg_proto_msgTypes, }.Build() File_pagoda_pagoda_msg_proto = out.File file_pagoda_pagoda_msg_proto_rawDesc = nil file_pagoda_pagoda_msg_proto_goTypes = nil file_pagoda_pagoda_msg_proto_depIdxs = nil }