(ctx context.Context, event string, properties map[string]any)
| 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 | } |
| 38 |
no outgoing calls
no test coverage detected