Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventDataKeyError = "err"
)
set of event data keys
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventData ¶
type EventData struct { Key string Value interface{} }
EventData outlines a generic structure for tracking events
type NoopTracker ¶ added in v1.3.4
type NoopTracker struct{}
func (*NoopTracker) Close ¶ added in v1.3.4
func (n *NoopTracker) Close()
func (*NoopTracker) Track ¶ added in v1.3.4
func (n *NoopTracker) Track(event event)
Click to show internal directories.
Click to hide internal directories.