![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jan 18, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
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.