Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Provider string `toml:"provider"` PrivateKeyFile string `toml:"ssh_private_key"` PublicKeyFile string `toml:"ssh_public_key"` SelfDestructFile string `toml:"self_destruct"` Sleep int `toml:"sleeptime"` Providers map[string]Provider `toml:"providers"` Options Options `toml:"options"` }
func LoadConfiguration ¶
Click to show internal directories.
Click to hide internal directories.