analytics

package
v4.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package analytics provides an event reporting interface for collecting and tracking customer data and events.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventReporter

type EventReporter interface {
	Close()
	AddUser(ctx context.Context, userID string, properties map[string]any) error
	EventOccurred(ctx context.Context, event, userID string, properties map[string]any) error
	EventOccurredAnonymous(ctx context.Context, event, anonymousID string, properties map[string]any) error
}

EventReporter collects data about customers.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL