Versions in this module Expand all Collapse all v1 v1.2.0 Feb 13, 2019 v1.1.0 Aug 28, 2018 v1.0.0 May 12, 2018 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