go_dreamfactory/pb/warorder_msg.pb.go
2023-11-22 16:10:54 +08:00

911 lines
28 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.20.0
// source: warorder/warorder_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 WarorderInfoReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
}
func (x *WarorderInfoReq) Reset() {
*x = WarorderInfoReq{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderInfoReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderInfoReq) ProtoMessage() {}
func (x *WarorderInfoReq) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderInfoReq.ProtoReflect.Descriptor instead.
func (*WarorderInfoReq) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{0}
}
func (x *WarorderInfoReq) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
type WarorderInfoResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Warorder *Warorder `protobuf:"bytes,2,opt,name=warorder,proto3" json:"warorder"`
Dwarorder *DreamWarorder `protobuf:"bytes,3,opt,name=dwarorder,proto3" json:"dwarorder"`
Conlds []*ConIProgress `protobuf:"bytes,4,rep,name=conlds,proto3" json:"conlds"` //子任务进度数据
}
func (x *WarorderInfoResp) Reset() {
*x = WarorderInfoResp{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderInfoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderInfoResp) ProtoMessage() {}
func (x *WarorderInfoResp) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderInfoResp.ProtoReflect.Descriptor instead.
func (*WarorderInfoResp) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{1}
}
func (x *WarorderInfoResp) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderInfoResp) GetWarorder() *Warorder {
if x != nil {
return x.Warorder
}
return nil
}
func (x *WarorderInfoResp) GetDwarorder() *DreamWarorder {
if x != nil {
return x.Dwarorder
}
return nil
}
func (x *WarorderInfoResp) GetConlds() []*ConIProgress {
if x != nil {
return x.Conlds
}
return nil
}
// 战令奖励领取
type WarorderReceiveReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
}
func (x *WarorderReceiveReq) Reset() {
*x = WarorderReceiveReq{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderReceiveReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderReceiveReq) ProtoMessage() {}
func (x *WarorderReceiveReq) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderReceiveReq.ProtoReflect.Descriptor instead.
func (*WarorderReceiveReq) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{2}
}
func (x *WarorderReceiveReq) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
type WarorderReceiveResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Warorder *Warorder `protobuf:"bytes,2,opt,name=warorder,proto3" json:"warorder"`
Dwarorder *DreamWarorder `protobuf:"bytes,3,opt,name=dwarorder,proto3" json:"dwarorder"`
Award []*UserAtno `protobuf:"bytes,4,rep,name=award,proto3" json:"award"` //奖励
}
func (x *WarorderReceiveResp) Reset() {
*x = WarorderReceiveResp{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderReceiveResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderReceiveResp) ProtoMessage() {}
func (x *WarorderReceiveResp) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderReceiveResp.ProtoReflect.Descriptor instead.
func (*WarorderReceiveResp) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{3}
}
func (x *WarorderReceiveResp) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderReceiveResp) GetWarorder() *Warorder {
if x != nil {
return x.Warorder
}
return nil
}
func (x *WarorderReceiveResp) GetDwarorder() *DreamWarorder {
if x != nil {
return x.Dwarorder
}
return nil
}
func (x *WarorderReceiveResp) GetAward() []*UserAtno {
if x != nil {
return x.Award
}
return nil
}
//如梦战令 购买等级
type WarorderBuyLvReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Lv int32 `protobuf:"varint,2,opt,name=lv,proto3" json:"lv"`
}
func (x *WarorderBuyLvReq) Reset() {
*x = WarorderBuyLvReq{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderBuyLvReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderBuyLvReq) ProtoMessage() {}
func (x *WarorderBuyLvReq) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderBuyLvReq.ProtoReflect.Descriptor instead.
func (*WarorderBuyLvReq) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{4}
}
func (x *WarorderBuyLvReq) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderBuyLvReq) GetLv() int32 {
if x != nil {
return x.Lv
}
return 0
}
//如梦战令 购买等级 回应
type WarorderBuyLvResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Lv int32 `protobuf:"varint,2,opt,name=lv,proto3" json:"lv"`
Info *DreamWarorder `protobuf:"bytes,3,opt,name=info,proto3" json:"info"`
}
func (x *WarorderBuyLvResp) Reset() {
*x = WarorderBuyLvResp{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderBuyLvResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderBuyLvResp) ProtoMessage() {}
func (x *WarorderBuyLvResp) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderBuyLvResp.ProtoReflect.Descriptor instead.
func (*WarorderBuyLvResp) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{5}
}
func (x *WarorderBuyLvResp) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderBuyLvResp) GetLv() int32 {
if x != nil {
return x.Lv
}
return 0
}
func (x *WarorderBuyLvResp) GetInfo() *DreamWarorder {
if x != nil {
return x.Info
}
return nil
}
//如梦战令 完成任务
type WarorderCompleteTaskReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Tid int32 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid"`
}
func (x *WarorderCompleteTaskReq) Reset() {
*x = WarorderCompleteTaskReq{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderCompleteTaskReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderCompleteTaskReq) ProtoMessage() {}
func (x *WarorderCompleteTaskReq) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderCompleteTaskReq.ProtoReflect.Descriptor instead.
func (*WarorderCompleteTaskReq) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{6}
}
func (x *WarorderCompleteTaskReq) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderCompleteTaskReq) GetTid() int32 {
if x != nil {
return x.Tid
}
return 0
}
//如梦战令 完成任务 回应
type WarorderCompleteTaskResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Tid int32 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid"`
Exp int32 `protobuf:"varint,3,opt,name=exp,proto3" json:"exp"`
Lv int32 `protobuf:"varint,4,opt,name=lv,proto3" json:"lv"`
Weekexp int32 `protobuf:"varint,5,opt,name=weekexp,proto3" json:"weekexp"`
}
func (x *WarorderCompleteTaskResp) Reset() {
*x = WarorderCompleteTaskResp{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderCompleteTaskResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderCompleteTaskResp) ProtoMessage() {}
func (x *WarorderCompleteTaskResp) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderCompleteTaskResp.ProtoReflect.Descriptor instead.
func (*WarorderCompleteTaskResp) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{7}
}
func (x *WarorderCompleteTaskResp) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderCompleteTaskResp) GetTid() int32 {
if x != nil {
return x.Tid
}
return 0
}
func (x *WarorderCompleteTaskResp) GetExp() int32 {
if x != nil {
return x.Exp
}
return 0
}
func (x *WarorderCompleteTaskResp) GetLv() int32 {
if x != nil {
return x.Lv
}
return 0
}
func (x *WarorderCompleteTaskResp) GetWeekexp() int32 {
if x != nil {
return x.Weekexp
}
return 0
}
//如梦战令 完成任务
type WarorderCompleteAllTaskReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
}
func (x *WarorderCompleteAllTaskReq) Reset() {
*x = WarorderCompleteAllTaskReq{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderCompleteAllTaskReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderCompleteAllTaskReq) ProtoMessage() {}
func (x *WarorderCompleteAllTaskReq) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderCompleteAllTaskReq.ProtoReflect.Descriptor instead.
func (*WarorderCompleteAllTaskReq) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{8}
}
func (x *WarorderCompleteAllTaskReq) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
//如梦战令 完成任务 回应
type WarorderCompleteAllTaskResp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"`
Exp int32 `protobuf:"varint,2,opt,name=exp,proto3" json:"exp"`
Lv int32 `protobuf:"varint,3,opt,name=lv,proto3" json:"lv"`
Weekexp int32 `protobuf:"varint,4,opt,name=weekexp,proto3" json:"weekexp"`
Completetasks []int32 `protobuf:"varint,5,rep,packed,name=completetasks,proto3" json:"completetasks"`
}
func (x *WarorderCompleteAllTaskResp) Reset() {
*x = WarorderCompleteAllTaskResp{}
if protoimpl.UnsafeEnabled {
mi := &file_warorder_warorder_msg_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *WarorderCompleteAllTaskResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WarorderCompleteAllTaskResp) ProtoMessage() {}
func (x *WarorderCompleteAllTaskResp) ProtoReflect() protoreflect.Message {
mi := &file_warorder_warorder_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 WarorderCompleteAllTaskResp.ProtoReflect.Descriptor instead.
func (*WarorderCompleteAllTaskResp) Descriptor() ([]byte, []int) {
return file_warorder_warorder_msg_proto_rawDescGZIP(), []int{9}
}
func (x *WarorderCompleteAllTaskResp) GetRtype() int32 {
if x != nil {
return x.Rtype
}
return 0
}
func (x *WarorderCompleteAllTaskResp) GetExp() int32 {
if x != nil {
return x.Exp
}
return 0
}
func (x *WarorderCompleteAllTaskResp) GetLv() int32 {
if x != nil {
return x.Lv
}
return 0
}
func (x *WarorderCompleteAllTaskResp) GetWeekexp() int32 {
if x != nil {
return x.Weekexp
}
return 0
}
func (x *WarorderCompleteAllTaskResp) GetCompletetasks() []int32 {
if x != nil {
return x.Completetasks
}
return nil
}
var File_warorder_warorder_msg_proto protoreflect.FileDescriptor
var file_warorder_warorder_msg_proto_rawDesc = []byte{
0x0a, 0x1b, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2f, 0x77, 0x61, 0x72, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x77,
0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2f, 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, 0x27, 0x0a,
0x0f, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x22, 0xa4, 0x01, 0x0a, 0x10, 0x57, 0x61, 0x72, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x72,
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70,
0x65, 0x12, 0x25, 0x0a, 0x08, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x08,
0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2c, 0x0a, 0x09, 0x64, 0x77, 0x61, 0x72,
0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x72,
0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x09, 0x64, 0x77, 0x61,
0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x25, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73,
0x18, 0x04, 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, 0x22, 0x2a, 0x0a,
0x12, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65,
0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x22, 0xa1, 0x01, 0x0a, 0x13, 0x57, 0x61,
0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73,
0x70, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x08, 0x77, 0x61, 0x72, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x57, 0x61, 0x72, 0x6f,
0x72, 0x64, 0x65, 0x72, 0x52, 0x08, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2c,
0x0a, 0x09, 0x64, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65,
0x72, 0x52, 0x09, 0x64, 0x77, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x05,
0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73,
0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x22, 0x38, 0x0a,
0x10, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x75, 0x79, 0x4c, 0x76, 0x52, 0x65,
0x71, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x22, 0x5d, 0x0a, 0x11, 0x57, 0x61, 0x72, 0x6f, 0x72,
0x64, 0x65, 0x72, 0x42, 0x75, 0x79, 0x4c, 0x76, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05,
0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79,
0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02,
0x6c, 0x76, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x0e, 0x2e, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72,
0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x41, 0x0a, 0x17, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64,
0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65,
0x71, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x69, 0x64, 0x18, 0x02,
0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x74, 0x69, 0x64, 0x22, 0x7e, 0x0a, 0x18, 0x57, 0x61, 0x72,
0x6f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x73,
0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x74,
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x74, 0x69, 0x64, 0x12, 0x10, 0x0a,
0x03, 0x65, 0x78, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x65, 0x78, 0x70, 0x12,
0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x6c, 0x76, 0x12,
0x18, 0x0a, 0x07, 0x77, 0x65, 0x65, 0x6b, 0x65, 0x78, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05,
0x52, 0x07, 0x77, 0x65, 0x65, 0x6b, 0x65, 0x78, 0x70, 0x22, 0x32, 0x0a, 0x1a, 0x57, 0x61, 0x72,
0x6f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x6c, 0x6c,
0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x22, 0x95, 0x01,
0x0a, 0x1b, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65,
0x74, 0x65, 0x41, 0x6c, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74,
0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x78, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
0x52, 0x03, 0x65, 0x78, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x6c, 0x76, 0x18, 0x03, 0x20, 0x01, 0x28,
0x05, 0x52, 0x02, 0x6c, 0x76, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x65, 0x65, 0x6b, 0x65, 0x78, 0x70,
0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x77, 0x65, 0x65, 0x6b, 0x65, 0x78, 0x70, 0x12,
0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x74, 0x61, 0x73, 0x6b, 0x73,
0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65,
0x74, 0x61, 0x73, 0x6b, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_warorder_warorder_msg_proto_rawDescOnce sync.Once
file_warorder_warorder_msg_proto_rawDescData = file_warorder_warorder_msg_proto_rawDesc
)
func file_warorder_warorder_msg_proto_rawDescGZIP() []byte {
file_warorder_warorder_msg_proto_rawDescOnce.Do(func() {
file_warorder_warorder_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_warorder_warorder_msg_proto_rawDescData)
})
return file_warorder_warorder_msg_proto_rawDescData
}
var file_warorder_warorder_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
var file_warorder_warorder_msg_proto_goTypes = []interface{}{
(*WarorderInfoReq)(nil), // 0: WarorderInfoReq
(*WarorderInfoResp)(nil), // 1: WarorderInfoResp
(*WarorderReceiveReq)(nil), // 2: WarorderReceiveReq
(*WarorderReceiveResp)(nil), // 3: WarorderReceiveResp
(*WarorderBuyLvReq)(nil), // 4: WarorderBuyLvReq
(*WarorderBuyLvResp)(nil), // 5: WarorderBuyLvResp
(*WarorderCompleteTaskReq)(nil), // 6: WarorderCompleteTaskReq
(*WarorderCompleteTaskResp)(nil), // 7: WarorderCompleteTaskResp
(*WarorderCompleteAllTaskReq)(nil), // 8: WarorderCompleteAllTaskReq
(*WarorderCompleteAllTaskResp)(nil), // 9: WarorderCompleteAllTaskResp
(*Warorder)(nil), // 10: Warorder
(*DreamWarorder)(nil), // 11: DreamWarorder
(*ConIProgress)(nil), // 12: ConIProgress
(*UserAtno)(nil), // 13: UserAtno
}
var file_warorder_warorder_msg_proto_depIdxs = []int32{
10, // 0: WarorderInfoResp.warorder:type_name -> Warorder
11, // 1: WarorderInfoResp.dwarorder:type_name -> DreamWarorder
12, // 2: WarorderInfoResp.conlds:type_name -> ConIProgress
10, // 3: WarorderReceiveResp.warorder:type_name -> Warorder
11, // 4: WarorderReceiveResp.dwarorder:type_name -> DreamWarorder
13, // 5: WarorderReceiveResp.award:type_name -> UserAtno
11, // 6: WarorderBuyLvResp.info:type_name -> DreamWarorder
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_warorder_warorder_msg_proto_init() }
func file_warorder_warorder_msg_proto_init() {
if File_warorder_warorder_msg_proto != nil {
return
}
file_warorder_warorder_db_proto_init()
file_buried_buried_db_proto_init()
file_comm_proto_init()
if !protoimpl.UnsafeEnabled {
file_warorder_warorder_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderInfoReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderInfoResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderReceiveReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderReceiveResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderBuyLvReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderBuyLvResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderCompleteTaskReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderCompleteTaskResp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderCompleteAllTaskReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_warorder_warorder_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*WarorderCompleteAllTaskResp); 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_warorder_warorder_msg_proto_rawDesc,
NumEnums: 0,
NumMessages: 10,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_warorder_warorder_msg_proto_goTypes,
DependencyIndexes: file_warorder_warorder_msg_proto_depIdxs,
MessageInfos: file_warorder_warorder_msg_proto_msgTypes,
}.Build()
File_warorder_warorder_msg_proto = out.File
file_warorder_warorder_msg_proto_rawDesc = nil
file_warorder_warorder_msg_proto_goTypes = nil
file_warorder_warorder_msg_proto_depIdxs = nil
}