Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
Endpoint string
ExternalID string
Akid string
Secret string
Region string
Role string
}
Account is the configuration for an individual account
type CommonConfig ¶ added in v0.15.1
type Config ¶
type Config struct {
Account Account
AccountsMap map[string]string
DefaultConfig CommonConfig
Accounts map[string]RdsAccount
Token string
Org string
}
Config is representation of the configuration data
func LoadConfig ¶
LoadConfig loads the JSON configuration from the specified filename and returns a Config struct
Click to show internal directories.
Click to hide internal directories.