Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GAllAccount *Config CurrentAccount *Account )
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
Name string
// TODO: deprecated field, will be deleted.
Account string
// TODO: remove it to replace it with the new API listZones.
SosEndpoint string
// Endpoint is optional.
Endpoint string
// Environment will be deprecated and removed,
// once everything is egoscale v3 migrated.
Environment string
Key string
Secret string
SecretCommand []string
DefaultZone string
DefaultSSHKey string
DefaultTemplate string
DefaultOutputFormat string
ClientTimeout int
CustomHeaders map[string]string
}
Click to show internal directories.
Click to hide internal directories.