Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algolia/cli
/ Identify
Method
Identify
pkg/telemetry/telemetry.go:34–34 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
32
33
type
TelemetryClient
interface
{
34
Identify(ctx context.Context) error
35
Track(ctx context.Context, event string, properties
map
[string]any) error
36
Close()
37
}
Callers
3
identifyAuthenticatedUser
Function · 0.65
Execute
Function · 0.65
identifyNewlyAuthenticatedUser
Function · 0.65
Implementers
4
AnalyticsTelemetryClient
pkg/telemetry/telemetry.go
NoOpTelemetryClient
pkg/telemetry/telemetry.go
RecordingClient
pkg/telemetry/telemetrytest/recording.
recordingTelemetryClient
pkg/cmd/root/root_test.go
Calls
no outgoing calls
Tested by
no test coverage detected