Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Akid string Endpoint string ExternalID string Region string Role string Secret string }
Account is the configuration for an individual account
type Config ¶
type Config struct { Account Account Accounts map[string]Account AccountsMap map[string]string CacheExpireTime string CachePurgeTime string ImageCache *S3Cache ListenAddress string LogLevel string Org string Token string Version Version }
Config is representation of the configuration data
Click to show internal directories.
Click to hide internal directories.