Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConfig ¶
type AccountConfig struct {
Name string
Provider inventory.CloudProvider
User string
Key string
BillingEnabled bool
}
func ReadCloudAccounts ¶
func ReadCloudAccounts(credsFile string) ([]AccountConfig, error)
ReadCloudAccounts reads all account configs
Click to show internal directories.
Click to hide internal directories.