Documentation ¶ Index ¶ type IConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IConfig ¶ type IConfig interface { // To retreive *env* specific config // `prod/redis` or `stage1/redis` Get(string) ([]byte, error) // To retreive Global config // `dynamoDB` GetGlobal(string) ([]byte, error) } Source Files ¶ View all Source files IConfig.go Click to show internal directories. Click to hide internal directories.