MCPcopy 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
33type 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

ExecuteFunction · 0.65

Implementers 4

AnalyticsTelemetryClientpkg/telemetry/telemetry.go
NoOpTelemetryClientpkg/telemetry/telemetry.go
RecordingClientpkg/telemetry/telemetrytest/recording.
recordingTelemetryClientpkg/cmd/root/root_test.go

Calls

no outgoing calls

Tested by

no test coverage detected