Documentation ¶
Index ¶
- Variables
- type ProtoItem
- func (*ProtoItem) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoItem) GetBypassSeencheck() bool
- func (x *ProtoItem) GetHash() uint64
- func (x *ProtoItem) GetHop() uint64
- func (x *ProtoItem) GetID() string
- func (x *ProtoItem) GetLocallyCrawled() uint64
- func (x *ProtoItem) GetParentUrl() []byte
- func (x *ProtoItem) GetRedirect() uint64
- func (x *ProtoItem) GetType() string
- func (x *ProtoItem) GetUrl() []byte
- func (*ProtoItem) ProtoMessage()
- func (x *ProtoItem) ProtoReflect() protoreflect.Message
- func (x *ProtoItem) Reset()
- func (x *ProtoItem) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_item_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProtoItem ¶
type ProtoItem struct { Url []byte `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` ParentUrl []byte `protobuf:"bytes,2,opt,name=parentUrl,proto3" json:"parentUrl,omitempty"` ID string `protobuf:"bytes,3,opt,name=ID,proto3" json:"ID,omitempty"` Hop uint64 `protobuf:"varint,4,opt,name=hop,proto3" json:"hop,omitempty"` Hash uint64 `protobuf:"varint,5,opt,name=hash,proto3" json:"hash,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` BypassSeencheck bool `protobuf:"varint,7,opt,name=bypass_seencheck,json=bypassSeencheck,proto3" json:"bypass_seencheck,omitempty"` Redirect uint64 `protobuf:"varint,9,opt,name=redirect,proto3" json:"redirect,omitempty"` LocallyCrawled uint64 `protobuf:"varint,10,opt,name=locally_crawled,json=locallyCrawled,proto3" json:"locally_crawled,omitempty"` // contains filtered or unexported fields }
func (*ProtoItem) Descriptor
deprecated
func (*ProtoItem) GetBypassSeencheck ¶
func (*ProtoItem) GetLocallyCrawled ¶
func (*ProtoItem) GetParentUrl ¶
func (*ProtoItem) GetRedirect ¶
func (*ProtoItem) ProtoMessage ¶
func (*ProtoItem) ProtoMessage()
func (*ProtoItem) ProtoReflect ¶
func (x *ProtoItem) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.