Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExactPathOption ¶
type ExactPathOption struct {
// contains filtered or unexported fields
}
func ExactPath ¶
func ExactPath(execPath string) *ExactPathOption
type ExactVersionOption ¶
type ExactVersionOption struct { UserAgent string // contains filtered or unexported fields }
func ExactVersion ¶
func ExactVersion(tfVersion string, installDir string, osName, archName string) *ExactVersionOption
type LatestVersionOption ¶
type LatestVersionOption struct { UserAgent string // contains filtered or unexported fields }
func LatestVersion ¶
func LatestVersion(installDir string, osName, osArch string, forceCheckpoint bool) *LatestVersionOption
Click to show internal directories.
Click to hide internal directories.