Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Global ¶
type Global struct {
Provider string `toml:"Provider"`
OS string `toml:"OS"`
ProviderCache *ProviderCache `toml:"ProviderCache"`
LogLevel string `toml:"LogLevel"`
LogFile string `toml:"LogFile"`
LogFormat string `toml:"LogFormat"`
VMTag string `toml:"VMTag"`
GCP gcp.Provider `toml:"GCP"`
Orka orka.Provider `toml:"Orka"`
WinRM winrm.Executor `toml:"WinRM"`
}
func LoadFromFile ¶
type ProviderCache ¶
Click to show internal directories.
Click to hide internal directories.