// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: gourmet/gourmet_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 GourmetGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *GourmetGetListReq) Reset() { *x = GourmetGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetGetListReq) ProtoMessage() {} func (x *GourmetGetListReq) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetGetListReq.ProtoReflect.Descriptor instead. func (*GourmetGetListReq) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{0} } // 返回进度信息 type GourmetGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBGourmet `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *GourmetGetListResp) Reset() { *x = GourmetGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetGetListResp) ProtoMessage() {} func (x *GourmetGetListResp) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetGetListResp.ProtoReflect.Descriptor instead. func (*GourmetGetListResp) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{1} } func (x *GourmetGetListResp) GetData() *DBGourmet { if x != nil { return x.Data } return nil } // 创建订单 type GourmetCreateOrderReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Order []*OrderCook `protobuf:"bytes,1,rep,name=order,proto3" json:"order"` // 烹饪时间不用传 后端会重新计算 } func (x *GourmetCreateOrderReq) Reset() { *x = GourmetCreateOrderReq{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetCreateOrderReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetCreateOrderReq) ProtoMessage() {} func (x *GourmetCreateOrderReq) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetCreateOrderReq.ProtoReflect.Descriptor instead. func (*GourmetCreateOrderReq) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{2} } func (x *GourmetCreateOrderReq) GetOrder() []*OrderCook { if x != nil { return x.Order } return nil } type GourmetCreateOrderResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBGourmet `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *GourmetCreateOrderResp) Reset() { *x = GourmetCreateOrderResp{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetCreateOrderResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetCreateOrderResp) ProtoMessage() {} func (x *GourmetCreateOrderResp) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetCreateOrderResp.ProtoReflect.Descriptor instead. func (*GourmetCreateOrderResp) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{3} } func (x *GourmetCreateOrderResp) GetData() *DBGourmet { if x != nil { return x.Data } return nil } // 领取奖励 type GourmetGetRewardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *GourmetGetRewardReq) Reset() { *x = GourmetGetRewardReq{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetGetRewardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetGetRewardReq) ProtoMessage() {} func (x *GourmetGetRewardReq) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetGetRewardReq.ProtoReflect.Descriptor instead. func (*GourmetGetRewardReq) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{4} } type GourmetGetRewardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBGourmet `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *GourmetGetRewardResp) Reset() { *x = GourmetGetRewardResp{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetGetRewardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetGetRewardResp) ProtoMessage() {} func (x *GourmetGetRewardResp) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetGetRewardResp.ProtoReflect.Descriptor instead. func (*GourmetGetRewardResp) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{5} } func (x *GourmetGetRewardResp) GetData() *DBGourmet { if x != nil { return x.Data } return nil } // 技能升级 type GourmetSkillLvReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SkillType int32 `protobuf:"varint,1,opt,name=skillType,proto3" json:"skillType"` // 技能id } func (x *GourmetSkillLvReq) Reset() { *x = GourmetSkillLvReq{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetSkillLvReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetSkillLvReq) ProtoMessage() {} func (x *GourmetSkillLvReq) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetSkillLvReq.ProtoReflect.Descriptor instead. func (*GourmetSkillLvReq) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{6} } func (x *GourmetSkillLvReq) GetSkillType() int32 { if x != nil { return x.SkillType } return 0 } type GourmetSkillLvResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBGourmet `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *GourmetSkillLvResp) Reset() { *x = GourmetSkillLvResp{} if protoimpl.UnsafeEnabled { mi := &file_gourmet_gourmet_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GourmetSkillLvResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GourmetSkillLvResp) ProtoMessage() {} func (x *GourmetSkillLvResp) ProtoReflect() protoreflect.Message { mi := &file_gourmet_gourmet_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 GourmetSkillLvResp.ProtoReflect.Descriptor instead. func (*GourmetSkillLvResp) Descriptor() ([]byte, []int) { return file_gourmet_gourmet_msg_proto_rawDescGZIP(), []int{7} } func (x *GourmetSkillLvResp) GetData() *DBGourmet { if x != nil { return x.Data } return nil } var File_gourmet_gourmet_msg_proto protoreflect.FileDescriptor var file_gourmet_gourmet_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x67, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x2f, 0x67, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x67, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x2f, 0x67, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x13, 0x0a, 0x11, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x34, 0x0a, 0x12, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x39, 0x0a, 0x15, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6f, 0x6b, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x38, 0x0a, 0x16, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x15, 0x0a, 0x13, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x22, 0x36, 0x0a, 0x14, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x31, 0x0a, 0x11, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x4c, 0x76, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x22, 0x34, 0x0a, 0x12, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x4c, 0x76, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x47, 0x6f, 0x75, 0x72, 0x6d, 0x65, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_gourmet_gourmet_msg_proto_rawDescOnce sync.Once file_gourmet_gourmet_msg_proto_rawDescData = file_gourmet_gourmet_msg_proto_rawDesc ) func file_gourmet_gourmet_msg_proto_rawDescGZIP() []byte { file_gourmet_gourmet_msg_proto_rawDescOnce.Do(func() { file_gourmet_gourmet_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_gourmet_gourmet_msg_proto_rawDescData) }) return file_gourmet_gourmet_msg_proto_rawDescData } var file_gourmet_gourmet_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_gourmet_gourmet_msg_proto_goTypes = []interface{}{ (*GourmetGetListReq)(nil), // 0: GourmetGetListReq (*GourmetGetListResp)(nil), // 1: GourmetGetListResp (*GourmetCreateOrderReq)(nil), // 2: GourmetCreateOrderReq (*GourmetCreateOrderResp)(nil), // 3: GourmetCreateOrderResp (*GourmetGetRewardReq)(nil), // 4: GourmetGetRewardReq (*GourmetGetRewardResp)(nil), // 5: GourmetGetRewardResp (*GourmetSkillLvReq)(nil), // 6: GourmetSkillLvReq (*GourmetSkillLvResp)(nil), // 7: GourmetSkillLvResp (*DBGourmet)(nil), // 8: DBGourmet (*OrderCook)(nil), // 9: OrderCook } var file_gourmet_gourmet_msg_proto_depIdxs = []int32{ 8, // 0: GourmetGetListResp.data:type_name -> DBGourmet 9, // 1: GourmetCreateOrderReq.order:type_name -> OrderCook 8, // 2: GourmetCreateOrderResp.data:type_name -> DBGourmet 8, // 3: GourmetGetRewardResp.data:type_name -> DBGourmet 8, // 4: GourmetSkillLvResp.data:type_name -> DBGourmet 5, // [5:5] is the sub-list for method output_type 5, // [5:5] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_gourmet_gourmet_msg_proto_init() } func file_gourmet_gourmet_msg_proto_init() { if File_gourmet_gourmet_msg_proto != nil { return } file_gourmet_gourmet_db_proto_init() if !protoimpl.UnsafeEnabled { file_gourmet_gourmet_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetCreateOrderReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetCreateOrderResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetGetRewardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetGetRewardResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetSkillLvReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_gourmet_gourmet_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GourmetSkillLvResp); 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_gourmet_gourmet_msg_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_gourmet_gourmet_msg_proto_goTypes, DependencyIndexes: file_gourmet_gourmet_msg_proto_depIdxs, MessageInfos: file_gourmet_gourmet_msg_proto_msgTypes, }.Build() File_gourmet_gourmet_msg_proto = out.File file_gourmet_gourmet_msg_proto_rawDesc = nil file_gourmet_gourmet_msg_proto_goTypes = nil file_gourmet_gourmet_msg_proto_depIdxs = nil }