Documentation
¶
Index ¶
- type Logger
- type MyWG
- type Stats
- func (s *Stats) AddGetItem(delta int64)
- func (s *Stats) AddGetItemErrors(delta int64)
- func (s *Stats) AddProcessItem(delta int64)
- func (s *Stats) AddProcessItemErrors(delta int64)
- func (s *Stats) AddStarts(delta int64)
- func (s *Stats) AddSubmitItem(delta int64)
- func (s *Stats) AddSubmitItemErrors(delta int64)
- func (s *Stats) GetGetItem() int64
- func (s *Stats) GetGetItemErrors() int64
- func (s *Stats) GetProcessItem() int64
- func (s *Stats) GetProcessItemErrors() int64
- func (s *Stats) GetStarts() int64
- func (s *Stats) GetSubmitItem() int64
- func (s *Stats) GetSubmitItemErrors() int64
- type Worker
- type WorkerNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debugf(format string, args ...interface{})
Debugln(args ...interface{})
Println(args ...interface{})
}
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
func (*Stats) AddGetItem ¶
func (*Stats) AddGetItemErrors ¶
func (*Stats) AddProcessItem ¶
func (*Stats) AddProcessItemErrors ¶
func (*Stats) AddSubmitItem ¶
func (*Stats) AddSubmitItemErrors ¶
func (*Stats) GetGetItem ¶
func (*Stats) GetGetItemErrors ¶
func (*Stats) GetProcessItem ¶
func (*Stats) GetProcessItemErrors ¶
func (*Stats) GetSubmitItem ¶
func (*Stats) GetSubmitItemErrors ¶
Click to show internal directories.
Click to hide internal directories.