Documentation ¶
Index ¶
Constants ¶
View Source
const ( START_BEGIN = "start_begin" START_END = "start_end" SELECTED_SERVICE = "selected_service" STOP = "stop" STOP_TELEMETRY = "telemetry off" BOSH_ENV = "bosh" ERROR = "error" UNINSTALL = "uninstall" DEPLOY_SERVICE = "deployed service" )
View Source
const AnalyticsDLabel = "org.cloudfoundry.cfdev.cfanalyticsd"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analytics ¶
type Analytics struct {
// contains filtered or unexported fields
}
func (*Analytics) PromptOptInIfNeeded ¶ added in v0.0.12
type AnalyticsD ¶
type AnalyticsD struct { Config config.Config DaemonRunner DaemonRunner }
func (*AnalyticsD) DaemonSpec ¶ added in v0.0.14
func (a *AnalyticsD) DaemonSpec() daemon.DaemonSpec
func (*AnalyticsD) Destroy ¶
func (a *AnalyticsD) Destroy() error
func (*AnalyticsD) IsRunning ¶
func (a *AnalyticsD) IsRunning() (bool, error)
func (*AnalyticsD) Start ¶
func (a *AnalyticsD) Start() error
func (*AnalyticsD) Stop ¶
func (a *AnalyticsD) Stop() error
type DaemonRunner ¶
Click to show internal directories.
Click to hide internal directories.