Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HaproxyClient ¶
type HaproxyClient interface {
GetStats() HaproxyStats
}
type HaproxyStat ¶
type HaproxyStats ¶
type HaproxyStats []HaproxyStat
type HaproxyStatsClient ¶
type HaproxyStatsClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(logger lager.Logger, haproxyUnixSocket string, timeout time.Duration) *HaproxyStatsClient
func (*HaproxyStatsClient) GetStats ¶
func (r *HaproxyStatsClient) GetStats() HaproxyStats
Click to show internal directories.
Click to hide internal directories.