Versions in this module Expand all Collapse all v1 v1.7.0 Apr 29, 2023 Changes in this version + func CheckVersion(t *tracker.CITracker) + func TelemetryRequest(summary *model.Summary) error + type Client struct + func (c *Client) CheckConnection() error + func (c *Client) CheckLatestVersion(version string) (model.Version, error) + func (c *Client) RequestUpdateTelemetry(descriptionIDs []string) (map[string]telemetryModel.Descriptions, error) + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + var HTTPRequestClient HTTPClient = &http.Client{ ... } + type HTTPTelemetry interface + CheckConnection func() error + CheckLatestVersion func(version string) (model.Version, error) + RequestUpdateTelemetry func([]string) (map[string]telemetryModel.Descriptions, error) v1.7.0-integrations Apr 29, 2023