routing

package
v0.0.0-...-df1a5a3 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2015 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorCouldNotSelect = errors.New("could not select a plugin (round robin strategy)")
)

Functions

This section is empty.

Types

type RoundRobinStrategy

type RoundRobinStrategy struct {
}

func (*RoundRobinStrategy) Select

func (*RoundRobinStrategy) String

func (r *RoundRobinStrategy) String() string

type SelectablePlugin

type SelectablePlugin interface {
	HitCount() int
	LastHit() time.Time
	String() string
}

type SelectablePluginPool

type SelectablePluginPool interface {
}

Jump to

Keyboard shortcuts

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