Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analytics ¶
Analytics is the interface that must be fulfilled to send telemetry data. Sending analytics and service telemetry data can be toggled on and off.
type Payload ¶
type Payload map[string]interface{}
Payload holds key-value pairs for reporting analytics and telemetry data
type Transmitter ¶
type Transmitter struct {
// contains filtered or unexported fields
}
Transmitter fulfills Analytics to transmit telemetry and usage data
func (*Transmitter) Send ¶
func (t *Transmitter) Send(payload Payload) error
Send fulfills the Analytics interface for analytics data transmission
Click to show internal directories.
Click to hide internal directories.