loadbalance

package
v0.0.0-...-e5281c0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2013 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Balancer

type Balancer interface {
	NextEndpoint([]Endpoint) (Endpoint, error)
}

type Endpoint

type Endpoint interface {
	Id() string
	IsActive() bool
}

Directories

Path Synopsis
Implements round robin load balancing algorithm.
Implements round robin load balancing algorithm.

Jump to

Keyboard shortcuts

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