Versions in this module Expand all Collapse all v2 v2.3.0 Dec 4, 2025 v2.2.0 Mar 27, 2025 v2.1.0 Jun 8, 2020 v2.0.1 Jan 3, 2020 v2.0.0 Dec 10, 2019 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 github.com/gocolly/colly