Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StringMap = map[string]Enum{ "DcosInstallDownload": DcosInstallDownload, "DcosInstallExecution": DcosInstallExecution, "DcosConfigGeneratorDownload": DcosConfigGeneratorDownload, "DcosGenerateConfig": DcosGenerateConfig, "DcosCliDownload": DcosCliDownload, "DockerNginxDownload": DockerNginxDownload, "DockerNginxStart": DockerNginxStart, "DockerProxyBuild": DockerProxyBuild, "DockerProxyStart": DockerProxyStart, "DockerGuacamoleBuild": DockerGuacamoleBuild, "DockerPyInstall": DockerPyInstall, "DockerInstall": DockerInstall, "DockerComposeDownload": DockerComposeDownload, "DockerComposeConfig": DockerComposeConfig, "DockerComposeExecution": DockerComposeExecution, "DesktopInstall": DesktopInstall, "DesktopStart": DesktopStart, "DesktopTimeout": DesktopTimeout, "GuacamoleImageDownload": GuacamoleImageDownload, "KubectlDownload": KubectlDownload, "SystemUpdate": SystemUpdate, "ToolsInstall": ToolsInstall, "PipInstall": PipInstall, } )
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum int
const ( DcosInstallDownload Enum DcosInstallExecution DcosConfigGeneratorDownload DcosGenerateConfig DcosCliDownload DockerNginxDownload DockerNginxStart DockerProxyBuild DockerProxyStart DockerGuacamoleBuild DockerPyInstall DockerInstall DockerComposeDownload DockerComposeConfig DockerComposeExecution DesktopInstall DesktopStart DesktopTimeout GuacamoleImageDownload KubectlDownload SystemUpdate ToolsInstall PipInstall //NextErrorCode is the next error code usable NextErrorCode )
Click to show internal directories.
Click to hide internal directories.