telemetry

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyticsD

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

type Telemetry

type Telemetry struct {
	UI              UI
	AnalyticsToggle Toggle
	AnalyticsD      AnalyticsD
	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 {
	Get() bool
	Set(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