Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Config ¶
type Config struct {
// BinaryName is the name of the vagrant executable that's going to be used. It must be present in $PATH.
BinaryName string
}
func DefaultConfig ¶
func DefaultConfig() *Config
type DestroyOptions ¶
func DefaultDestroyOptions ¶
func DefaultDestroyOptions() *DestroyOptions
type GlobalAPI ¶
type GlobalAPI interface {
Up(options *UpOptions) error
Destroy(options *DestroyOptions) error
SshConfig(options *SshConfigOptions) (*ssh_config.Config, error)
}
type SshConfigOptions ¶
func DefaultSshConfigOptions ¶
func DefaultSshConfigOptions() *SshConfigOptions
Click to show internal directories.
Click to hide internal directories.