# Functions
NewReporter creates a new Reporter instance.
InjectAnalyticsReporting injects analytics reporting into the command.
NewSegmentReporter creates a new SegmentReporter instance.
# Variables
APIKey contains the API key for external analytics service.
# Structs
NoopReporter is a no-op implementation of the Reporter interface.
SegmentReporter is a Segment implementation of the Reporter interface.
# Interfaces
Reporter defines behavior for reporting analytics.