Versions in this module Expand all Collapse all v0 v0.0.18 May 20, 2020 v0.0.17 Aug 23, 2019 v0.0.16 Apr 12, 2019 v0.0.15 Apr 4, 2019 Changes in this version type Args + EFIPath string + type OS interface + Stats func() (cfdevos.Stats, error) type Start + Driver driver.Driver + OS OS + Workspace Workspace + type Workspace interface + CreateDirs func() error + Metadata func() (workspace.Metadata, error) + SetupState func(depsFile string) error v0.0.14 Mar 15, 2019 v0.0.13 Jan 4, 2019 Changes in this version type Args + DepsPath string + type Env interface + CreateDirs func() error + SetupState func() error + type MetaDataReader interface + Read func(tarballPath string) (metadata.Metadata, error) + type Provision interface + Execute func(args Args) error type Start + Env Env + MetaDataReader MetaDataReader + Provision Provision v0.0.12 Oct 22, 2018 Changes in this version type AnalyticsClient + PromptOptInIfNeeded func(message string) error type Toggle + Enabled func() bool + SetCFAnalyticsEnabled func(value bool) error + SetCustomAnalyticsEnabled func(value bool) error v0.0.11 Oct 8, 2018 Changes in this version + type AnalyticsClient interface + Event func(event string, data ...map[string]interface{}) error + PromptOptIn func() error + type AnalyticsD interface + IsRunning func() (bool, error) + Start func() error + Stop func() error + type Args struct + Cpus int + DeploySingleService string + DepsIsoPath string + Mem int + NoProvision bool + Registries string + type CFDevD interface + Install func() error + type Cache interface + Sync func(resource.Catalog) error + type Host interface + CheckRequirements func() error + type HostNet interface + AddLoopbackAliases func(...string) error + type Hypervisor interface + CreateVM func(vm hypervisor.VM) error + IsRunning func(vmName string) (bool, error) + Start func(vmName string) error + Stop func(vmName string) error + type IsoReader interface + Read func(isoPath string) (iso.Metadata, error) + type Provisioner interface + DeployBosh func() error + DeployCloudFoundry func([]string) error + DeployServices func(provision.UI, []provision.Service) error + GetServices func() ([]provision.Service, string, error) + Ping func() error + ReportProgress func(provision.UI, string) + WhiteListServices func(string, []provision.Service) ([]provision.Service, error) + type Start struct + Analytics AnalyticsClient + AnalyticsD AnalyticsD + AnalyticsToggle Toggle + CFDevD CFDevD + Cache Cache + Config config.Config + Exit chan struct{} + Host Host + HostNet HostNet + Hypervisor Hypervisor + IsoReader IsoReader + LocalExit chan string + Profiler SystemProfiler + Provisioner Provisioner + Stop Stop + UI UI + VpnKit VpnKit + func (s *Start) Cmd() *cobra.Command + func (s *Start) Execute(args Args) error + type Stop interface + RunE func(cmd *cobra.Command, args []string) error + type SystemProfiler interface + GetAvailableMemory func() (uint64, error) + GetTotalMemory func() (uint64, error) + type Toggle interface + Get func() bool + SetProp func(k, v string) error + type UI interface + Say func(message string, args ...interface{}) + Writer func() io.Writer + type VpnKit interface + Start func() error + Stop func() error + Watch func(chan string)