// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.25.1 // source: pkg/proto/alarm_remind_skill.proto package proto 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 AlarmRemindSkillRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AppInfo *AlarmRemindSkillRequest_AppInfo `protobuf:"bytes,1,opt,name=appInfo,proto3" json:"appInfo,omitempty"` DevInfo *AlarmRemindSkillRequest_DevInfo `protobuf:"bytes,2,opt,name=devInfo,proto3" json:"devInfo,omitempty"` Command *AlarmRemindSkillRequest_Command `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"` AsrRecognize string `protobuf:"bytes,4,opt,name=asr_recognize,json=asrRecognize,proto3" json:"asr_recognize,omitempty"` } func (x *AlarmRemindSkillRequest) Reset() { *x = AlarmRemindSkillRequest{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillRequest) ProtoMessage() {} func (x *AlarmRemindSkillRequest) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillRequest.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillRequest) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{0} } func (x *AlarmRemindSkillRequest) GetAppInfo() *AlarmRemindSkillRequest_AppInfo { if x != nil { return x.AppInfo } return nil } func (x *AlarmRemindSkillRequest) GetDevInfo() *AlarmRemindSkillRequest_DevInfo { if x != nil { return x.DevInfo } return nil } func (x *AlarmRemindSkillRequest) GetCommand() *AlarmRemindSkillRequest_Command { if x != nil { return x.Command } return nil } func (x *AlarmRemindSkillRequest) GetAsrRecognize() string { if x != nil { return x.AsrRecognize } return "" } type AlarmRemindSkillResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *AlarmRemindSkillResponse_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` } func (x *AlarmRemindSkillResponse) Reset() { *x = AlarmRemindSkillResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillResponse) ProtoMessage() {} func (x *AlarmRemindSkillResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillResponse.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{1} } func (x *AlarmRemindSkillResponse) GetStatus() *AlarmRemindSkillResponse_Status { if x != nil { return x.Status } return nil } type AlarmRemindSkillRequest_AppInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` } func (x *AlarmRemindSkillRequest_AppInfo) Reset() { *x = AlarmRemindSkillRequest_AppInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillRequest_AppInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillRequest_AppInfo) ProtoMessage() {} func (x *AlarmRemindSkillRequest_AppInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillRequest_AppInfo.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillRequest_AppInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{0, 0} } func (x *AlarmRemindSkillRequest_AppInfo) GetAppId() string { if x != nil { return x.AppId } return "" } func (x *AlarmRemindSkillRequest_AppInfo) GetRequestId() string { if x != nil { return x.RequestId } return "" } type AlarmRemindSkillRequest_DevInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mac string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"` Mid string `protobuf:"bytes,2,opt,name=mid,proto3" json:"mid,omitempty"` Vender string `protobuf:"bytes,3,opt,name=vender,proto3" json:"vender,omitempty"` Hid string `protobuf:"bytes,4,opt,name=hid,proto3" json:"hid,omitempty"` // 模组id HomeId string `protobuf:"bytes,5,opt,name=homeId,proto3" json:"homeId,omitempty"` //家庭id Uid string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"` // 用户id(可以空,语音入口一般无法识别用户) } func (x *AlarmRemindSkillRequest_DevInfo) Reset() { *x = AlarmRemindSkillRequest_DevInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillRequest_DevInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillRequest_DevInfo) ProtoMessage() {} func (x *AlarmRemindSkillRequest_DevInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillRequest_DevInfo.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillRequest_DevInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{0, 1} } func (x *AlarmRemindSkillRequest_DevInfo) GetMac() string { if x != nil { return x.Mac } return "" } func (x *AlarmRemindSkillRequest_DevInfo) GetMid() string { if x != nil { return x.Mid } return "" } func (x *AlarmRemindSkillRequest_DevInfo) GetVender() string { if x != nil { return x.Vender } return "" } func (x *AlarmRemindSkillRequest_DevInfo) GetHid() string { if x != nil { return x.Hid } return "" } func (x *AlarmRemindSkillRequest_DevInfo) GetHomeId() string { if x != nil { return x.HomeId } return "" } func (x *AlarmRemindSkillRequest_DevInfo) GetUid() string { if x != nil { return x.Uid } return "" } type AlarmRemindSkillRequest_Command struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Api string `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"` // 意图 Extra string `protobuf:"bytes,2,opt,name=extra,proto3" json:"extra,omitempty"` // speech解析原字段 : 内部有content字段提取闹钟列表 Object string `protobuf:"bytes,3,opt,name=object,proto3" json:"object,omitempty"` // speech解析原字段:闹钟/提醒(日程) } func (x *AlarmRemindSkillRequest_Command) Reset() { *x = AlarmRemindSkillRequest_Command{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillRequest_Command) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillRequest_Command) ProtoMessage() {} func (x *AlarmRemindSkillRequest_Command) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillRequest_Command.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillRequest_Command) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{0, 2} } func (x *AlarmRemindSkillRequest_Command) GetApi() string { if x != nil { return x.Api } return "" } func (x *AlarmRemindSkillRequest_Command) GetExtra() string { if x != nil { return x.Extra } return "" } func (x *AlarmRemindSkillRequest_Command) GetObject() string { if x != nil { return x.Object } return "" } type AlarmRemindSkillResponse_Status struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` } func (x *AlarmRemindSkillResponse_Status) Reset() { *x = AlarmRemindSkillResponse_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_alarm_remind_skill_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AlarmRemindSkillResponse_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*AlarmRemindSkillResponse_Status) ProtoMessage() {} func (x *AlarmRemindSkillResponse_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_alarm_remind_skill_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 AlarmRemindSkillResponse_Status.ProtoReflect.Descriptor instead. func (*AlarmRemindSkillResponse_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP(), []int{1, 0} } func (x *AlarmRemindSkillResponse_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *AlarmRemindSkillResponse_Status) GetMsg() string { if x != nil { return x.Msg } return "" } var File_pkg_proto_alarm_remind_skill_proto protoreflect.FileDescriptor var file_pkg_proto_alarm_remind_skill_proto_rawDesc = []byte{ 0x0a, 0x22, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x6c, 0x61, 0x72, 0x6d, 0x5f, 0x72, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x5f, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x92, 0x04, 0x0a, 0x17, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x40, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x64, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x40, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x73, 0x72, 0x5f, 0x72, 0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x73, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x7a, 0x65, 0x1a, 0x3d, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x1a, 0x81, 0x01, 0x0a, 0x07, 0x44, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x1a, 0x49, 0x0a, 0x07, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x70, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x61, 0x70, 0x69, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x18, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x1a, 0x2e, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x32, 0x6a, 0x0a, 0x10, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x12, 0x56, 0x0a, 0x13, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x1e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x6c, 0x61, 0x72, 0x6d, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x13, 0x5a, 0x11, 0x2e, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_pkg_proto_alarm_remind_skill_proto_rawDescOnce sync.Once file_pkg_proto_alarm_remind_skill_proto_rawDescData = file_pkg_proto_alarm_remind_skill_proto_rawDesc ) func file_pkg_proto_alarm_remind_skill_proto_rawDescGZIP() []byte { file_pkg_proto_alarm_remind_skill_proto_rawDescOnce.Do(func() { file_pkg_proto_alarm_remind_skill_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_proto_alarm_remind_skill_proto_rawDescData) }) return file_pkg_proto_alarm_remind_skill_proto_rawDescData } var file_pkg_proto_alarm_remind_skill_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_pkg_proto_alarm_remind_skill_proto_goTypes = []interface{}{ (*AlarmRemindSkillRequest)(nil), // 0: proto.AlarmRemindSkillRequest (*AlarmRemindSkillResponse)(nil), // 1: proto.AlarmRemindSkillResponse (*AlarmRemindSkillRequest_AppInfo)(nil), // 2: proto.AlarmRemindSkillRequest.AppInfo (*AlarmRemindSkillRequest_DevInfo)(nil), // 3: proto.AlarmRemindSkillRequest.DevInfo (*AlarmRemindSkillRequest_Command)(nil), // 4: proto.AlarmRemindSkillRequest.Command (*AlarmRemindSkillResponse_Status)(nil), // 5: proto.AlarmRemindSkillResponse.Status } var file_pkg_proto_alarm_remind_skill_proto_depIdxs = []int32{ 2, // 0: proto.AlarmRemindSkillRequest.appInfo:type_name -> proto.AlarmRemindSkillRequest.AppInfo 3, // 1: proto.AlarmRemindSkillRequest.devInfo:type_name -> proto.AlarmRemindSkillRequest.DevInfo 4, // 2: proto.AlarmRemindSkillRequest.command:type_name -> proto.AlarmRemindSkillRequest.Command 5, // 3: proto.AlarmRemindSkillResponse.status:type_name -> proto.AlarmRemindSkillResponse.Status 0, // 4: proto.AlarmRemindSkill.HandleSpeechCommand:input_type -> proto.AlarmRemindSkillRequest 1, // 5: proto.AlarmRemindSkill.HandleSpeechCommand:output_type -> proto.AlarmRemindSkillResponse 5, // [5:6] is the sub-list for method output_type 4, // [4:5] 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_pkg_proto_alarm_remind_skill_proto_init() } func file_pkg_proto_alarm_remind_skill_proto_init() { if File_pkg_proto_alarm_remind_skill_proto != nil { return } if !protoimpl.UnsafeEnabled { file_pkg_proto_alarm_remind_skill_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_alarm_remind_skill_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_alarm_remind_skill_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillRequest_AppInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_alarm_remind_skill_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillRequest_DevInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_alarm_remind_skill_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillRequest_Command); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_alarm_remind_skill_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AlarmRemindSkillResponse_Status); 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_pkg_proto_alarm_remind_skill_proto_rawDesc, NumEnums: 0, NumMessages: 6, NumExtensions: 0, NumServices: 1, }, GoTypes: file_pkg_proto_alarm_remind_skill_proto_goTypes, DependencyIndexes: file_pkg_proto_alarm_remind_skill_proto_depIdxs, MessageInfos: file_pkg_proto_alarm_remind_skill_proto_msgTypes, }.Build() File_pkg_proto_alarm_remind_skill_proto = out.File file_pkg_proto_alarm_remind_skill_proto_rawDesc = nil file_pkg_proto_alarm_remind_skill_proto_goTypes = nil file_pkg_proto_alarm_remind_skill_proto_depIdxs = nil }