Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
Endpoint types.Endpoint `env:""`
Wait bool
Prefix string
// contains filtered or unexported fields
}
func (*Endpoint) LivenessCheck ¶
func (*Endpoint) SetDefault ¶
func (r *Endpoint) SetDefault()
type Redis ¶
type Redis struct {
Protocol string
Host string
Port int
Password types.Password
ConnectTimeout types.Duration
WriteTimeout types.Duration
ReadTimeout types.Duration
IdleTimeout types.Duration
MaxActive int
MaxIdle int
Wait bool
DB int
Prefix string
// contains filtered or unexported fields
}
func (*Redis) LivenessCheck ¶
func (*Redis) SetDefault ¶
func (r *Redis) SetDefault()
Click to show internal directories.
Click to hide internal directories.