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 Service ¶
type Service struct {
NoTelemetry bool
// contains filtered or unexported fields
}
Service tracks telemetry events
func (*Service) TrackEvent ¶
TrackEvent tracks the event based on the tracker
Click to show internal directories.
Click to hide internal directories.