package
Version:
v0.0.0-...-d6600ca
Opens a new window with list of versions in this module.
Published: Aug 19, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
type RedisBinding struct {
Hostname string `json:"hostname"`
Host string `json:"host"`
Port string `json:"port"`
Password string `json:"password"`
Uri string `json:"uri"`
}
type RedisConfig struct {
DockerEndpoint string `env:"DOCKER_ENDPOINT"`
DockerHost string `env:"DOCKER_HOST"`
DockerPort string `env:"DOCKER_PORT"`
RedisServicesPortsStart string `env:"REDIS_SERVICE_PORTS_POOL_START"`
RedisServicesPortsEnd string `env:"REDIS_SERVICE_PORTS_POOL_END"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.