Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegistryClient ¶
NewRegistryClient creates and returns a new registry client. It uses the host and port from the provided config.
Types ¶
type RegistryConfig ¶
type RegistryConfig struct {
Host string `env:"REDIS_HOST,required"`
Port string `env:"REDIS_PORT,required"`
}
RegistryConfig defines the set of environment variables required for creating a registry client.
Click to show internal directories.
Click to hide internal directories.