config

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2018 License: Apache-2.0 Imports: 13 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.3

type Analytics interface {
	Event(string, map[string]interface{}) error
	Close()
	PromptOptIn(chan struct{}, cfanalytics.UI) error
}

type Config

type Config struct {
	BoshDirectorIP         string
	CFRouterIP             string
	CFDevHome              string
	StateDir               string
	CacheDir               string
	LinuxkitPidFile        string
	VpnkitPidFile          string
	HyperkitPidFile        string
	Dependencies           resource.Catalog
	CFDevDSocketPath       string
	CFDevDInstallationPath string
	CliVersion             *semver.Version
	Analytics              Analytics
	AnalyticsToggle        Toggle
}

func NewConfig

func NewConfig() (Config, error)

func (Config) Close added in v0.0.3

func (c Config) Close()

type Toggle added in v0.0.3

type Toggle interface {
	Get() bool
	Set(value bool) error
}

Jump to

Keyboard shortcuts

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