# Functions
NewRepository creates a new Repository.
TestGenerateActiveUsers is a test helper that populates the data warehouse with active users for the last twelve months.
TestRepo creates a repo that can be used for various testing purposes.
WithEndTime allows setting the end time for the query.
WithStartTime allows setting the start time for the query.
# Structs
The ActiveUsersCount field is the number of unique users counted between the start and end dates.
A Repository retrieves the persistent type in the billing package.
# Type aliases
Option - how Options are passed as arguments.