Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload = types.ProviderReport
Payload is an alias for types.ProviderReport. It represents the structure of the data used in telemetry reporting. This alias allows for easier reference and usage of the ProviderReport type within the telemetry package.
type PayloadCustomizer ¶
PayloadCustomizer is a function type that takes a Payload as input and returns a modified Payload. This allows for dynamic adjustments to the payload data based on specific requirements or conditions.
type PayloadKey ¶
type PayloadKey = types.ProviderReportKey
PayloadKey is an alias for types.ProviderReportKey. It represents the key type used in the ProviderReport map. This alias simplifies the usage of ProviderReportKey within the telemetry package.
Click to show internal directories.
Click to hide internal directories.