Versions in this module Expand all Collapse all v3 v3.0.2 Sep 21, 2021 v3.0.1 Sep 16, 2021 Changes in this version + type Debugger interface + Event func(e *Event) + Init func() error + type Event struct + CollectorID uint32 + RequestID uint32 + Type string + Values map[string]string + type LogDebugger struct + Flag int + Output io.Writer + Prefix string + func (l *LogDebugger) Event(e *Event) + func (l *LogDebugger) Init() error + type WebDebugger struct + Address string + CurrentRequests map[uint32]requestInfo + RequestLog []requestInfo + func (w *WebDebugger) Event(e *Event) + func (w *WebDebugger) Init() error Other modules containing this package gitee.com/zhangxinzx/colly