options

package
v5.1.15 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DoNotCheckRuntimeOnInit = doNotCheckRuntimeOnInit{} //nolint:gochecknoglobals

Functions

This section is empty.

Types

type RuntimeOption

type RuntimeOption interface {
	Set(p *RuntimeOptions) error
}

func AllowDelayedStart added in v5.1.4

func AllowDelayedStart(allowDelayedStartMax, allowDelayedStartTick time.Duration) RuntimeOption

func MapsDir

func MapsDir(mapsDir string) RuntimeOption

func MasterSocket

func MasterSocket(masterSocketPath string, nbproc int) RuntimeOption

func Socket

func Socket(socket string) RuntimeOption

func SocketDefault

func SocketDefault() RuntimeOption

SocketDefault uses /var/run/haproxy.sock as socket path

func Sockets

func Sockets(socketList map[int]string) RuntimeOption

type RuntimeOptions

type RuntimeOptions struct {
	MapsDir                 *string
	MasterSocketData        *masterSocketData
	Sockets                 map[int]string
	AllowDelayedStartMax    *time.Duration
	AllowDelayedStartTick   *time.Duration
	DoNotCheckRuntimeOnInit bool
}

Jump to

Keyboard shortcuts

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