// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc v4.25.0 // source: proto/message/message.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 ElementMessageType int32 const ( ElementMessageType_UNKNOWN ElementMessageType = 0 ElementMessageType_ERROR ElementMessageType = 1 ElementMessageType_CHAT_MESSAGE ElementMessageType = 2 ElementMessageType_PLAY ElementMessageType = 3 ElementMessageType_PAUSE ElementMessageType = 4 ElementMessageType_CHECK_SEEK ElementMessageType = 5 ElementMessageType_TOO_FAST ElementMessageType = 6 ElementMessageType_TOO_SLOW ElementMessageType = 7 ElementMessageType_CHANGE_RATE ElementMessageType = 8 ElementMessageType_CHANGE_SEEK ElementMessageType = 9 ElementMessageType_CHANGE_CURRENT ElementMessageType = 10 ElementMessageType_CHANGE_MOVIES ElementMessageType = 11 ElementMessageType_CHANGE_PEOPLE ElementMessageType = 12 ) // Enum value maps for ElementMessageType. var ( ElementMessageType_name = map[int32]string{ 0: "UNKNOWN", 1: "ERROR", 2: "CHAT_MESSAGE", 3: "PLAY", 4: "PAUSE", 5: "CHECK_SEEK", 6: "TOO_FAST", 7: "TOO_SLOW", 8: "CHANGE_RATE", 9: "CHANGE_SEEK", 10: "CHANGE_CURRENT", 11: "CHANGE_MOVIES", 12: "CHANGE_PEOPLE", } ElementMessageType_value = map[string]int32{ "UNKNOWN": 0, "ERROR": 1, "CHAT_MESSAGE": 2, "PLAY": 3, "PAUSE": 4, "CHECK_SEEK": 5, "TOO_FAST": 6, "TOO_SLOW": 7, "CHANGE_RATE": 8, "CHANGE_SEEK": 9, "CHANGE_CURRENT": 10, "CHANGE_MOVIES": 11, "CHANGE_PEOPLE": 12, } ) func (x ElementMessageType) Enum() *ElementMessageType { p := new(ElementMessageType) *p = x return p } func (x ElementMessageType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ElementMessageType) Descriptor() protoreflect.EnumDescriptor { return file_proto_message_message_proto_enumTypes[0].Descriptor() } func (ElementMessageType) Type() protoreflect.EnumType { return &file_proto_message_message_proto_enumTypes[0] } func (x ElementMessageType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use ElementMessageType.Descriptor instead. func (ElementMessageType) EnumDescriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{0} } type BaseMovieInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Live bool `protobuf:"varint,3,opt,name=live,proto3" json:"live,omitempty"` Proxy bool `protobuf:"varint,4,opt,name=proxy,proto3" json:"proxy,omitempty"` RtmpSource bool `protobuf:"varint,5,opt,name=rtmpSource,proto3" json:"rtmpSource,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` Headers map[string]string `protobuf:"bytes,7,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` VendorInfo *VendorInfo `protobuf:"bytes,8,opt,name=vendorInfo,proto3" json:"vendorInfo,omitempty"` } func (x *BaseMovieInfo) Reset() { *x = BaseMovieInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *BaseMovieInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*BaseMovieInfo) ProtoMessage() {} func (x *BaseMovieInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 BaseMovieInfo.ProtoReflect.Descriptor instead. func (*BaseMovieInfo) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{0} } func (x *BaseMovieInfo) GetUrl() string { if x != nil { return x.Url } return "" } func (x *BaseMovieInfo) GetName() string { if x != nil { return x.Name } return "" } func (x *BaseMovieInfo) GetLive() bool { if x != nil { return x.Live } return false } func (x *BaseMovieInfo) GetProxy() bool { if x != nil { return x.Proxy } return false } func (x *BaseMovieInfo) GetRtmpSource() bool { if x != nil { return x.RtmpSource } return false } func (x *BaseMovieInfo) GetType() string { if x != nil { return x.Type } return "" } func (x *BaseMovieInfo) GetHeaders() map[string]string { if x != nil { return x.Headers } return nil } func (x *BaseMovieInfo) GetVendorInfo() *VendorInfo { if x != nil { return x.VendorInfo } return nil } type MovieInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Base *BaseMovieInfo `protobuf:"bytes,2,opt,name=base,proto3" json:"base,omitempty"` CreatedAt int64 `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"` Creator string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"` } func (x *MovieInfo) Reset() { *x = MovieInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MovieInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*MovieInfo) ProtoMessage() {} func (x *MovieInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 MovieInfo.ProtoReflect.Descriptor instead. func (*MovieInfo) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{1} } func (x *MovieInfo) GetId() string { if x != nil { return x.Id } return "" } func (x *MovieInfo) GetBase() *BaseMovieInfo { if x != nil { return x.Base } return nil } func (x *MovieInfo) GetCreatedAt() int64 { if x != nil { return x.CreatedAt } return 0 } func (x *MovieInfo) GetCreator() string { if x != nil { return x.Creator } return "" } type Status struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Seek float64 `protobuf:"fixed64,1,opt,name=seek,proto3" json:"seek,omitempty"` Rate float64 `protobuf:"fixed64,2,opt,name=rate,proto3" json:"rate,omitempty"` Playing bool `protobuf:"varint,3,opt,name=playing,proto3" json:"playing,omitempty"` } func (x *Status) Reset() { *x = Status{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Status) String() string { return protoimpl.X.MessageStringOf(x) } func (*Status) ProtoMessage() {} func (x *Status) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 Status.ProtoReflect.Descriptor instead. func (*Status) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{2} } func (x *Status) GetSeek() float64 { if x != nil { return x.Seek } return 0 } func (x *Status) GetRate() float64 { if x != nil { return x.Rate } return 0 } func (x *Status) GetPlaying() bool { if x != nil { return x.Playing } return false } type Current struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Movie *MovieInfo `protobuf:"bytes,1,opt,name=movie,proto3" json:"movie,omitempty"` Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` } func (x *Current) Reset() { *x = Current{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Current) String() string { return protoimpl.X.MessageStringOf(x) } func (*Current) ProtoMessage() {} func (x *Current) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 Current.ProtoReflect.Descriptor instead. func (*Current) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{3} } func (x *Current) GetMovie() *MovieInfo { if x != nil { return x.Movie } return nil } func (x *Current) GetStatus() *Status { if x != nil { return x.Status } return nil } type VendorInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` Shared bool `protobuf:"varint,2,opt,name=shared,proto3" json:"shared,omitempty"` Bilibili *BilibiliVendorInfo `protobuf:"bytes,3,opt,name=bilibili,proto3,oneof" json:"bilibili,omitempty"` } func (x *VendorInfo) Reset() { *x = VendorInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *VendorInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*VendorInfo) ProtoMessage() {} func (x *VendorInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 VendorInfo.ProtoReflect.Descriptor instead. func (*VendorInfo) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{4} } func (x *VendorInfo) GetVendor() string { if x != nil { return x.Vendor } return "" } func (x *VendorInfo) GetShared() bool { if x != nil { return x.Shared } return false } func (x *VendorInfo) GetBilibili() *BilibiliVendorInfo { if x != nil { return x.Bilibili } return nil } type BilibiliVendorInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Bvid string `protobuf:"bytes,1,opt,name=bvid,proto3" json:"bvid,omitempty"` Cid uint64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid,omitempty"` Epid uint64 `protobuf:"varint,3,opt,name=epid,proto3" json:"epid,omitempty"` Quality uint64 `protobuf:"varint,4,opt,name=quality,proto3" json:"quality,omitempty"` VendorName string `protobuf:"bytes,5,opt,name=vendorName,proto3" json:"vendorName,omitempty"` } func (x *BilibiliVendorInfo) Reset() { *x = BilibiliVendorInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *BilibiliVendorInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*BilibiliVendorInfo) ProtoMessage() {} func (x *BilibiliVendorInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 BilibiliVendorInfo.ProtoReflect.Descriptor instead. func (*BilibiliVendorInfo) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{5} } func (x *BilibiliVendorInfo) GetBvid() string { if x != nil { return x.Bvid } return "" } func (x *BilibiliVendorInfo) GetCid() uint64 { if x != nil { return x.Cid } return 0 } func (x *BilibiliVendorInfo) GetEpid() uint64 { if x != nil { return x.Epid } return 0 } func (x *BilibiliVendorInfo) GetQuality() uint64 { if x != nil { return x.Quality } return 0 } func (x *BilibiliVendorInfo) GetVendorName() string { if x != nil { return x.VendorName } return "" } type ElementMessage struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type ElementMessageType `protobuf:"varint,1,opt,name=type,proto3,enum=proto.ElementMessageType" json:"type,omitempty"` Sender string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Rate float64 `protobuf:"fixed64,4,opt,name=rate,proto3" json:"rate,omitempty"` Seek float64 `protobuf:"fixed64,5,opt,name=seek,proto3" json:"seek,omitempty"` Current *Current `protobuf:"bytes,6,opt,name=current,proto3,oneof" json:"current,omitempty"` PeopleNum int64 `protobuf:"varint,7,opt,name=peopleNum,proto3" json:"peopleNum,omitempty"` Time int64 `protobuf:"varint,8,opt,name=time,proto3" json:"time,omitempty"` } func (x *ElementMessage) Reset() { *x = ElementMessage{} if protoimpl.UnsafeEnabled { mi := &file_proto_message_message_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ElementMessage) String() string { return protoimpl.X.MessageStringOf(x) } func (*ElementMessage) ProtoMessage() {} func (x *ElementMessage) ProtoReflect() protoreflect.Message { mi := &file_proto_message_message_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 ElementMessage.ProtoReflect.Descriptor instead. func (*ElementMessage) Descriptor() ([]byte, []int) { return file_proto_message_message_proto_rawDescGZIP(), []int{6} } func (x *ElementMessage) GetType() ElementMessageType { if x != nil { return x.Type } return ElementMessageType_UNKNOWN } func (x *ElementMessage) GetSender() string { if x != nil { return x.Sender } return "" } func (x *ElementMessage) GetMessage() string { if x != nil { return x.Message } return "" } func (x *ElementMessage) GetRate() float64 { if x != nil { return x.Rate } return 0 } func (x *ElementMessage) GetSeek() float64 { if x != nil { return x.Seek } return 0 } func (x *ElementMessage) GetCurrent() *Current { if x != nil { return x.Current } return nil } func (x *ElementMessage) GetPeopleNum() int64 { if x != nil { return x.PeopleNum } return 0 } func (x *ElementMessage) GetTime() int64 { if x != nil { return x.Time } return 0 } var File_proto_message_message_proto protoreflect.FileDescriptor var file_proto_message_message_proto_rawDesc = []byte{ 0x0a, 0x1b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbf, 0x02, 0x0a, 0x0d, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x6f, 0x76, 0x69, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x6c, 0x69, 0x76, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x74, 0x6d, 0x70, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x72, 0x74, 0x6d, 0x70, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x3b, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x6f, 0x76, 0x69, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x31, 0x0a, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x56, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x7d, 0x0a, 0x09, 0x4d, 0x6f, 0x76, 0x69, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x28, 0x0a, 0x04, 0x62, 0x61, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x6f, 0x76, 0x69, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x62, 0x61, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x4a, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x65, 0x65, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x04, 0x73, 0x65, 0x65, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x6c, 0x61, 0x79, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x70, 0x6c, 0x61, 0x79, 0x69, 0x6e, 0x67, 0x22, 0x58, 0x0a, 0x07, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x05, 0x6d, 0x6f, 0x76, 0x69, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x76, 0x69, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x6d, 0x6f, 0x76, 0x69, 0x65, 0x12, 0x25, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x85, 0x01, 0x0a, 0x0a, 0x56, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x12, 0x3a, 0x0a, 0x08, 0x62, 0x69, 0x6c, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x42, 0x69, 0x6c, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x56, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x08, 0x62, 0x69, 0x6c, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x62, 0x69, 0x6c, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x22, 0x88, 0x01, 0x0a, 0x12, 0x42, 0x69, 0x6c, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x56, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x76, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x62, 0x76, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x65, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x65, 0x70, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x86, 0x02, 0x0a, 0x0e, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2d, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x65, 0x65, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x01, 0x52, 0x04, 0x73, 0x65, 0x65, 0x6b, 0x12, 0x2d, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x6f, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x65, 0x6f, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x2a, 0xdb, 0x01, 0x0a, 0x12, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x48, 0x41, 0x54, 0x5f, 0x4d, 0x45, 0x53, 0x53, 0x41, 0x47, 0x45, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x50, 0x4c, 0x41, 0x59, 0x10, 0x03, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x41, 0x55, 0x53, 0x45, 0x10, 0x04, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x48, 0x45, 0x43, 0x4b, 0x5f, 0x53, 0x45, 0x45, 0x4b, 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x4f, 0x4f, 0x5f, 0x46, 0x41, 0x53, 0x54, 0x10, 0x06, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x4f, 0x4f, 0x5f, 0x53, 0x4c, 0x4f, 0x57, 0x10, 0x07, 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x52, 0x41, 0x54, 0x45, 0x10, 0x08, 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x53, 0x45, 0x45, 0x4b, 0x10, 0x09, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x43, 0x55, 0x52, 0x52, 0x45, 0x4e, 0x54, 0x10, 0x0a, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x4d, 0x4f, 0x56, 0x49, 0x45, 0x53, 0x10, 0x0b, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x48, 0x41, 0x4e, 0x47, 0x45, 0x5f, 0x50, 0x45, 0x4f, 0x50, 0x4c, 0x45, 0x10, 0x0c, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_proto_message_message_proto_rawDescOnce sync.Once file_proto_message_message_proto_rawDescData = file_proto_message_message_proto_rawDesc ) func file_proto_message_message_proto_rawDescGZIP() []byte { file_proto_message_message_proto_rawDescOnce.Do(func() { file_proto_message_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_message_message_proto_rawDescData) }) return file_proto_message_message_proto_rawDescData } var file_proto_message_message_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_proto_message_message_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_proto_message_message_proto_goTypes = []interface{}{ (ElementMessageType)(0), // 0: proto.ElementMessageType (*BaseMovieInfo)(nil), // 1: proto.BaseMovieInfo (*MovieInfo)(nil), // 2: proto.MovieInfo (*Status)(nil), // 3: proto.Status (*Current)(nil), // 4: proto.Current (*VendorInfo)(nil), // 5: proto.VendorInfo (*BilibiliVendorInfo)(nil), // 6: proto.BilibiliVendorInfo (*ElementMessage)(nil), // 7: proto.ElementMessage nil, // 8: proto.BaseMovieInfo.HeadersEntry } var file_proto_message_message_proto_depIdxs = []int32{ 8, // 0: proto.BaseMovieInfo.headers:type_name -> proto.BaseMovieInfo.HeadersEntry 5, // 1: proto.BaseMovieInfo.vendorInfo:type_name -> proto.VendorInfo 1, // 2: proto.MovieInfo.base:type_name -> proto.BaseMovieInfo 2, // 3: proto.Current.movie:type_name -> proto.MovieInfo 3, // 4: proto.Current.status:type_name -> proto.Status 6, // 5: proto.VendorInfo.bilibili:type_name -> proto.BilibiliVendorInfo 0, // 6: proto.ElementMessage.type:type_name -> proto.ElementMessageType 4, // 7: proto.ElementMessage.current:type_name -> proto.Current 8, // [8:8] is the sub-list for method output_type 8, // [8:8] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_proto_message_message_proto_init() } func file_proto_message_message_proto_init() { if File_proto_message_message_proto != nil { return } if !protoimpl.UnsafeEnabled { file_proto_message_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BaseMovieInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MovieInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Status); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Current); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*VendorInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BilibiliVendorInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_message_message_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ElementMessage); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_proto_message_message_proto_msgTypes[4].OneofWrappers = []interface{}{} file_proto_message_message_proto_msgTypes[6].OneofWrappers = []interface{}{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_proto_message_message_proto_rawDesc, NumEnums: 1, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_proto_message_message_proto_goTypes, DependencyIndexes: file_proto_message_message_proto_depIdxs, EnumInfos: file_proto_message_message_proto_enumTypes, MessageInfos: file_proto_message_message_proto_msgTypes, }.Build() File_proto_message_message_proto = out.File file_proto_message_message_proto_rawDesc = nil file_proto_message_message_proto_goTypes = nil file_proto_message_message_proto_depIdxs = nil }