package
Version:
v0.1.0-alpha.0
Opens a new window with list of versions in this module.
Published: Nov 3, 2017
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
Config represents the application's configuration file.
New returns the application configuration specified by the config file.
type Secrets struct {
Account string `envconfig:"ACCOUNT"`
ID string `envconfig:"ACCESS_ID"`
Key string `envconfig:"ACCESS_KEY"`
}
Secrets represents the application's sensitive configuration file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.