Documentation
¶
Index ¶
Constants ¶
View Source
const ERROR = "error"
View Source
const START_BEGIN = "start_begin"
View Source
const START_END = "start_end"
View Source
const STOP = "stop"
View Source
const UNINSTALL = "uninstall"
Variables ¶
This section is empty.
Functions ¶
func TrackEvent ¶
Types ¶
type AnalyticsEvent ¶
type AnalyticsEvent struct {
SegClient ClientInterface
Event string
UserId string
Data map[string]interface{}
OS string
Version string
}
func (*AnalyticsEvent) SendAnalytics ¶
func (s *AnalyticsEvent) SendAnalytics() error
type ClientInterface ¶
Click to show internal directories.
Click to hide internal directories.