Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeOption ¶
type RuntimeOption interface {
Set(p *RuntimeOptions) error
}
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 ¶
Click to show internal directories.
Click to hide internal directories.