telemetry

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analytics added in v0.0.13

type Analytics interface {
	Event(event string, data ...map[string]interface{}) error
}

type AnalyticsD

type AnalyticsD interface {
	Start() error
	Stop() error
	Destroy() error
	IsRunning() (bool, error)
}

type Telemetry

type Telemetry struct {
	UI              UI
	Analytics       Analytics
	AnalyticsToggle Toggle
	AnalyticsD      AnalyticsD
	Config          config.Config
	Args            struct {
		FlagOff bool
		FlagOn  bool
	}
}

func (*Telemetry) Cmd

func (t *Telemetry) Cmd() *cobra.Command

func (*Telemetry) RunE

func (t *Telemetry) RunE(cmd *cobra.Command, args []string) error

type Toggle

type Toggle interface {
	Enabled() bool
	SetCustomAnalyticsEnabled(value bool) error
	SetCFAnalyticsEnabled(value bool) error
}

type UI

type UI interface {
	Say(message string, args ...interface{})
}

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL