// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.25.1 // source: pkg/proto/music-spot.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 MusicSpotRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AppInfo *MusicSpotRequest_AppInfo `protobuf:"bytes,1,opt,name=appInfo,proto3" json:"appInfo,omitempty"` DevInfo *MusicSpotRequest_DevInfo `protobuf:"bytes,2,opt,name=devInfo,proto3" json:"devInfo,omitempty"` Data *MusicSpotRequest_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` } func (x *MusicSpotRequest) Reset() { *x = MusicSpotRequest{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotRequest) ProtoMessage() {} func (x *MusicSpotRequest) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotRequest.ProtoReflect.Descriptor instead. func (*MusicSpotRequest) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{0} } func (x *MusicSpotRequest) GetAppInfo() *MusicSpotRequest_AppInfo { if x != nil { return x.AppInfo } return nil } func (x *MusicSpotRequest) GetDevInfo() *MusicSpotRequest_DevInfo { if x != nil { return x.DevInfo } return nil } func (x *MusicSpotRequest) GetData() *MusicSpotRequest_Data { if x != nil { return x.Data } return nil } type MusicSpotResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Status *MusicSpotResponse_Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *MusicSpotResponse_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *MusicSpotResponse) Reset() { *x = MusicSpotResponse{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotResponse) ProtoMessage() {} func (x *MusicSpotResponse) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotResponse.ProtoReflect.Descriptor instead. func (*MusicSpotResponse) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{1} } func (x *MusicSpotResponse) GetStatus() *MusicSpotResponse_Status { if x != nil { return x.Status } return nil } func (x *MusicSpotResponse) GetData() *MusicSpotResponse_Data { if x != nil { return x.Data } return nil } type MusicSpotRequest_AppInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" json:"requestId,omitempty"` } func (x *MusicSpotRequest_AppInfo) Reset() { *x = MusicSpotRequest_AppInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotRequest_AppInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotRequest_AppInfo) ProtoMessage() {} func (x *MusicSpotRequest_AppInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotRequest_AppInfo.ProtoReflect.Descriptor instead. func (*MusicSpotRequest_AppInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{0, 0} } func (x *MusicSpotRequest_AppInfo) GetRequestId() string { if x != nil { return x.RequestId } return "" } type MusicSpotRequest_DevInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mac string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"` SubMac string `protobuf:"bytes,2,opt,name=subMac,proto3" json:"subMac,omitempty"` // 子设备mac,中控变成了子设备 Mid string `protobuf:"bytes,3,opt,name=mid,proto3" json:"mid,omitempty"` // mid Vender string `protobuf:"bytes,4,opt,name=vender,proto3" json:"vender,omitempty"` // 细分码,用于设备没授权的情况下给默认boot Hid string `protobuf:"bytes,5,opt,name=hid,proto3" json:"hid,omitempty"` // 模组id,优先级高于细分码 - 若能匹配,优先使用 HomeId string `protobuf:"bytes,6,opt,name=homeId,proto3" json:"homeId,omitempty"` // 设备所属家庭id UserId string `protobuf:"bytes,7,opt,name=userId,proto3" json:"userId,omitempty"` // 用户id } func (x *MusicSpotRequest_DevInfo) Reset() { *x = MusicSpotRequest_DevInfo{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotRequest_DevInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotRequest_DevInfo) ProtoMessage() {} func (x *MusicSpotRequest_DevInfo) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotRequest_DevInfo.ProtoReflect.Descriptor instead. func (*MusicSpotRequest_DevInfo) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{0, 1} } func (x *MusicSpotRequest_DevInfo) GetMac() string { if x != nil { return x.Mac } return "" } func (x *MusicSpotRequest_DevInfo) GetSubMac() string { if x != nil { return x.SubMac } return "" } func (x *MusicSpotRequest_DevInfo) GetMid() string { if x != nil { return x.Mid } return "" } func (x *MusicSpotRequest_DevInfo) GetVender() string { if x != nil { return x.Vender } return "" } func (x *MusicSpotRequest_DevInfo) GetHid() string { if x != nil { return x.Hid } return "" } func (x *MusicSpotRequest_DevInfo) GetHomeId() string { if x != nil { return x.HomeId } return "" } func (x *MusicSpotRequest_DevInfo) GetUserId() string { if x != nil { return x.UserId } return "" } type MusicSpotRequest_Data struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // 目前不生效 } func (x *MusicSpotRequest_Data) Reset() { *x = MusicSpotRequest_Data{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotRequest_Data) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotRequest_Data) ProtoMessage() {} func (x *MusicSpotRequest_Data) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotRequest_Data.ProtoReflect.Descriptor instead. func (*MusicSpotRequest_Data) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{0, 2} } func (x *MusicSpotRequest_Data) GetQuery() string { if x != nil { return x.Query } return "" } func (x *MusicSpotRequest_Data) GetLimit() int64 { if x != nil { return x.Limit } return 0 } type MusicSpotResponse_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 *MusicSpotResponse_Status) Reset() { *x = MusicSpotResponse_Status{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotResponse_Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotResponse_Status) ProtoMessage() {} func (x *MusicSpotResponse_Status) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotResponse_Status.ProtoReflect.Descriptor instead. func (*MusicSpotResponse_Status) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{1, 0} } func (x *MusicSpotResponse_Status) GetCode() int32 { if x != nil { return x.Code } return 0 } func (x *MusicSpotResponse_Status) GetMsg() string { if x != nil { return x.Msg } return "" } type MusicSpotResponse_SourceItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MediaId string `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId,omitempty"` Singer string `protobuf:"bytes,2,opt,name=singer,proto3" json:"singer,omitempty"` Song string `protobuf:"bytes,3,opt,name=song,proto3" json:"song,omitempty"` } func (x *MusicSpotResponse_SourceItem) Reset() { *x = MusicSpotResponse_SourceItem{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotResponse_SourceItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotResponse_SourceItem) ProtoMessage() {} func (x *MusicSpotResponse_SourceItem) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotResponse_SourceItem.ProtoReflect.Descriptor instead. func (*MusicSpotResponse_SourceItem) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{1, 1} } func (x *MusicSpotResponse_SourceItem) GetMediaId() string { if x != nil { return x.MediaId } return "" } func (x *MusicSpotResponse_SourceItem) GetSinger() string { if x != nil { return x.Singer } return "" } func (x *MusicSpotResponse_SourceItem) GetSong() string { if x != nil { return x.Song } return "" } type MusicSpotResponse_Data struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ListItems []*MusicSpotResponse_SourceItem `protobuf:"bytes,1,rep,name=listItems,proto3" json:"listItems,omitempty"` } func (x *MusicSpotResponse_Data) Reset() { *x = MusicSpotResponse_Data{} if protoimpl.UnsafeEnabled { mi := &file_pkg_proto_music_spot_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MusicSpotResponse_Data) String() string { return protoimpl.X.MessageStringOf(x) } func (*MusicSpotResponse_Data) ProtoMessage() {} func (x *MusicSpotResponse_Data) ProtoReflect() protoreflect.Message { mi := &file_pkg_proto_music_spot_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 MusicSpotResponse_Data.ProtoReflect.Descriptor instead. func (*MusicSpotResponse_Data) Descriptor() ([]byte, []int) { return file_pkg_proto_music_spot_proto_rawDescGZIP(), []int{1, 2} } func (x *MusicSpotResponse_Data) GetListItems() []*MusicSpotResponse_SourceItem { if x != nil { return x.ListItems } return nil } var File_pkg_proto_music_spot_proto protoreflect.FileDescriptor var file_pkg_proto_music_spot_proto_rawDesc = []byte{ 0x0a, 0x1a, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x2d, 0x73, 0x70, 0x6f, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb9, 0x03, 0x0a, 0x10, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 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, 0x39, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 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, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x27, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x1a, 0x9f, 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, 0x16, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x75, 0x62, 0x4d, 0x61, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x1a, 0x32, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0xce, 0x02, 0x0a, 0x11, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x31, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 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, 0x1a, 0x52, 0x0a, 0x0a, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x6f, 0x6e, 0x67, 0x1a, 0x49, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x41, 0x0a, 0x09, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x09, 0x6c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x32, 0x4e, 0x0a, 0x09, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x12, 0x41, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x17, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x53, 0x70, 0x6f, 0x74, 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_music_spot_proto_rawDescOnce sync.Once file_pkg_proto_music_spot_proto_rawDescData = file_pkg_proto_music_spot_proto_rawDesc ) func file_pkg_proto_music_spot_proto_rawDescGZIP() []byte { file_pkg_proto_music_spot_proto_rawDescOnce.Do(func() { file_pkg_proto_music_spot_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_proto_music_spot_proto_rawDescData) }) return file_pkg_proto_music_spot_proto_rawDescData } var file_pkg_proto_music_spot_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_pkg_proto_music_spot_proto_goTypes = []interface{}{ (*MusicSpotRequest)(nil), // 0: proto.MusicSpotRequest (*MusicSpotResponse)(nil), // 1: proto.MusicSpotResponse (*MusicSpotRequest_AppInfo)(nil), // 2: proto.MusicSpotRequest.AppInfo (*MusicSpotRequest_DevInfo)(nil), // 3: proto.MusicSpotRequest.DevInfo (*MusicSpotRequest_Data)(nil), // 4: proto.MusicSpotRequest.Data (*MusicSpotResponse_Status)(nil), // 5: proto.MusicSpotResponse.Status (*MusicSpotResponse_SourceItem)(nil), // 6: proto.MusicSpotResponse.SourceItem (*MusicSpotResponse_Data)(nil), // 7: proto.MusicSpotResponse.Data } var file_pkg_proto_music_spot_proto_depIdxs = []int32{ 2, // 0: proto.MusicSpotRequest.appInfo:type_name -> proto.MusicSpotRequest.AppInfo 3, // 1: proto.MusicSpotRequest.devInfo:type_name -> proto.MusicSpotRequest.DevInfo 4, // 2: proto.MusicSpotRequest.data:type_name -> proto.MusicSpotRequest.Data 5, // 3: proto.MusicSpotResponse.status:type_name -> proto.MusicSpotResponse.Status 7, // 4: proto.MusicSpotResponse.data:type_name -> proto.MusicSpotResponse.Data 6, // 5: proto.MusicSpotResponse.Data.listItems:type_name -> proto.MusicSpotResponse.SourceItem 0, // 6: proto.MusicSpot.GetMusicList:input_type -> proto.MusicSpotRequest 1, // 7: proto.MusicSpot.GetMusicList:output_type -> proto.MusicSpotResponse 7, // [7:8] is the sub-list for method output_type 6, // [6:7] is the sub-list for method input_type 6, // [6:6] is the sub-list for extension type_name 6, // [6:6] is the sub-list for extension extendee 0, // [0:6] is the sub-list for field type_name } func init() { file_pkg_proto_music_spot_proto_init() } func file_pkg_proto_music_spot_proto_init() { if File_pkg_proto_music_spot_proto != nil { return } if !protoimpl.UnsafeEnabled { file_pkg_proto_music_spot_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotRequest_AppInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotRequest_DevInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotRequest_Data); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotResponse_Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotResponse_SourceItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_pkg_proto_music_spot_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MusicSpotResponse_Data); 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_music_spot_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 1, }, GoTypes: file_pkg_proto_music_spot_proto_goTypes, DependencyIndexes: file_pkg_proto_music_spot_proto_depIdxs, MessageInfos: file_pkg_proto_music_spot_proto_msgTypes, }.Build() File_pkg_proto_music_spot_proto = out.File file_pkg_proto_music_spot_proto_rawDesc = nil file_pkg_proto_music_spot_proto_goTypes = nil file_pkg_proto_music_spot_proto_depIdxs = nil }