# Functions

NewRoundRobin returns a new RoundRobin.
ParseDSN returns the loadbalancer parameters extracted from the given DSN.
Resolve returns the resolved address of the given parameters.

# Constants

Supported protocols.
Supported protocols.

# Structs

A RoundRobin is a loadbalancer which walks through the available backends one at a time.

# Interfaces

A Loadbalancer holds the primitives used to loadbalance the backends of a proxy frontend.