Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ENV = envy.Get("GO_ENV", "development")
ENV is used to help switch settings based on where the application is being run. Default is "development".
View Source
var MODE = envy.Get("ATHENS_MODE", "proxy")
MODE identifies whether athens is running in proxy or registry mode.
valid values are "proxy" or "registry"
View Source
var T *i18n.Translator
T is the translator to use
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.