Documentation ¶
Index ¶
- Variables
- type ContentEnrichmentContract
- func (*ContentEnrichmentContract) Descriptor() ([]byte, []int)deprecated
- func (x *ContentEnrichmentContract) GetRecordID() string
- func (x *ContentEnrichmentContract) GetUrls() []string
- func (*ContentEnrichmentContract) ProtoMessage()
- func (x *ContentEnrichmentContract) ProtoReflect() protoreflect.Message
- func (x *ContentEnrichmentContract) Reset()
- func (x *ContentEnrichmentContract) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_content_enrichment_queue_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContentEnrichmentContract ¶
type ContentEnrichmentContract struct { RecordID string `protobuf:"bytes,1,opt,name=RecordID,proto3" json:"RecordID,omitempty"` Urls []string `protobuf:"bytes,2,rep,name=Urls,proto3" json:"Urls,omitempty"` // contains filtered or unexported fields }
func (*ContentEnrichmentContract) Descriptor
deprecated
func (*ContentEnrichmentContract) Descriptor() ([]byte, []int)
Deprecated: Use ContentEnrichmentContract.ProtoReflect.Descriptor instead.
func (*ContentEnrichmentContract) GetRecordID ¶
func (x *ContentEnrichmentContract) GetRecordID() string
func (*ContentEnrichmentContract) GetUrls ¶
func (x *ContentEnrichmentContract) GetUrls() []string
func (*ContentEnrichmentContract) ProtoMessage ¶
func (*ContentEnrichmentContract) ProtoMessage()
func (*ContentEnrichmentContract) ProtoReflect ¶
func (x *ContentEnrichmentContract) ProtoReflect() protoreflect.Message
func (*ContentEnrichmentContract) Reset ¶
func (x *ContentEnrichmentContract) Reset()
func (*ContentEnrichmentContract) String ¶
func (x *ContentEnrichmentContract) String() string
Click to show internal directories.
Click to hide internal directories.