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

Function ApplicationCreateDeclinedTerms

pkg/telemetry/events.go:205–209  ·  view source on GitHub ↗

ApplicationCreateDeclinedTerms is emitted when the user declined the terms of the selected plan.

(plan string)

Source from the content-addressed store, hash-verified

203// ApplicationCreateDeclinedTerms is emitted when the user declined the terms
204// of the selected plan.
205func ApplicationCreateDeclinedTerms(plan string) Event {
206 return Event{EventApplicationCreateDeclinedTerms, map[string]any{
207 "plan": plan,
208 }}
209}
210
211// ApplicationCreateCompleted is emitted when the application was created, with
212// the region and plan the user chose.

Callers 1

createApplicationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected