config

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 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
	ServerHealthCheckSec       uint64
	ServerHealthCheckThreshold uint64
}

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
}

Jump to

Keyboard shortcuts

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