# Packages
simple tenant usage unit tests.
# Functions
ExtractSingleTenant interprets a SingleTenantPage as a TenantUsage result.
SingleTenant returns usage data about a single tenant.
# Structs
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
SingleTenantOptsBuilder allows extensions to add additional parameters to the SingleTenant request.