Versions in this module Expand all Collapse all v1 v1.3.4 Apr 22, 2021 Changes in this version + type NoopTracker struct + func (n *NoopTracker) Close() + func (n *NoopTracker) Track(event event) type Service + Tracker Tracker v1.3.3 Apr 21, 2021 Changes in this version + const EventDataKeyError + type EventData struct + Key string + Value interface{} + type EventType string + const EventTypeCommandComplete + const EventTypeCommandError + const EventTypeCommandStart + type Service struct + NoTelemetry bool + func (s *Service) Close() + func (s *Service) SetUser(userID string) + func (s *Service) Setup(command string) + func (s *Service) TrackEvent(eventType EventType, data ...EventData) + type Tracker interface + Close func() + Track func(event event)