config

package
v4.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultConstraint = "DEFAULT_CONSTRAINT"
	DefaultVersion    = "DEFAULT_" + Version

	Version = "VERSION"

	GithubOutputEnvName = githubPrefix + "OUTPUT"

	AtmosPrefix = "ATMOS_"

	AtmosRemotePassEnvName = AtmosPrefix + remotePassEnvName
	AtmosRemoteURLEnvName  = AtmosPrefix + remoteURLEnvName
	AtmosRemoteUserEnvName = AtmosPrefix + remoteUserEnvName

	TenvDetachedProxyEnvName = tenvPrefix + "DETACHED_PROXY"

	TfenvPrefix = "TFENV_"

	TfRemotePassEnvName = TfenvPrefix + remotePassEnvName
	TfRemoteURLEnvName  = TfenvPrefix + remoteURLEnvName
	TfRemoteUserEnvName = TfenvPrefix + remoteUserEnvName

	TgPrefix = "TG_"

	TgRemotePassEnvName = TgPrefix + remotePassEnvName
	TgRemoteURLEnvName  = TgPrefix + remoteURLEnvName
	TgRemoteUserEnvName = TgPrefix + remoteUserEnvName

	TofuenvPrefix = "TOFUENV_"

	TofuRemotePassEnvName = TofuenvPrefix + remotePassEnvName
	TofuRemoteURLEnvName  = TofuenvPrefix + remoteURLEnvName
	TofuRemoteUserEnvName = TofuenvPrefix + remoteUserEnvName

	TofuURLTemplateEnvName = TofuenvPrefix + "URL_TEMPLATE"
)
View Source
const (
	InstallModeDirect = "direct"
	ListModeHTML      = "html"
	ModeAPI           = "api"

	DefaultTofuGithubURL = defaultGithubURL + "opentofu/opentofu" + slashReleases
)

Variables

View Source
var (
	ErrInstallMode = errors.New("unknown install mode")
	ErrListMode    = errors.New("unknown list mode")
)

Functions

func EmptyGetenv

func EmptyGetenv(_ string) string

func GetBasicAuthOption

func GetBasicAuthOption(getenv configutils.GetenvFunc, userEnvName string, passEnvName string) []download.RequestOption

func MapGetDefault

func MapGetDefault(m map[string]string, key string, defaultValue string) string

Types

type Config

type Config struct {
	Arch           string
	Atmos          RemoteConfig
	Displayer      loghelper.Displayer
	DisplayVerbose bool
	ForceQuiet     bool
	ForceRemote    bool
	Getenv         configutils.GetenvFunc
	GithubActions  bool
	GithubToken    string

	RemoteConfPath string
	RootPath       string
	SkipInstall    bool
	SkipSignature  bool
	Tf             RemoteConfig
	TfKeyPath      string
	Tg             RemoteConfig
	Tofu           RemoteConfig
	TofuKeyPath    string
	UserPath       string
	WorkPath       string
	// contains filtered or unexported fields
}

func DefaultConfig

func DefaultConfig() (Config, error)

func InitConfigFromEnv

func InitConfigFromEnv() (Config, error)

func (*Config) InitDisplayer

func (conf *Config) InitDisplayer(proxyCall bool)

func (*Config) InitInstall

func (conf *Config) InitInstall(forceInstall bool, forceNoInstall bool)

func (*Config) InitRemoteConf

func (conf *Config) InitRemoteConf() error

type RemoteConfig

type RemoteConfig struct {
	Data map[string]string // values from conf file

	RemoteURL    string // value from flag
	RemoteURLEnv string // value from env
	// contains filtered or unexported fields
}

func (RemoteConfig) GetInstallMode

func (r RemoteConfig) GetInstallMode() string

func (RemoteConfig) GetListMode

func (r RemoteConfig) GetListMode() string

func (RemoteConfig) GetListURL

func (r RemoteConfig) GetListURL() string

func (RemoteConfig) GetRemoteURL

func (r RemoteConfig) GetRemoteURL() string

func (RemoteConfig) GetRewriteRule

func (r RemoteConfig) GetRewriteRule() download.URLTransformer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL