config

package
v0.0.0-...-d6600ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2019 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisBinding

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL