Documentation
¶
Index ¶
- Variables
- type TrackerEvent
- func (*TrackerEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TrackerEvent) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *TrackerEvent) FastWrite(buf []byte) (offset int)
- func (x *TrackerEvent) GetBytes() uint64
- func (x *TrackerEvent) GetCounts() map[string]float64
- func (x *TrackerEvent) GetDomainBytes() map[string]uint64
- func (x *TrackerEvent) GetDownloader() string
- func (x *TrackerEvent) GetIsDuplicate() bool
- func (x *TrackerEvent) GetItem() string
- func (x *TrackerEvent) GetItemRtts() []float64
- func (x *TrackerEvent) GetItems() []string
- func (x *TrackerEvent) GetLogChannel() string
- func (x *TrackerEvent) GetMoveItems() []string
- func (x *TrackerEvent) GetProject() string
- func (x *TrackerEvent) GetQueueStats() map[string]float64
- func (x *TrackerEvent) GetSizeMb() float32
- func (x *TrackerEvent) GetTimestamp() float64
- func (x *TrackerEvent) GetTrackerStats() *TrackerStats
- func (x *TrackerEvent) GetValid() bool
- func (x *TrackerEvent) GetWarriorUserAgent() string
- func (x *TrackerEvent) GetWarriorVersion() string
- func (*TrackerEvent) ProtoMessage()
- func (x *TrackerEvent) ProtoReflect() protoreflect.Message
- func (x *TrackerEvent) Reset()
- func (x *TrackerEvent) Size() (n int)
- func (x *TrackerEvent) String() string
- type TrackerStats
- func (*TrackerStats) Descriptor() ([]byte, []int)deprecated
- func (x *TrackerStats) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *TrackerStats) FastWrite(buf []byte) (offset int)
- func (x *TrackerStats) GetQueues() map[string]float64
- func (x *TrackerStats) GetValues() map[string]float64
- func (*TrackerStats) ProtoMessage()
- func (x *TrackerStats) ProtoReflect() protoreflect.Message
- func (x *TrackerStats) Reset()
- func (x *TrackerStats) Size() (n int)
- func (x *TrackerStats) String() string
- type WarriorMeta
- func (*WarriorMeta) Descriptor() ([]byte, []int)deprecated
- func (x *WarriorMeta) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *WarriorMeta) FastWrite(buf []byte) (offset int)
- func (x *WarriorMeta) GetUserAgent() string
- func (x *WarriorMeta) GetVersion() string
- func (*WarriorMeta) ProtoMessage()
- func (x *WarriorMeta) ProtoReflect() protoreflect.Message
- func (x *WarriorMeta) Reset()
- func (x *WarriorMeta) Size() (n int)
- func (x *WarriorMeta) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_leaderboard_pb protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TrackerEvent ¶
type TrackerEvent struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` Downloader string `protobuf:"bytes,2,opt,name=downloader,proto3" json:"downloader,omitempty"` LogChannel string `protobuf:"bytes,3,opt,name=log_channel,json=logChannel,proto3" json:"log_channel,omitempty"` Timestamp float64 `protobuf:"fixed64,4,opt,name=timestamp,json=ts,proto3" json:"timestamp,omitempty"` Bytes uint64 `protobuf:"varint,10,opt,name=bytes,proto3" json:"bytes,omitempty"` SizeMb float32 `protobuf:"fixed32,11,opt,name=size_mb,json=megabytes,proto3" json:"size_mb,omitempty"` Valid bool `protobuf:"varint,12,opt,name=valid,proto3" json:"valid,omitempty"` IsDuplicate bool `protobuf:"varint,13,opt,name=is_duplicate,proto3" json:"is_duplicate,omitempty"` Item string `protobuf:"bytes,20,opt,name=item,proto3" json:"item,omitempty"` Items []string `protobuf:"bytes,21,rep,name=items,proto3" json:"items,omitempty"` MoveItems []string `protobuf:"bytes,22,rep,name=move_items,proto3" json:"move_items,omitempty"` ItemRtts []float64 `protobuf:"fixed64,23,rep,packed,name=item_rtts,proto3" json:"item_rtts,omitempty"` WarriorUserAgent string `protobuf:"bytes,30,opt,name=WarriorUserAgent,json=user_agent,proto3" json:"WarriorUserAgent,omitempty"` WarriorVersion string `protobuf:"bytes,31,opt,name=WarriorVersion,json=version,proto3" json:"WarriorVersion,omitempty"` QueueStats map[string]float64 `` /* 182-byte string literal not displayed */ Counts map[string]float64 `` /* 156-byte string literal not displayed */ TrackerStats *TrackerStats `protobuf:"bytes,42,opt,name=tracker_stats,json=stats,proto3" json:"tracker_stats,omitempty"` DomainBytes map[string]uint64 `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TrackerEvent) Descriptor
deprecated
func (*TrackerEvent) Descriptor() ([]byte, []int)
Deprecated: Use TrackerEvent.ProtoReflect.Descriptor instead.
func (*TrackerEvent) FastWrite ¶
func (x *TrackerEvent) FastWrite(buf []byte) (offset int)
func (*TrackerEvent) GetBytes ¶
func (x *TrackerEvent) GetBytes() uint64
func (*TrackerEvent) GetCounts ¶
func (x *TrackerEvent) GetCounts() map[string]float64
func (*TrackerEvent) GetDomainBytes ¶
func (x *TrackerEvent) GetDomainBytes() map[string]uint64
func (*TrackerEvent) GetDownloader ¶
func (x *TrackerEvent) GetDownloader() string
func (*TrackerEvent) GetIsDuplicate ¶
func (x *TrackerEvent) GetIsDuplicate() bool
func (*TrackerEvent) GetItem ¶
func (x *TrackerEvent) GetItem() string
func (*TrackerEvent) GetItemRtts ¶
func (x *TrackerEvent) GetItemRtts() []float64
func (*TrackerEvent) GetItems ¶
func (x *TrackerEvent) GetItems() []string
func (*TrackerEvent) GetLogChannel ¶
func (x *TrackerEvent) GetLogChannel() string
func (*TrackerEvent) GetMoveItems ¶
func (x *TrackerEvent) GetMoveItems() []string
func (*TrackerEvent) GetProject ¶
func (x *TrackerEvent) GetProject() string
func (*TrackerEvent) GetQueueStats ¶
func (x *TrackerEvent) GetQueueStats() map[string]float64
func (*TrackerEvent) GetSizeMb ¶
func (x *TrackerEvent) GetSizeMb() float32
func (*TrackerEvent) GetTimestamp ¶
func (x *TrackerEvent) GetTimestamp() float64
func (*TrackerEvent) GetTrackerStats ¶
func (x *TrackerEvent) GetTrackerStats() *TrackerStats
func (*TrackerEvent) GetValid ¶
func (x *TrackerEvent) GetValid() bool
func (*TrackerEvent) GetWarriorUserAgent ¶
func (x *TrackerEvent) GetWarriorUserAgent() string
func (*TrackerEvent) GetWarriorVersion ¶
func (x *TrackerEvent) GetWarriorVersion() string
func (*TrackerEvent) ProtoMessage ¶
func (*TrackerEvent) ProtoMessage()
func (*TrackerEvent) ProtoReflect ¶
func (x *TrackerEvent) ProtoReflect() protoreflect.Message
func (*TrackerEvent) Reset ¶
func (x *TrackerEvent) Reset()
func (*TrackerEvent) Size ¶
func (x *TrackerEvent) Size() (n int)
func (*TrackerEvent) String ¶
func (x *TrackerEvent) String() string
type TrackerStats ¶
type TrackerStats struct { Values map[string]float64 `` /* 155-byte string literal not displayed */ Queues map[string]float64 `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TrackerStats) Descriptor
deprecated
func (*TrackerStats) Descriptor() ([]byte, []int)
Deprecated: Use TrackerStats.ProtoReflect.Descriptor instead.
func (*TrackerStats) FastWrite ¶
func (x *TrackerStats) FastWrite(buf []byte) (offset int)
func (*TrackerStats) GetQueues ¶
func (x *TrackerStats) GetQueues() map[string]float64
func (*TrackerStats) GetValues ¶
func (x *TrackerStats) GetValues() map[string]float64
func (*TrackerStats) ProtoMessage ¶
func (*TrackerStats) ProtoMessage()
func (*TrackerStats) ProtoReflect ¶
func (x *TrackerStats) ProtoReflect() protoreflect.Message
func (*TrackerStats) Reset ¶
func (x *TrackerStats) Reset()
func (*TrackerStats) Size ¶
func (x *TrackerStats) Size() (n int)
func (*TrackerStats) String ¶
func (x *TrackerStats) String() string
type WarriorMeta ¶
type WarriorMeta struct { UserAgent string `protobuf:"bytes,1,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*WarriorMeta) Descriptor
deprecated
func (*WarriorMeta) Descriptor() ([]byte, []int)
Deprecated: Use WarriorMeta.ProtoReflect.Descriptor instead.
func (*WarriorMeta) FastWrite ¶
func (x *WarriorMeta) FastWrite(buf []byte) (offset int)
func (*WarriorMeta) GetUserAgent ¶
func (x *WarriorMeta) GetUserAgent() string
func (*WarriorMeta) GetVersion ¶
func (x *WarriorMeta) GetVersion() string
func (*WarriorMeta) ProtoMessage ¶
func (*WarriorMeta) ProtoMessage()
func (*WarriorMeta) ProtoReflect ¶
func (x *WarriorMeta) ProtoReflect() protoreflect.Message
func (*WarriorMeta) Reset ¶
func (x *WarriorMeta) Reset()
func (*WarriorMeta) Size ¶
func (x *WarriorMeta) Size() (n int)
func (*WarriorMeta) String ¶
func (x *WarriorMeta) String() string
Click to show internal directories.
Click to hide internal directories.