Documentation ¶ Index ¶ func BaseURL() string func MaybeSendDailyHeartbeat(command string, version string) error type Status func CurrentStatus() (Status, error) func Disable() (Status, error) func Enable() (Status, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BaseURL ¶ func BaseURL() string func MaybeSendDailyHeartbeat ¶ func MaybeSendDailyHeartbeat(command string, version string) error Types ¶ type Status ¶ type Status struct { Enabled bool InstallID string LastHeartbeatAt string BaseURL string } func CurrentStatus ¶ func CurrentStatus() (Status, error) func Disable ¶ func Disable() (Status, error) func Enable ¶ func Enable() (Status, error) Source Files ¶ View all Source files telemetry.go Click to show internal directories. Click to hide internal directories.