Documentation ¶ Index ¶ type Tracker func NewTracker() *Tracker func (t *Tracker) TrackCommandRun(cmd *cobra.Command, id string) func (t *Tracker) TrackFirstLogin(id string, loginType string) func (t *Tracker) Wait(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tracker ¶ type Tracker struct { // contains filtered or unexported fields } func NewTracker ¶ func NewTracker() *Tracker func (*Tracker) TrackCommandRun ¶ func (t *Tracker) TrackCommandRun(cmd *cobra.Command, id string) func (*Tracker) TrackFirstLogin ¶ func (t *Tracker) TrackFirstLogin(id string, loginType string) func (*Tracker) Wait ¶ func (t *Tracker) Wait(ctx context.Context) Source Files ¶ View all Source files analytics.go Click to show internal directories. Click to hide internal directories.