Documentation
¶
Index ¶
- Constants
- func EnsureEmbedded(contentDir string, embedded []byte)
- func EnsureForVersion(ctx context.Context, versionDir string) bool
- func EnsureInteractive(ctx context.Context)
- func EnsureLatest(ctx context.Context, contentDir string)
- func EnsureStartupInteractive(ctx context.Context) bool
- func IsInstalled() bool
- type EnsureProgress
Constants ¶
View Source
const ( EventEnsureStart = "vcruntime.ensure.start" EventEnsureProgress = "vcruntime.ensure.progress" EventEnsureDone = "vcruntime.ensure.done" EventDownloadStart = "vcruntime.download.start" EventDownloadProgress = "vcruntime.download.progress" EventDownloadDone = "vcruntime.download.done" EventDownloadError = "vcruntime.download.error" EventMissing = "vcruntime.missing" )
Variables ¶
This section is empty.
Functions ¶
func EnsureEmbedded ¶
func EnsureInteractive ¶ added in v0.3.0
func EnsureLatest ¶
func EnsureStartupInteractive ¶ added in v0.3.12
func IsInstalled ¶ added in v0.3.0
func IsInstalled() bool
Types ¶
type EnsureProgress ¶
Click to show internal directories.
Click to hide internal directories.