package
1.0.1
Repository: https://github.com/devopsbq/traefik.git
Documentation: pkg.go.dev

# Functions

NewConstraint receive a string and return a *Constraint, after checking syntax and parsing the constraint expression.
NewLoadBalancerMethod create a new LoadBalancerMethod from a given LoadBalancer.

# Constants

Drr = Dynamic Round Robin.
Wrr (default) = Weighted Round Robin.

# Variables

ErrInvalidLoadBalancerMethod is thrown when the specified load balancing method is invalid.

# Structs

Backend holds backend configuration.
CircuitBreaker holds circuit breaker configuration.
ConfigMessage hold configuration information exchanged between parts of traefik.
Configuration of a provider.
Constraint hold a parsed constraint expresssion.
Frontend holds frontend configuration.
LoadBalancer holds load balancing configuration.
MaxConn holds maximum connection configuration.
Route holds route configuration.
Server holds server configuration.

# Type aliases

Constraints holds a Constraint parser.
LoadBalancerMethod holds the method of load balancing to use.