MCPcopy Create free account
hub / github.com/algolia/cli / ApplicationCreateAcceptedTerms

Function ApplicationCreateAcceptedTerms

pkg/telemetry/events.go:197–201  ·  view source on GitHub ↗

ApplicationCreateAcceptedTerms is emitted when the user accepted the terms of the selected plan.

(plan string)

Source from the content-addressed store, hash-verified

195// ApplicationCreateAcceptedTerms is emitted when the user accepted the terms
196// of the selected plan.
197func ApplicationCreateAcceptedTerms(plan string) Event {
198 return Event{EventApplicationCreateAcceptedTerms, map[string]any{
199 "plan": plan,
200 }}
201}
202
203// ApplicationCreateDeclinedTerms is emitted when the user declined the terms
204// of the selected plan.

Callers 1

createApplicationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected