Versions in this module Expand all Collapse all v1 v1.74.1 Mar 24, 2026 Changes in this version + func DeleteBinaries(basedir, binariesDir string, confirm bool) (deleted bool, err error) + func DisplayTarball(tarball downloads.TarballDescription) + func GetRemoteTarball(options DownloadsOptions) error + func InitEnvironment(options InitOptions) error + func ProcessBashCompletionEnabling(useRemote, runIt bool, remoteUrl, completionFile string) error + func RunSandboxQuery[T comparable](sandboxPath, query string, asSuperUser bool) (interface{}, error) + func ShowVersions(options VersionOptions) error + func UnpackTarball(options UnpackOptions) error + type DownloadsOptions struct + DeleteAfterUnpack bool + DryRun bool + Flavor string + GuessLatest bool + IsShell bool + Minimal bool + Newest bool + Overwrite bool + Prefix string + ProgressStep int64 + Quiet bool + Retries int64 + SandboxBinary string + TarballArch string + TarballName string + TarballOS string + TarballUrl string + TargetServer string + Unpack bool + VerbosityLevel int + Version string + type InitOptions struct + DryRun bool + SandboxBinary string + SandboxHome string + SkipCompletion bool + SkipDownloads bool + SkipTarballDownload bool + type UnpackOptions struct + DryRun bool + Flavor string + IsShell bool + Overwrite bool + Prefix string + SandboxBinary string + TarballName string + TargetServer string + Verbosity int + Version string + type VersionOptions struct + ByFlavor bool + Flavor string + SandboxBinary string