haproxy

package
v0.0.0-...-ebb332d Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HAProxyClient

type HAProxyClient struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(pathToSocket string) *HAProxyClient

func (*HAProxyClient) Rpc

func (client *HAProxyClient) Rpc(command string) (*HAProxyReply, error)

type HAProxyReply

type HAProxyReply struct {
	Message string
}

type HAProxyRequest

type HAProxyRequest struct {
	Command string
}

func NewRequest

func NewRequest(command string) (*HAProxyRequest, error)

Jump to

Keyboard shortcuts

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