# Packages
No description provided by the author
# Constants
DefaultListen is the default listening address for the Mux.
DefaultTimeout is the default Mux connection timeout.
# Variables
ErrInvalidConfig is returned by the 'Start' function when the config is missing or is not valid during startup.
ErrInvalidTimeout is returned if the specified timeout value is less than zero.
# Structs
Config is a struct that contains the configuration options needed to start a Mux struct.
Database represents the SQL Backend data provider.
Mux is a struct that represents a Muxer that can split and log traffic between two or more endpoints.
Secondary is a struct that holds secondary Proxy info.