go_dreamfactory/pb/dreamwarorder_msg.pb.go
2023-08-08 18:10:35 +08:00

491 lines
16 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.20.0
// source: dreamwarorder/dreamwarorder_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 DreamWarorderInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *DreamWarorderInfoReq) Reset() {
*x = DreamWarorderInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderInfoReq) ProtoMessage() {}
func (x *DreamWarorderInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderInfoReq.ProtoReflect.Descriptor instead.
func (*DreamWarorderInfoReq) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{0}
}
//如梦战令 回应
type DreamWarorderInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Conlds []*ConIProgress `protobuf:"bytes,1,rep,name=conlds,proto3" json:"conlds"` //子任务进度数据
Info *DBDreamWarorder `protobuf:"bytes,2,opt,name=info,proto3" json:"info"`
}
func (x *DreamWarorderInfoResp) Reset() {
*x = DreamWarorderInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderInfoResp) ProtoMessage() {}
func (x *DreamWarorderInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderInfoResp.ProtoReflect.Descriptor instead.
func (*DreamWarorderInfoResp) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{1}
}
func (x *DreamWarorderInfoResp) GetConlds() []*ConIProgress {
if x != nil {
return x.Conlds
}
return nil
}
func (x *DreamWarorderInfoResp) GetInfo() *DBDreamWarorder {
if x != nil {
return x.Info
}
return nil
}
//如梦战令 购买等级
type DreamWarorderBuyLvReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Lv int32 `protobuf:"varint,1,opt,name=lv,proto3" json:"lv"`
}
func (x *DreamWarorderBuyLvReq) Reset() {
*x = DreamWarorderBuyLvReq{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderBuyLvReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderBuyLvReq) ProtoMessage() {}
func (x *DreamWarorderBuyLvReq) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderBuyLvReq.ProtoReflect.Descriptor instead.
func (*DreamWarorderBuyLvReq) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{2}
}
func (x *DreamWarorderBuyLvReq) GetLv() int32 {
if x != nil {
return x.Lv
}
return 0
}
//如梦战令 购买等级 回应
type DreamWarorderBuyLvResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Info *DBDreamWarorder `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
}
func (x *DreamWarorderBuyLvResp) Reset() {
*x = DreamWarorderBuyLvResp{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderBuyLvResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderBuyLvResp) ProtoMessage() {}
func (x *DreamWarorderBuyLvResp) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderBuyLvResp.ProtoReflect.Descriptor instead.
func (*DreamWarorderBuyLvResp) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{3}
}
func (x *DreamWarorderBuyLvResp) GetInfo() *DBDreamWarorder {
if x != nil {
return x.Info
}
return nil
}
//如梦战令 请求
type DreamWarorderReceiveReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
}
func (x *DreamWarorderReceiveReq) Reset() {
*x = DreamWarorderReceiveReq{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderReceiveReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderReceiveReq) ProtoMessage() {}
func (x *DreamWarorderReceiveReq) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderReceiveReq.ProtoReflect.Descriptor instead.
func (*DreamWarorderReceiveReq) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{4}
}
func (x *DreamWarorderReceiveReq) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
//如梦战令 请求 回应
type DreamWarorderReceiveResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Award []*UserAssets `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
}
func (x *DreamWarorderReceiveResp) Reset() {
*x = DreamWarorderReceiveResp{}
if protoimpl.UnsafeEnabled {
mi := &file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DreamWarorderReceiveResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DreamWarorderReceiveResp) ProtoMessage() {}
func (x *DreamWarorderReceiveResp) ProtoReflect() protoreflect.Message {
mi := &file_dreamwarorder_dreamwarorder_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 DreamWarorderReceiveResp.ProtoReflect.Descriptor instead.
func (*DreamWarorderReceiveResp) Descriptor() ([]byte, []int) {
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP(), []int{5}
}
func (x *DreamWarorderReceiveResp) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *DreamWarorderReceiveResp) GetAward() []*UserAssets {
if x != nil {
return x.Award
}
return nil
}
var File_dreamwarorder_dreamwarorder_msg_proto protoreflect.FileDescriptor
var file_dreamwarorder_dreamwarorder_msg_proto_rawDesc = []byte{
0x0a, 0x25, 0x64, 0x72, 0x65, 0x61, 0x6d, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2f,
0x64, 0x72, 0x65, 0x61, 0x6d, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x73,
0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x64, 0x72, 0x65, 0x61, 0x6d, 0x77, 0x61,
0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2f, 0x64, 0x72, 0x65, 0x61, 0x6d, 0x77, 0x61, 0x72, 0x6f,
0x72, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x62,
0x75, 0x72, 0x69, 0x65, 0x64, 0x2f, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x62, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x22, 0x16, 0x0a, 0x14, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64,
0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x64, 0x0a, 0x15, 0x44, 0x72, 0x65,
0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
0x73, 0x70, 0x12, 0x25, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73,
0x73, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x04, 0x69, 0x6e, 0x66,
0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x42, 0x44, 0x72, 0x65, 0x61,
0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22,
0x27, 0x0a, 0x15, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72,
0x42, 0x75, 0x79, 0x4c, 0x76, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x01,
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x22, 0x3e, 0x0a, 0x16, 0x44, 0x72, 0x65, 0x61,
0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x75, 0x79, 0x4c, 0x76, 0x52, 0x65,
0x73, 0x70, 0x12, 0x24, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x10, 0x2e, 0x44, 0x42, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64,
0x65, 0x72, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x29, 0x0a, 0x17, 0x44, 0x72, 0x65, 0x61,
0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65,
0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x02, 0x69, 0x64, 0x22, 0x4d, 0x0a, 0x18, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12,
0x21, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b,
0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x77, 0x61,
0x72, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_dreamwarorder_dreamwarorder_msg_proto_rawDescOnce sync.Once
file_dreamwarorder_dreamwarorder_msg_proto_rawDescData = file_dreamwarorder_dreamwarorder_msg_proto_rawDesc
)
func file_dreamwarorder_dreamwarorder_msg_proto_rawDescGZIP() []byte {
file_dreamwarorder_dreamwarorder_msg_proto_rawDescOnce.Do(func() {
file_dreamwarorder_dreamwarorder_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_dreamwarorder_dreamwarorder_msg_proto_rawDescData)
})
return file_dreamwarorder_dreamwarorder_msg_proto_rawDescData
}
var file_dreamwarorder_dreamwarorder_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_dreamwarorder_dreamwarorder_msg_proto_goTypes = []interface{}{
(*DreamWarorderInfoReq)(nil), // 0: DreamWarorderInfoReq
(*DreamWarorderInfoResp)(nil), // 1: DreamWarorderInfoResp
(*DreamWarorderBuyLvReq)(nil), // 2: DreamWarorderBuyLvReq
(*DreamWarorderBuyLvResp)(nil), // 3: DreamWarorderBuyLvResp
(*DreamWarorderReceiveReq)(nil), // 4: DreamWarorderReceiveReq
(*DreamWarorderReceiveResp)(nil), // 5: DreamWarorderReceiveResp
(*ConIProgress)(nil), // 6: ConIProgress
(*DBDreamWarorder)(nil), // 7: DBDreamWarorder
(*UserAssets)(nil), // 8: UserAssets
}
var file_dreamwarorder_dreamwarorder_msg_proto_depIdxs = []int32{
6, // 0: DreamWarorderInfoResp.conlds:type_name -> ConIProgress
7, // 1: DreamWarorderInfoResp.info:type_name -> DBDreamWarorder
7, // 2: DreamWarorderBuyLvResp.info:type_name -> DBDreamWarorder
8, // 3: DreamWarorderReceiveResp.award:type_name -> UserAssets
4, // [4:4] is the sub-list for method output_type
4, // [4:4] is the sub-list for method input_type
4, // [4:4] is the sub-list for extension type_name
4, // [4:4] is the sub-list for extension extendee
0, // [0:4] is the sub-list for field type_name
}
func init() { file_dreamwarorder_dreamwarorder_msg_proto_init() }
func file_dreamwarorder_dreamwarorder_msg_proto_init() {
if File_dreamwarorder_dreamwarorder_msg_proto != nil {
return
}
file_dreamwarorder_dreamwarorder_db_proto_init()
file_buried_buried_db_proto_init()
file_comm_proto_init()
if !protoimpl.UnsafeEnabled {
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderBuyLvReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderBuyLvResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderReceiveReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_dreamwarorder_dreamwarorder_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DreamWarorderReceiveResp); 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_dreamwarorder_dreamwarorder_msg_proto_rawDesc,
NumEnums: 0,
NumMessages: 6,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_dreamwarorder_dreamwarorder_msg_proto_goTypes,
DependencyIndexes: file_dreamwarorder_dreamwarorder_msg_proto_depIdxs,
MessageInfos: file_dreamwarorder_dreamwarorder_msg_proto_msgTypes,
}.Build()
File_dreamwarorder_dreamwarorder_msg_proto = out.File
file_dreamwarorder_dreamwarorder_msg_proto_rawDesc = nil
file_dreamwarorder_dreamwarorder_msg_proto_goTypes = nil
file_dreamwarorder_dreamwarorder_msg_proto_depIdxs = nil
}