Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 Config ¶
type Config struct {
AccountsMap map[string]string
ProxyBackend *ProxyBackend
ListenAddress string
Account Account
Token string
LogLevel string
Version Version
Org string
}
Config is representation of the configuration data
type ProxyBackend ¶
Click to show internal directories.
Click to hide internal directories.