Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NullSink = &nullSink{}
NullSink is an analytics sink to use in the event that we don't want to send analytics
Functions ¶
This section is empty.
Types ¶
type EventPayload ¶
type EventPayload = interface{}
type Recorder ¶
type Recorder interface {
LogEvent(payload EventPayload)
}
Click to show internal directories.
Click to hide internal directories.