// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: achieve/achieve_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 AchieveInfoReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *AchieveInfoReq) Reset() { *x = AchieveInfoReq{} if protoimpl.UnsafeEnabled { mi := &file_achieve_achieve_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AchieveInfoReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*AchieveInfoReq) ProtoMessage() {} func (x *AchieveInfoReq) ProtoReflect() protoreflect.Message { mi := &file_achieve_achieve_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 AchieveInfoReq.ProtoReflect.Descriptor instead. func (*AchieveInfoReq) Descriptor() ([]byte, []int) { return file_achieve_achieve_msg_proto_rawDescGZIP(), []int{0} } //系统信息拉取 type AchieveInfoResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBAchieveData `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` Tasks []*ConIProgress `protobuf:"bytes,2,rep,name=tasks,proto3" json:"tasks"` } func (x *AchieveInfoResp) Reset() { *x = AchieveInfoResp{} if protoimpl.UnsafeEnabled { mi := &file_achieve_achieve_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AchieveInfoResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*AchieveInfoResp) ProtoMessage() {} func (x *AchieveInfoResp) ProtoReflect() protoreflect.Message { mi := &file_achieve_achieve_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 AchieveInfoResp.ProtoReflect.Descriptor instead. func (*AchieveInfoResp) Descriptor() ([]byte, []int) { return file_achieve_achieve_msg_proto_rawDescGZIP(), []int{1} } func (x *AchieveInfoResp) GetInfo() *DBAchieveData { if x != nil { return x.Info } return nil } func (x *AchieveInfoResp) GetTasks() []*ConIProgress { if x != nil { return x.Tasks } return nil } type AchieveAwardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` } func (x *AchieveAwardReq) Reset() { *x = AchieveAwardReq{} if protoimpl.UnsafeEnabled { mi := &file_achieve_achieve_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AchieveAwardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*AchieveAwardReq) ProtoMessage() {} func (x *AchieveAwardReq) ProtoReflect() protoreflect.Message { mi := &file_achieve_achieve_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 AchieveAwardReq.ProtoReflect.Descriptor instead. func (*AchieveAwardReq) Descriptor() ([]byte, []int) { return file_achieve_achieve_msg_proto_rawDescGZIP(), []int{2} } func (x *AchieveAwardReq) GetId() int32 { if x != nil { return x.Id } return 0 } type AchieveAwardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励 } func (x *AchieveAwardResp) Reset() { *x = AchieveAwardResp{} if protoimpl.UnsafeEnabled { mi := &file_achieve_achieve_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AchieveAwardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*AchieveAwardResp) ProtoMessage() {} func (x *AchieveAwardResp) ProtoReflect() protoreflect.Message { mi := &file_achieve_achieve_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 AchieveAwardResp.ProtoReflect.Descriptor instead. func (*AchieveAwardResp) Descriptor() ([]byte, []int) { return file_achieve_achieve_msg_proto_rawDescGZIP(), []int{3} } func (x *AchieveAwardResp) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *AchieveAwardResp) GetAward() []*UserAtno { if x != nil { return x.Award } return nil } var File_achieve_achieve_msg_proto protoreflect.FileDescriptor var file_achieve_achieve_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x2f, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x2f, 0x61, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 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, 0x10, 0x0a, 0x0e, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x5a, 0x0a, 0x0f, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x23, 0x0a, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x22, 0x21, 0x0a, 0x0f, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0x43, 0x0a, 0x10, 0x41, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 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_achieve_achieve_msg_proto_rawDescOnce sync.Once file_achieve_achieve_msg_proto_rawDescData = file_achieve_achieve_msg_proto_rawDesc ) func file_achieve_achieve_msg_proto_rawDescGZIP() []byte { file_achieve_achieve_msg_proto_rawDescOnce.Do(func() { file_achieve_achieve_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_achieve_achieve_msg_proto_rawDescData) }) return file_achieve_achieve_msg_proto_rawDescData } var file_achieve_achieve_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_achieve_achieve_msg_proto_goTypes = []interface{}{ (*AchieveInfoReq)(nil), // 0: AchieveInfoReq (*AchieveInfoResp)(nil), // 1: AchieveInfoResp (*AchieveAwardReq)(nil), // 2: AchieveAwardReq (*AchieveAwardResp)(nil), // 3: AchieveAwardResp (*DBAchieveData)(nil), // 4: DBAchieveData (*ConIProgress)(nil), // 5: ConIProgress (*UserAtno)(nil), // 6: UserAtno } var file_achieve_achieve_msg_proto_depIdxs = []int32{ 4, // 0: AchieveInfoResp.info:type_name -> DBAchieveData 5, // 1: AchieveInfoResp.tasks:type_name -> ConIProgress 6, // 2: AchieveAwardResp.award:type_name -> UserAtno 3, // [3:3] is the sub-list for method output_type 3, // [3:3] is the sub-list for method input_type 3, // [3:3] is the sub-list for extension type_name 3, // [3:3] is the sub-list for extension extendee 0, // [0:3] is the sub-list for field type_name } func init() { file_achieve_achieve_msg_proto_init() } func file_achieve_achieve_msg_proto_init() { if File_achieve_achieve_msg_proto != nil { return } file_achieve_achieve_db_proto_init() file_buried_buried_db_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_achieve_achieve_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AchieveInfoReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_achieve_achieve_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AchieveInfoResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_achieve_achieve_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AchieveAwardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_achieve_achieve_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AchieveAwardResp); 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_achieve_achieve_msg_proto_rawDesc, NumEnums: 0, NumMessages: 4, NumExtensions: 0, NumServices: 0, }, GoTypes: file_achieve_achieve_msg_proto_goTypes, DependencyIndexes: file_achieve_achieve_msg_proto_depIdxs, MessageInfos: file_achieve_achieve_msg_proto_msgTypes, }.Build() File_achieve_achieve_msg_proto = out.File file_achieve_achieve_msg_proto_rawDesc = nil file_achieve_achieve_msg_proto_goTypes = nil file_achieve_achieve_msg_proto_depIdxs = nil }