# Functions
NewLoadBalancer creates a new loadbalancer and setting the given strategy.
# Structs
LoadBalancer is returns endpoints for downstream calls.
RandomStrategy implements Strategy for random endopoint selection.
# Interfaces
Strategy is an interface to be implemented by loadbalancing strategies like round robin or random.