package
Version:
v0.0.0-...-51142b9
Opens a new window with list of versions in this module.
Published: Jul 28, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
RedisConf RedisConf `toml:"redis_conf"`
LogConf log.Config `toml:"log_conf"`
}
type RedisConf struct {
Addr string `toml:"addr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.