// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: fitness/fitness_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) ) ///健身获得buff请求 type FitnessGetBuffReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Posture int32 `protobuf:"varint,1,opt,name=posture,proto3" json:"posture"` } func (x *FitnessGetBuffReq) Reset() { *x = FitnessGetBuffReq{} if protoimpl.UnsafeEnabled { mi := &file_fitness_fitness_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FitnessGetBuffReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*FitnessGetBuffReq) ProtoMessage() {} func (x *FitnessGetBuffReq) ProtoReflect() protoreflect.Message { mi := &file_fitness_fitness_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 FitnessGetBuffReq.ProtoReflect.Descriptor instead. func (*FitnessGetBuffReq) Descriptor() ([]byte, []int) { return file_fitness_fitness_msg_proto_rawDescGZIP(), []int{0} } func (x *FitnessGetBuffReq) GetPosture() int32 { if x != nil { return x.Posture } return 0 } ///健身获得buff请求 回应 type FitnessGetBuffResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Buffid int32 `protobuf:"varint,1,opt,name=buffid,proto3" json:"buffid"` } func (x *FitnessGetBuffResp) Reset() { *x = FitnessGetBuffResp{} if protoimpl.UnsafeEnabled { mi := &file_fitness_fitness_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FitnessGetBuffResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*FitnessGetBuffResp) ProtoMessage() {} func (x *FitnessGetBuffResp) ProtoReflect() protoreflect.Message { mi := &file_fitness_fitness_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 FitnessGetBuffResp.ProtoReflect.Descriptor instead. func (*FitnessGetBuffResp) Descriptor() ([]byte, []int) { return file_fitness_fitness_msg_proto_rawDescGZIP(), []int{1} } func (x *FitnessGetBuffResp) GetBuffid() int32 { if x != nil { return x.Buffid } return 0 } ///健身 确认buff 请求 type FitnessConfirmReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Buffid int32 `protobuf:"varint,1,opt,name=buffid,proto3" json:"buffid"` } func (x *FitnessConfirmReq) Reset() { *x = FitnessConfirmReq{} if protoimpl.UnsafeEnabled { mi := &file_fitness_fitness_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FitnessConfirmReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*FitnessConfirmReq) ProtoMessage() {} func (x *FitnessConfirmReq) ProtoReflect() protoreflect.Message { mi := &file_fitness_fitness_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 FitnessConfirmReq.ProtoReflect.Descriptor instead. func (*FitnessConfirmReq) Descriptor() ([]byte, []int) { return file_fitness_fitness_msg_proto_rawDescGZIP(), []int{2} } func (x *FitnessConfirmReq) GetBuffid() int32 { if x != nil { return x.Buffid } return 0 } ///健身 确认buff 请求回应 type FitnessConfirmResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Buffid int32 `protobuf:"varint,1,opt,name=buffid,proto3" json:"buffid"` } func (x *FitnessConfirmResp) Reset() { *x = FitnessConfirmResp{} if protoimpl.UnsafeEnabled { mi := &file_fitness_fitness_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FitnessConfirmResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*FitnessConfirmResp) ProtoMessage() {} func (x *FitnessConfirmResp) ProtoReflect() protoreflect.Message { mi := &file_fitness_fitness_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 FitnessConfirmResp.ProtoReflect.Descriptor instead. func (*FitnessConfirmResp) Descriptor() ([]byte, []int) { return file_fitness_fitness_msg_proto_rawDescGZIP(), []int{3} } func (x *FitnessConfirmResp) GetBuffid() int32 { if x != nil { return x.Buffid } return 0 } var File_fitness_fitness_msg_proto protoreflect.FileDescriptor var file_fitness_fitness_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x66, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x2f, 0x66, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2d, 0x0a, 0x11, 0x46, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x65, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x75, 0x72, 0x65, 0x22, 0x2c, 0x0a, 0x12, 0x46, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x65, 0x74, 0x42, 0x75, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x22, 0x2b, 0x0a, 0x11, 0x46, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x22, 0x2c, 0x0a, 0x12, 0x46, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x75, 0x66, 0x66, 0x69, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_fitness_fitness_msg_proto_rawDescOnce sync.Once file_fitness_fitness_msg_proto_rawDescData = file_fitness_fitness_msg_proto_rawDesc ) func file_fitness_fitness_msg_proto_rawDescGZIP() []byte { file_fitness_fitness_msg_proto_rawDescOnce.Do(func() { file_fitness_fitness_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_fitness_fitness_msg_proto_rawDescData) }) return file_fitness_fitness_msg_proto_rawDescData } var file_fitness_fitness_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_fitness_fitness_msg_proto_goTypes = []interface{}{ (*FitnessGetBuffReq)(nil), // 0: FitnessGetBuffReq (*FitnessGetBuffResp)(nil), // 1: FitnessGetBuffResp (*FitnessConfirmReq)(nil), // 2: FitnessConfirmReq (*FitnessConfirmResp)(nil), // 3: FitnessConfirmResp } var file_fitness_fitness_msg_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_fitness_fitness_msg_proto_init() } func file_fitness_fitness_msg_proto_init() { if File_fitness_fitness_msg_proto != nil { return } if !protoimpl.UnsafeEnabled { file_fitness_fitness_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FitnessGetBuffReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_fitness_fitness_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FitnessGetBuffResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_fitness_fitness_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FitnessConfirmReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_fitness_fitness_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FitnessConfirmResp); 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_fitness_fitness_msg_proto_rawDesc, NumEnums: 0, NumMessages: 4, NumExtensions: 0, NumServices: 0, }, GoTypes: file_fitness_fitness_msg_proto_goTypes, DependencyIndexes: file_fitness_fitness_msg_proto_depIdxs, MessageInfos: file_fitness_fitness_msg_proto_msgTypes, }.Build() File_fitness_fitness_msg_proto = out.File file_fitness_fitness_msg_proto_rawDesc = nil file_fitness_fitness_msg_proto_goTypes = nil file_fitness_fitness_msg_proto_depIdxs = nil }