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
Region string
Akid string
Secret string
DefaultSgs []string
DefaultSubnets []string
DefaultKmsKeyId string
}
Account is the configuration for an individual account
type Config ¶
type Config struct {
ListenAddress string
Accounts map[string]Account
Flywheel Flywheel
Token string
LogLevel string
Version Version
Org string
}
Config is representation of the configuration data
Click to show internal directories.
Click to hide internal directories.