Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
Types ¶
type Reporter ¶
type Reporter interface {
Telemetry(command string, fields ...TelemetryField)
}
func GetReporter ¶
func GetReporter() Reporter
type TelemetryField ¶ added in v0.2.5
type TelemetryField func(*segmentio.Properties)
func AddField ¶ added in v0.2.5
func AddField(name string, value interface{}) TelemetryField
Click to show internal directories.
Click to hide internal directories.