Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthTracker ¶
type NopeTracker ¶
type NopeTracker struct { }
func NewNopeTracker ¶
func NewNopeTracker() *NopeTracker
func (*NopeTracker) GetReadBytes ¶
func (bt *NopeTracker) GetReadBytes() int64
func (*NopeTracker) GetTotalBandwidth ¶
func (bt *NopeTracker) GetTotalBandwidth() int64
func (*NopeTracker) GetWriteBytes ¶
func (bt *NopeTracker) GetWriteBytes() int64
func (*NopeTracker) Reset ¶
func (bt *NopeTracker) Reset()
func (*NopeTracker) TrackConnection ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
func NewTracker ¶
func NewTracker() *Tracker
func (*Tracker) GetReadBytes ¶
func (*Tracker) GetTotalBandwidth ¶
func (*Tracker) GetWriteBytes ¶
Click to show internal directories.
Click to hide internal directories.