config

package
v0.0.0-...-f5fc736 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Network              string
	LocalSocketPrefix    string
	LocalSocketSuffix    string
	Unlink               bool
	MinPoolSize          uint64
	MaxPoolSize          uint64
	Pretty               bool
	Statsd               string
	Level                zapcore.Level
	Upstreams            []Upstream
	HealthCheck          bool
	HealthCheckCycle     time.Duration
	HealthCheckThreshold int
	IdleTimeout          time.Duration
}

func ParseFlags

func ParseFlags() *Config

type Upstream

type Upstream struct {
	UpstreamConfigHost string
	Label              string
	MaxPoolSize        int
	MinPoolSize        int
	Database           int
	ReadTimeout        time.Duration
	WriteTimeout       time.Duration
	Readonly           bool
	MaxSubscriptions   int
	MaxBlockers        int
	IdleTimeout        time.Duration
}

Jump to

Keyboard shortcuts

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