# Packages
simple tenant usage unit tests.
# Functions
AllTenants returns usage data about all tenants.
ExtractAllTenants interprets a AllTenantsPage as a TenantUsage result.
ExtractSingleTenant interprets a SingleTenantPage as a TenantUsage result.
SingleTenant returns usage data about a single tenant.
# Structs
AllTenantsOpts are options for fetching usage of all tenants.
AllTenantsPage stores a single, only page of TenantUsage results from a AllTenants call.
ServerUsage is a detailed set of information about a specific instance inside a tenant.
SingleTenantOpts are options for fetching usage of a single tenant.
SingleTenantPage stores a single, only page of TenantUsage results from a SingleTenant call.
TenantUsage is a set of usage information about a tenant over the sampling window.
# Interfaces
AllTenantsOptsBuilder allows extensions to add additional parameters to the AllTenants request.
SingleTenantOptsBuilder allows extensions to add additional parameters to the SingleTenant request.