Documentation
¶
Overview ¶
Package ledger provides anonymous usage tracking for foundryctl commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config holds ledger configuration.
type Ledger ¶
type Ledger interface {
// Track records a single foundryctl event with the given properties.
Track(ctx context.Context, event domain.Event, properties domain.Properties)
// Close flushes any pending events and releases resources.
Close() error
}
Ledger is the interface for tracking CLI usage events.
Click to show internal directories.
Click to hide internal directories.