tracker

package
v0.0.0-...-5de3a08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tracker

type Tracker interface {
	TrackWelcomeFlowCompletion(userID string)
	TrackUserAuthenticated(userID string)
	TrackUserDeauthenticated(userID string)
	TrackDailySummarySent(userID string)
	TrackAutomaticStatusUpdate(userID string, value bool, location string)
	ReloadConfig(config *model.Config)
}

func New

func New(t telemetry.Tracker) Tracker

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL