package
Version:
v0.0.0-...-19169da
Opens a new window with list of versions in this module.
Published: Jun 3, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
RedisHost string `env:"redis_host" default:"localhost"`
RedisPort int `env:"redis_port" default:"6379"`
RedisDB int `env:"redis_db" default:"0"`
RedisTTL int `env:"redis_ttl" default:"60"`
RedisPrefix string `env:"redis_prefix" default:"secret"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.