unweighted

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2015 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package unweighted contains all unweighted upstream balancing algorithm implementations.

Index

Constants

This section is empty.

Variables

View Source
var Algorithms = map[string]func() types.UpstreamBalancingAlgorithm{

	"random": func() types.UpstreamBalancingAlgorithm {
		return random.New()
	},

	"roundrobin": func() types.UpstreamBalancingAlgorithm {
		return roundrobin.New()
	},
}

Algorithms contains all unweighted upstream balancing algorithm implementations.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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